Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make effect delay and network detection configurables #388

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    a2035d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ac50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbe01d View commit details
    Browse the repository at this point in the history
  4. fix(subscriptions): Do not retry mqtt disconnections (awslabs#319)

    - If auto-reconnect when coming back online is needed, users should use  `client.sync` (deltaSync) instead.
    manueliglesias authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b933379 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c990f7c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. fix(typescript) add promise types for CredentialsGetter (awslabs#305)

    add promised version as valid types for CredentialsGetter - see awslabs#264
    hisham authored and elorzafe committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    d81af38 View commit details
    Browse the repository at this point in the history
  2. Update package.json (awslabs#333)

    Parity with @aws-amplify/api on graphql package dependency
    elorzafe authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    2278942 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. fix(auth): Remove temporary variables (starting with '@@') before sig…

    …ning (awslabs#347)
    
    Fixes awslabs#354 
    
    This fixes an InvalidSignatureExceptions that occurs when using iamBasedAuthentication and the '@@controlEvents' variable in subscriptions
    greimela authored and manueliglesias committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    920b47d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. 1 Configuration menu
    Copy the full SHA
    13a2dec View commit details
    Browse the repository at this point in the history
  2. add npmrc to gitignore

    elorzafe committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    a97c3b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f6fde View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. fix(readme) switch AppSync.js to aws-exports.js (awslabs#373)

    I can't find anywhere in the console that I can download a file named AppSync.js... but I have aws-exports.js.
    
    The docs are still very confusing when new to all of these libraries that can be mixed and matched.
    
    I can get the Amplify CLI to work out of the box, but as soon as you try to add AWSAppSyncClient instead and use the Apollo client things get very confusing to me.
    nateous authored and elorzafe committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    af84d3e View commit details
    Browse the repository at this point in the history
  2. fix(deltaSync) (awslabs#368)

    lukasf98 authored and elorzafe committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    997e3d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    2fe09c0 View commit details
    Browse the repository at this point in the history