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

Next major version/merge in app #10430

Merged

Commits on Jul 21, 2021

  1. migrating POC

    calebpollman committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8befa77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d922257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1af169 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    82ae29e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from calebpollman/in-app-poc-migration

    In app poc migration
    calebpollman committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2e18742 View commit details
    Browse the repository at this point in the history
  3. add boolean check for determining whether analytic events should be e…

    …mitted in Analytic category
    calebpollman committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    066a9b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from calebpollman/conditionally-emit-analytic-e…

    …vents
    
    Conditionally emit analytic events
    calebpollman committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    dfaaaf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    9902c3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from calebpollman/remove-unused-types

    removed some unused types
    calebpollman committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2e472b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

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

Commits on Jul 27, 2021

  1. refactor: Updated pinpoint provider (#5)

    refactor: Updated pinpoint provider
    
    * Removed race condition on initialization
    
    * Added private API for updating endpoint
    
    * Updated to use pinpoint client more directly without need to add client abstraction layer
    
    * Added shared endpoint util
    
    * Refactored and renamed cached endpoint util
    
    * Add types to cachedUuid functions
    
    * Add types to cachedUuid function parameters
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0103f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

Commits on Jul 30, 2021

  1. Merge pull request #6 from calebpollman/add-clear-stored-messages

    feature: add clearStoredInAppMessages method
    calebpollman committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d98c869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4f4e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. feat: Add initial set of in-app message filters (#7)

    * feat: Add initial set of in-app message filters
    
    * Move filter logic to provider
    
    * Update in-app messaging handler naming
    
    * Make matchesAttributes() private
    
    * Update comment in typing
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    812d81a View commit details
    Browse the repository at this point in the history
  2. Add quiet time (#8)

    * feat: Added handling for Quiet Time
    
    * Added condition - start and end times must not be the same
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8d9f78e View commit details
    Browse the repository at this point in the history
  3. feat: Add session tracking

    Chris Fang committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    494cb2b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

Commits on Aug 24, 2021

  1. Add logic for display caps

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    afa3a39 View commit details
    Browse the repository at this point in the history
  2. Update type to be more specific

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0566c4c View commit details
    Browse the repository at this point in the history
  3. Address comments

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    ca05111 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from cshfang/add-session-cap

    feat: Add session tracking
    calebpollman committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9e8de9f View commit details
    Browse the repository at this point in the history
  5. refactor: Remove AsyncStorage from category

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b2e40b2 View commit details
    Browse the repository at this point in the history
  6. Remove AsyncStorage dependency from package.json

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e642df4 View commit details
    Browse the repository at this point in the history
  7. Don't parse JSON on null getItem result

    Chris Fang committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9b70eb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Set initialized to true only if init is successful

    Chris Fang committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    54c31c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89105a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1caa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    c9a873b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea7c57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request aws-amplify#11 from calebpollman/update-aws-amplif…

    …y-deps
    
    add notifications package to aws-amplify dependencies
    calebpollman committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a3a8f53 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fix: Add memoization to filtering (aws-amplify#12)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    29c77c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63bfd5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request aws-amplify#13 from calebpollman/update-in-app-types

    Update in InAppMessage type
    calebpollman committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    64536a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. fix merge conflicts

    calebpollman committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    ff0c9c7 View commit details
    Browse the repository at this point in the history
  2. add initial InAppMessagingContext type and context, InAppMessagingPro…

    …vider, and useInAppMessaging functions
    calebpollman committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2f36bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae31871 View commit details
    Browse the repository at this point in the history
  4. Merge pull request aws-amplify#14 from calebpollman/add-in-app-messag…

    …es-context
    
    add initial InAppMessagingContext type and context, InAppMessagingPro…
    calebpollman committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    d0c4bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    0fa4050 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    calebpollman committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b0082dd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    8755507 View commit details
    Browse the repository at this point in the history
  2. chore: Replace temporary Pinpoint client (aws-amplify#16)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fa8caf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28aa5b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec04d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request aws-amplify#17 from calebpollman/clean-up

    remove unneccessary updates caused during Notifications category deve…
    calebpollman committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    22f436d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d326073 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    7bc0f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a2b16 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into in-app-messages

    Chris Fang committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3f2bc1a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. chore(in-app-message): Normalize in-app message schema

    Chris Fang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3f57e23 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Update sync to be a void function rather than return a non-normalized…

    … message which is only meant to be stored
    Chris Fang committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5ec0805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c6358 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from cshfang/normalize-message-schema

    chore(in-app-message): Normalize in-app message schema
    cshfang committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c49f50f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    85cbf4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from calebpollman/conditionally-call-in-app-mes…

    …sages-handler
    
    fix(in-app-messaging): conditionally call inAppMessagesHandler
    cshfang committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d4b5a7c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Merge branch 'main' into real-branch

    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    005c7d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77f9be View commit details
    Browse the repository at this point in the history
  3. Update Notifications to InAppMessaging

    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2d713dd View commit details
    Browse the repository at this point in the history
  4. Remove InAppMessages from normalized content

    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    8121256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92c3f3c View commit details
    Browse the repository at this point in the history
  6. Add extended TTL to avoid uuid being deleted

    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e0b7a6c View commit details
    Browse the repository at this point in the history
  7. Remove provider specific logic from category

    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    43b2c7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f43265a View commit details
    Browse the repository at this point in the history
  9. Enable analytic event hub broadcasting by default if InAppMessaging i…

    …s configured
    Chris Fang committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e5cc5cd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Remove stored count eviction

    Chris Fang committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    fc3349c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    1278ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d1bdd View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    Chris Fang committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9dca1d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from cshfang/sub-categorize-in-app-messaging

    Move InAppMessaging into a sub-category under Notifications
    cshfang committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c78ce59 View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    Chris Fang committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    49e6810 View commit details
    Browse the repository at this point in the history
  6. Address PR comments

    Chris Fang committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2f724d4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request aws-amplify#8946 from cshfang/in-app-messages

    feat: Add In-App Messaging
    cshfang committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0a59ea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    a42d317 View commit details
    Browse the repository at this point in the history
  2. Update message handlers to be categorical API allowing multiple liste…

    …ners
    Chris Fang committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e976d36 View commit details
    Browse the repository at this point in the history
  3. Update messages received handler to the same listener pattern as mess…

    …age events
    Chris Fang committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3bf80c8 View commit details
    Browse the repository at this point in the history
  4. Align message event API verb tense

    Chris Fang committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    672574d View commit details
    Browse the repository at this point in the history
  5. Use spread instead of assign for provider

    Chris Fang committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    53290e5 View commit details
    Browse the repository at this point in the history
  6. Consolidate notifier functions and rename listener event types to ove…

    …rlap less with existing types
    Chris Fang committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6df7521 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Address PR comments

    Chris Fang committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    88102b7 View commit details
    Browse the repository at this point in the history
  2. Address PR comment - update config

    Chris Fang committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f1429fc View commit details
    Browse the repository at this point in the history
  3. feat(in-app-messaging): add InAppMessageDisplay and useInAppMessage (a…

    …ws-amplify#9026)
    
    * feat(in-app-messaging): add InAppMessageDisplay and useInAppMessage
    
    * chore(in-app-messaging): export InAppMessageButton interface
    
    * chore(aws-amplify-react-native): upgrade @types/react-native, move react from devDep to peerDep
    calebpollman committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5233ca0 View commit details
    Browse the repository at this point in the history
  4. fix merge conflicts

    calebpollman committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    853f66c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'in-app-messaging/main' into in-app-messaging/enable-mul…

    …ti-listener
    Chris Fang committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e54b198 View commit details
    Browse the repository at this point in the history
  6. Export InAppMessageButton from subcategory

    Chris Fang committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    736f3b3 View commit details
    Browse the repository at this point in the history
  7. Export InAppMessageButton from categoryindex

    Chris Fang committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    547391b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge pull request aws-amplify#9044 from cshfang/in-app-messaging/ena…

    …ble-multi-listener
    
    chore: Enable event listeners on message interaction events
    cshfang committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    87e1f84 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    calebpollman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a0be490 View commit details
    Browse the repository at this point in the history
  3. chore(In-app-messaging): lint updates (aws-amplify#9070)

    * update in-app-messaging feature code to pass eslint
    
    * bump cache and core deps in notifications
    calebpollman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b347ce1 View commit details
    Browse the repository at this point in the history
  4. Update react native directories to be cased correctly (aws-amplify#9071)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2946198 View commit details
    Browse the repository at this point in the history
  5. chore: Update message received API to return a single message instead…

    … of an array (aws-amplify#9072)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1c1a270 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. chore: Update InAppMessagingProvider with quick fix to work with onMe…

    …ssageReceived (aws-amplify#9074)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    580359a View commit details
    Browse the repository at this point in the history
  2. chore(in-app-messaging): aws-amplify-react-native dep updates (aws-am…

    …plify#9073)
    
    * upgrade @types/react-native
    
    * replace react with @types/react in devDeps
    calebpollman committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    63e9ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4df4fa View commit details
    Browse the repository at this point in the history
  4. chore: Extract content to messages only if there is conten… (aws-ampl…

    …ify#9085)
    
    * chore: Extract content to normalized messages only if there is content to extract
    
    * Remove unnecessary optional accessors
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    db8e8e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    a7e6bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c9928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1618c View commit details
    Browse the repository at this point in the history
  4. chore: Add identifyUser API (aws-amplify#9103)

    * chore: Add identifyUser API
    
    * revert changes to Analytics endpoint
    
    * removed cachedUuid as channels should not share endpointId
    
    * Throw errors from provider APIs instead of only logging them
    
    * Unwrap extraneous async
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fa14890 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    46dc3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ff575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a4090 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. chore: Update dev depencies (aws-amplify#9126)

    * chore: Update dev depencies
    
    * Remove unnecessary dev dependencies
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c4b84d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6bd99 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 1, 2021

  1. chore: Don't allow adding an already added plugin (aws-amplify#9139)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ed41f0c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

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

Commits on Nov 5, 2021

  1. chore: Forward Pinpoint campaign custom data as message metadata (aws…

    …-amplify#9164)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    62c9029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eceb477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d726f2 View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    calebpollman committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2d4539b View commit details
    Browse the repository at this point in the history
  5. chore: Update dependency versions (aws-amplify#9169)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9cd4145 View commit details
    Browse the repository at this point in the history
  6. chore: Add uuid as a dependency (aws-amplify#9170)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8ed3bd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    dcee89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5829f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf08e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. chore: update interaction enums to string enums (aws-amplify#9207)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8cc2a90 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. fix: Update Analytics to report session start/stop over Hub (aws-ampl…

    …ify#9220)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    66a8ea2 View commit details
    Browse the repository at this point in the history
  2. fix: Update config typing (aws-amplify#9222)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    953939e View commit details
    Browse the repository at this point in the history
  3. chore: Run prettier through package (aws-amplify#9223)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7d38772 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    3bf7708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44507bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3745f7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb5c002 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. chore: Convert subcategory in config to PascalCase (aws-amplify#9233)

    * chore: Convert subcategory in config to PascalCase
    
    * Fixed a typo
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    95a98fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca87d6 View commit details
    Browse the repository at this point in the history
  3. chore: Update two APIs to rethrow errors (aws-amplify#9232)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    72e99b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ef04d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    5d3718f View commit details
    Browse the repository at this point in the history
  2. fix: Bug fix for cap enforcement (aws-amplify#9243)

    * fix: Bug fix for cap enforcement
    
    * Improve readability
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    be7573a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2cafa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770278b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. chore(in-app-messaging): use in-app-messaging tag for Notifications a…

    …mplify deps (aws-amplify#9248)
    
    * chore(in-app-messaging): use in-app-messaging tag for Notifications and aws-amplify-react-native amplify deps
    calebpollman committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    35251c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887aab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. chore(in-app-messaging): Update dependencies back to semvers (aws-amp…

    …lify#9271)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    74d739b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 1, 2021

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

Commits on Dec 20, 2021

  1. chore(in-app-messaging): merge in-app-messaging/staging to in-app-mes…

    …saging/main (aws-amplify#9365)
    
    * chore(in-app-message): In app messaging/add unit tests (aws-amplify#9253)
    
    * chore: Add unit tests
    
    * Add licensing to top of analytics test
    
    * Fixed typo
    
    * Addressed PR feedback
    
    * Remove quiet time test
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    
    * fix(@aws-amplify/datastore): consecutive saves with timestamps (aws-amplify#9298)
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.36
     - @aws-amplify/ui-components@1.9.7
     - @aws-amplify/ui-react@1.2.27
     - @aws-amplify/ui-storybook@2.0.27
     - @aws-amplify/ui-vue@1.1.21
     - @aws-amplify/ui@2.0.4
     - @aws-amplify/analytics@5.1.7
     - @aws-amplify/api-graphql@2.2.16
     - @aws-amplify/api-rest@2.0.27
     - @aws-amplify/api@4.0.27
     - @aws-amplify/auth@4.3.17
     - aws-amplify-angular@6.0.27
     - aws-amplify-react@5.1.10
     - aws-amplify-vue@2.1.6
     - aws-amplify@4.3.9
     - @aws-amplify/cache@4.0.29
     - @aws-amplify/core@4.3.9
     - @aws-amplify/datastore-storage-adapter@1.2.1
     - @aws-amplify/datastore@3.7.1
     - @aws-amplify/geo@1.1.9
     - @aws-amplify/interactions@4.0.27
     - @aws-amplify/predictions@4.0.27
     - @aws-amplify/pubsub@4.2.3
     - @aws-amplify/pushnotification@4.3.6
     - @aws-amplify/storage@4.4.10
     - @aws-amplify/xr@3.0.27
    
    * chore(release): update version.ts [ci skip]
    
    * fix(@aws-amplify/amplify-ui): change private property to false in package.json (aws-amplify#9303)
    
    Resolving an issue with installing the library
    
    * chore: preparing release
    
    * fix(@aws-amplify/amplify-ui): remove private prop from package.json (aws-amplify#9304)
    
    * fix(@aws-amplify/amplify-ui): change private property to false in package.json
    
    * fix(@aws-amplify/amplify-ui): remove private property from package.json
    
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * fix(@aws-amplify/amplify-ui): remove private prop from package.json (aws-amplify#9304)
    
    * fix(@aws-amplify/amplify-ui): change private property to false in package.json
    
    * fix(@aws-amplify/amplify-ui): remove private property from package.json
    
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.37
     - @aws-amplify/ui-components@1.9.8
     - @aws-amplify/ui-react@1.2.28
     - @aws-amplify/ui-storybook@2.0.28
     - @aws-amplify/ui-vue@1.1.22
     - @aws-amplify/ui@2.0.5
     - @aws-amplify/analytics@5.1.8
     - @aws-amplify/api-graphql@2.2.17
     - @aws-amplify/api-rest@2.0.28
     - @aws-amplify/api@4.0.28
     - @aws-amplify/auth@4.3.18
     - aws-amplify-angular@6.0.28
     - aws-amplify-react@5.1.11
     - aws-amplify@4.3.10
     - @aws-amplify/cache@4.0.30
     - @aws-amplify/core@4.3.10
     - @aws-amplify/datastore-storage-adapter@1.2.2
     - @aws-amplify/datastore@3.7.2
     - @aws-amplify/geo@1.1.10
     - @aws-amplify/interactions@4.0.28
     - @aws-amplify/predictions@4.0.28
     - @aws-amplify/pubsub@4.2.4
     - @aws-amplify/pushnotification@4.3.7
     - @aws-amplify/storage@4.4.11
     - @aws-amplify/xr@3.0.28
    
    * chore(release): update version.ts [ci skip]
    
    * fix(@aws-amplify/datastore): fixes observeQuery in local-only mode (aws-amplify#9300)
    
    * feat(in-app-messaging): Add web support for session cap (aws-amplify#9308)
    
    * feat(in-app-messaging): Add web support for session cap
    
    * Add undefined check for document
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    
    * fix(@aws-amplify/pushnotification): make eligible variables final (aws-amplify#9301)
    
    Co-authored-by: Manoj NB <manojnb@amazon.com>
    Co-authored-by: Caleb Pollman <cpollman1@gmail.com>
    
    * fix(@aws-amplify/aws-amplify-react-native): fix dev build for Windows (aws-amplify#9341)
    
    * fix(@aws-amplify/api-graphql): Fix webpack build (aws-amplify#9358)
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.38
     - @aws-amplify/ui-components@1.9.9
     - @aws-amplify/ui-react@1.2.29
     - @aws-amplify/ui-storybook@2.0.29
     - @aws-amplify/ui-vue@1.1.23
     - @aws-amplify/analytics@5.1.9
     - @aws-amplify/api-graphql@2.2.18
     - @aws-amplify/api-rest@2.0.29
     - @aws-amplify/api@4.0.29
     - @aws-amplify/auth@4.3.19
     - aws-amplify-angular@6.0.29
     - aws-amplify-react-native@6.0.2
     - aws-amplify-react@5.1.12
     - aws-amplify@4.3.11
     - @aws-amplify/cache@4.0.31
     - @aws-amplify/core@4.3.11
     - @aws-amplify/datastore-storage-adapter@1.2.3
     - @aws-amplify/datastore@3.7.3
     - @aws-amplify/geo@1.1.11
     - @aws-amplify/interactions@4.0.29
     - @aws-amplify/predictions@4.0.29
     - @aws-amplify/pubsub@4.2.5
     - @aws-amplify/pushnotification@4.3.8
     - @aws-amplify/storage@4.4.12
     - @aws-amplify/xr@3.0.29
    
    * chore(release): update version.ts [ci skip]
    
    * chore(in-app-messaging): upgrade internal dependency versions and notifications version (aws-amplify#9364)
    
    Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    Co-authored-by: aws-amplify-bot <aws@amazon.com>
    Co-authored-by: Nick Arocho <16296496+nickarocho@users.noreply.github.com>
    Co-authored-by: Nick Arocho <nicaroch@amazon.com>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    Co-authored-by: ManojNB <manojnb95@gmail.com>
    Co-authored-by: Manoj NB <manojnb@amazon.com>
    Co-authored-by: David McAfee <mcafd@amazon.com>
    Co-authored-by: Katie Goines <katiegoi@amazon.com>
    12 people committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    fcf5480 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 31, 2022

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

Commits on Feb 2, 2022

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

Commits on Feb 7, 2022

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

Commits on Mar 3, 2022

  1. chore(in-app-messaging): bump versions (aws-amplify#9669)

    * chore(in-app-messaging): bump versions
    
    * fix: pin async storage to 1.15.17 (aws-amplify#9570)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    Co-authored-by: James Au <40404256+jamesaucode@users.noreply.github.com>
    3 people committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ca74edb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Mar 23, 2022

  1. feat(in-app-messaging): Add carousel support (aws-amplify#9711)

    * feat(in-app-messaging): Add carousel support
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    5e454ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore(in-app-messaging): Add unit tests for carousel (aws-amplify#9748)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c63d818 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on May 7, 2022

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

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    d17a6bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c60f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f2ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12fddc3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. feat(in-app-messaging): Add modal UI component (aws-amplify#9712)

    * feat: modal ui for in-app messaging
    
    * feat: adds landscape support for modal
    
    * support ios orientations
    
    * review changes: constants, util function for layout decision
    
    * review fixes: styling and positioning
    
    * added constant for modal border radius
    
    * remove array style
    
    * merge conflict resolved and tests fixed
    
    * remove style array
    
    * Updated snapshots for tests
    
    * adjust text and button left alignment
    
    * align the image to the center of the modal
    
    * updated snapshots
    
    * fix: center image and contain x icon box
    
    * Updated snapshot
    
    * fix: image centering
    
    * fix: self closing view
    
    * fix: remove empty view and use margin and fix layout without image
    
    * fix: remove color overrides used for dev
    
    * snapshots updated
    
    * fix: review changes renaming variables and comments
    
    * refactor: use InAppMessagingLayout type for layout prop in util function
    
    * refactor: comment on the function params
    
    Co-authored-by: Caleb Pollman <cpollman1@gmail.com>
    
    * fix: spacing for the comments
    
    * refactor: type name in function comments
    
    Co-authored-by: Caleb Pollman <cpollman1@gmail.com>
    Samaritan1011001 and calebpollman committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7caa08c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 13, 2022

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

Commits on May 20, 2022

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

Commits on May 21, 2022

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

Commits on May 23, 2022

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

Commits on Jun 22, 2022

  1. fix(in-app-messaging): Disable web session tracker when in non-browse… (

    aws-amplify#10002)
    
    * fix(in-app-messaging): Disable web session tracker when in non-browser environment
    
    * Update unit tests to better mock out dependencies
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c5f3b75 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge branch 'main' into in-app-messaging/main

    Chris Fang committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b6c42cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac10ce View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. chore(in-app-messaging): version bump (aws-amplify#10021)

    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d042ce9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge main into in-app-messaging/main (aws-amplify#10264)

    * Added ExpoSQLiteAdapter and Code Sharing for common files
    
    * changes to naming and updates regarding feedback from Draft PR
    
    * remove local changes from .vscode and package.json
    
    * Apply feedback from Caleb's and Chris's Code Review
    
    * remove unused imports and warn about db errors
    
    * added @types/react-native-sqlite-storage as devDependency for improved typing
    
    * Apply feedback from Chris and fix the initial sync problem
    
    * re-order dependencies
    
    * Addressed feedback from Chris
    
    * Assign any type to Result from SQLResultSetRowList as defined in expo-sqlite docs
    
    * Seperate entrypoint for ExpoSQLiteAdapter
    
    * Apply feedback from Caleb & Chris, Remove unused variable and separate entrypoints
    
    * Remove unnecesary async, alphabetic order for import statements and npm packages, single transaction for batchSave
    
    * remove unnecessary casting
    
    * Removed version, size and description args from openDatabase as they are not being used
    
    * Removed version, size and description args from openDatabase and moved entrypoint files in folders
    
    * Add initial unit tests for ExpoSQLiteAdapter
    
    * Add more tests and change the location
    
    * Address feedback from Chris
    
    * ci: canaries rn workaround (aws-amplify#10020)
    
    * fix: decrease error handler verbosity on self recovering errors (aws-amplify#10030)
    
    restore warning message
    
    * fix: Update Auth to import JS using named export  (aws-amplify#10033)
    
    Imports specific functions instead of the whole JS module to improve bundle size
    
    * fix(analytics): Buffer limit should be adhered to (aws-amplify#10015)
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    
    * chore(CODEOWNERS): update geo category codeowners (aws-amplify#10048)
    
    * fix: pin vue version (aws-amplify#10052)
    
    * fix(amazon-cognito-identity-js): Missing cognito user challenge name … (aws-amplify#10047)
    
    * fix(amazon-cognito-identity-js): Missing cognito user challenge name type
    
    * fix(type): Fix other functions reported in aws-amplify#6974
    
    * Update Auth units with correct ChallengeName
    
    Co-authored-by: elorzafe <elorzafe@amazon.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - amazon-cognito-identity-js@5.2.10
     - @aws-amplify/ui-angular@1.0.54
     - @aws-amplify/ui-components@1.9.25
     - @aws-amplify/ui-react@1.2.45
     - @aws-amplify/ui-storybook@2.0.45
     - @aws-amplify/ui-vue@1.1.39
     - @aws-amplify/analytics@5.2.12
     - @aws-amplify/api-graphql@2.3.9
     - @aws-amplify/api-rest@2.0.45
     - @aws-amplify/api@4.0.45
     - @aws-amplify/auth@4.5.9
     - aws-amplify-angular@6.0.45
     - aws-amplify-react@5.1.28
     - aws-amplify-vue@2.1.7
     - aws-amplify@4.3.27
     - @aws-amplify/cache@4.0.47
     - @aws-amplify/core@4.5.9
     - @aws-amplify/datastore-storage-adapter@1.3.5
     - @aws-amplify/datastore@3.12.2
     - @aws-amplify/geo@1.3.8
     - @aws-amplify/interactions@4.0.45
     - @aws-amplify/predictions@4.0.45
     - @aws-amplify/pubsub@4.4.6
     - @aws-amplify/pushnotification@4.3.24
     - @aws-amplify/storage@4.4.28
     - @aws-amplify/xr@3.0.45
    
    * chore(release): update version.ts [ci skip]
    
    * chore: add dpilch to datastore codeowners (aws-amplify#10031)
    
    * chore(datastore): Add schema-drift integration test (aws-amplify#10077)
    
    * Datastore/feat user agent suffix (aws-amplify#10086)
    
    * Adds suffix to user agent for calls to API initiated by DataStore
    
    * Attempts to fix first half of user agent not being sent
    
    * Makes setting of user agent header more concise
    
    * Moves appending of suffix to user agent to core library
    
    * Moves user agent suffix constant to common util in datastore
    
    * Removes unused import
    
    * Unit test for api-graphql
    
    * Pulls in user agent suffix from datastore utils class
    
    * Adds unit test for getAmplifyUserAgent with and without content
    
    * Fixes issue found while testing, line too long.
    
    * Adds test for DataStore mutation.ts
    
    * Tests user agent suffix in datastore sync
    
    * Adds user agent suffix assertion to subscription test
    
    * Fixes variable declaration: const instead of let
    
    * Removes leftover lines of code from testing objectContains
    
    * Removes code style changes unrelated to user agent suffix
    
    * Removes code style changes unrelated to user agent suffix
    
    * Removes unnecessary null value option for userAgentSuffix - undefined is sufficient
    
    * Replaces imports from lib-esm
    
    * Replaces hard-coded string in assertion with constant from util file
    
    * Moves var declaration under import
    
    * Makes test method names more descriptive
    
    Co-authored-by: Erin Beal <erinleig@amazon.com>
    
    * chore(data): update CODEOWNERS file
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Jon Wire <iambipedal@gmail.com>
    
    * fix: preserve ssr context when using DataStore (aws-amplify#10088)
    
    * fix: Update AmazonPersonalizeProvider Analytics typings (aws-amplify#10076)
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.55
     - @aws-amplify/ui-components@1.9.26
     - @aws-amplify/ui-react@1.2.46
     - @aws-amplify/ui-storybook@2.0.46
     - @aws-amplify/ui-vue@1.1.40
     - @aws-amplify/analytics@5.2.13
     - @aws-amplify/api-graphql@2.3.10
     - @aws-amplify/api-rest@2.0.46
     - @aws-amplify/api@4.0.46
     - @aws-amplify/auth@4.5.10
     - aws-amplify-angular@6.0.46
     - aws-amplify-react@5.1.29
     - aws-amplify@4.3.28
     - @aws-amplify/cache@4.0.48
     - @aws-amplify/core@4.5.10
     - @aws-amplify/datastore-storage-adapter@1.3.6
     - @aws-amplify/datastore@3.12.3
     - @aws-amplify/geo@1.3.9
     - @aws-amplify/interactions@4.0.46
     - @aws-amplify/predictions@4.0.46
     - @aws-amplify/pubsub@4.4.7
     - @aws-amplify/pushnotification@4.3.25
     - @aws-amplify/storage@4.4.29
     - @aws-amplify/xr@3.0.46
    
    * chore(release): update version.ts [ci skip]
    
    * Fix typo in contributing guide (aws-amplify#10104)
    
    * feat(@aws-amplify/storage): Access all files from S3 with List API (aws-amplify#10095)
    
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    
    * feat(@aws-amplify/auth): Auto sign in after sign up (aws-amplify#10126)
    
    Fixes: aws-amplify#6320 aws-amplify#3882 aws-amplify#3631 aws-amplify#6018
    
    Co-authored-by: Balashova <helgabalashova>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.56
     - @aws-amplify/ui-components@1.9.27
     - @aws-amplify/ui-react@1.2.47
     - @aws-amplify/ui-storybook@2.0.47
     - @aws-amplify/ui-vue@1.1.41
     - @aws-amplify/analytics@5.2.14
     - @aws-amplify/api-graphql@2.3.11
     - @aws-amplify/api-rest@2.0.47
     - @aws-amplify/api@4.0.47
     - @aws-amplify/auth@4.6.0
     - aws-amplify-angular@6.0.47
     - aws-amplify-react@5.1.30
     - aws-amplify@4.3.29
     - @aws-amplify/cache@4.0.49
     - @aws-amplify/core@4.6.0
     - @aws-amplify/datastore-storage-adapter@1.3.7
     - @aws-amplify/datastore@3.12.4
     - @aws-amplify/geo@1.3.10
     - @aws-amplify/interactions@4.0.47
     - @aws-amplify/predictions@4.0.47
     - @aws-amplify/pubsub@4.4.8
     - @aws-amplify/pushnotification@4.3.26
     - @aws-amplify/storage@4.5.0
     - @aws-amplify/xr@3.0.47
    
    * chore(release): update version.ts [ci skip]
    
    * Fix grammar errors and clarify testing requirements (aws-amplify#10122)
    
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    
    * fix(auth): Unauthenticated identity throws AuthError without user … (aws-amplify#10090)
    
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    
    * aws-amplifyGH-9824 - PubSub Connection state tracking for AppSyncRealtime (aws-amplify#10063)
    
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (aws-amplify#10102)
    
    * fix(@aws-amplify/auth): fix storage bug for auto sign in value (aws-amplify#10139)
    
    Co-authored-by: Balashova <olybalas@98dd60782ea0.ant.amazon.com>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.57
     - @aws-amplify/ui-components@1.9.28
     - @aws-amplify/ui-react@1.2.48
     - @aws-amplify/ui-storybook@2.0.48
     - @aws-amplify/ui-vue@1.1.42
     - @aws-amplify/analytics@5.2.15
     - @aws-amplify/api-graphql@2.3.12
     - @aws-amplify/api-rest@2.0.48
     - @aws-amplify/api@4.0.48
     - @aws-amplify/auth@4.6.1
     - aws-amplify-angular@6.0.48
     - aws-amplify-react@5.1.31
     - aws-amplify@4.3.30
     - @aws-amplify/cache@4.0.50
     - @aws-amplify/core@4.6.1
     - @aws-amplify/datastore-storage-adapter@1.3.8
     - @aws-amplify/datastore@3.12.5
     - @aws-amplify/geo@1.3.11
     - @aws-amplify/interactions@4.0.48
     - @aws-amplify/predictions@4.0.48
     - @aws-amplify/pubsub@4.4.9
     - @aws-amplify/pushnotification@4.3.27
     - @aws-amplify/storage@4.5.1
     - @aws-amplify/xr@3.0.48
    
    * chore(release): update version.ts [ci skip]
    
    * Revert "Merge branch 'expo-sqlite-adapter-unit-tests' into main" (aws-amplify#10151)
    
    This reverts commit d8637cc, reversing
    changes made to 186349e.
    
    * feat(@aws-amplify/core): Throw Error if body attribute passed to Sign… (aws-amplify#10137)
    
    * feat(@aws-amplify/core): Throw Error if body attribute passed to Signer.sign()
    
    Co-authored-by: Ahilash Sasidharan  ahilashs@yahoo.com
    
    * Set space-before-function-paren to false for unit test
    
    * Make changes in response to PR comments
    
    * Make changes in response to PR comments
    
    * Find issue with unit tests
    
    * Move sign error tests into Signer-test
    
    * Set space-before-function-paren to false for unit test
    
    * Run test with space-before-function-paren set to true
    
    * Fix space before function error
    
    * Update tslint.json
    
    Set "space-before-function-paren" back to default setting.
    
    * Remove spaces before keyword "function"
    
    Return original formatting rule of no-spaces before "function" keyword.
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * fix(datastore): make di context fields private (aws-amplify#10162)
    
    * Updating config.yml to mitigate circle CI pipeline failures from outdated Xcode image (aws-amplify#10158)
    
    * updating config.yml for testing changes to staging
    
    * removing android integ tests for now
    
    * Update config.yml
    
    * removing code used for testing
    
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * kinesis fix
    
    * update personalize type to accomodate string
    
    * Revert "update personalize type to accomodate string"
    
    This reverts commit 9326beb.
    
    * Revert "kinesis fix"
    
    This reverts commit 763609b.
    
    * fix(pubsub): Add distinct RN Reachibility implementation (aws-amplify#10175)
    
    * fix(pubsub): Add distinct RN Reachibility implementation
    
    * fix(PubSub): Fix monitor tests
    
    * Fix: Analytics Type issue (aws-amplify#10185)
    
    * kinesis fix
    
    * ci: automate GitHub releases with lerna (aws-amplify#10189)
    
    Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    
    * chore: ci: Disabling integ_rn_ios_datastore_sqlite_adapter test (aws-amplify#10193)
    
    * Disabling integ_rn_ios_datastore_sqlite_adapter test
    
    * Update config.yml
    
    * Revert "ci: automate GitHub releases with lerna (aws-amplify#10189)"
    
    This reverts commit f59fa9f.
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.58
     - @aws-amplify/ui-components@1.9.29
     - @aws-amplify/ui-react@1.2.49
     - @aws-amplify/ui-storybook@2.0.49
     - @aws-amplify/ui-vue@1.1.43
     - @aws-amplify/analytics@5.2.16
     - @aws-amplify/api-graphql@2.3.13
     - @aws-amplify/api-rest@2.0.49
     - @aws-amplify/api@4.0.49
     - @aws-amplify/auth@4.6.2
     - aws-amplify-angular@6.0.49
     - aws-amplify-react@5.1.32
     - aws-amplify@4.3.31
     - @aws-amplify/cache@4.0.51
     - @aws-amplify/core@4.7.0
     - @aws-amplify/datastore-storage-adapter@1.3.9
     - @aws-amplify/datastore@3.12.6
     - @aws-amplify/geo@1.3.12
     - @aws-amplify/interactions@4.0.49
     - @aws-amplify/predictions@4.0.49
     - @aws-amplify/pubsub@4.4.10
     - @aws-amplify/pushnotification@4.3.28
     - @aws-amplify/storage@4.5.2
     - @aws-amplify/xr@3.0.49
    
    * chore(release): update version.ts [ci skip]
    
    * fix:(@aws-amplify/interactions): refactor-lex-v1 (aws-amplify#10155)
    
    * fix: An update to @types/lodash breaks the build - specify last working version to unblock (aws-amplify#10221)
    
    * fix(interactions): fix configure default provider (aws-amplify#10215)
    
    * fix(interactions): fix configure default provider
    
    * chore: pin @types/lodash version in aws-amplify-angular
    
    Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com>
    
    * feat: PubSub Connection state tracking for MQTT and IoT providers (aws-amplify#10136)
    
    * feat: PubSub Connection state tracking for MQTT and IoT providers
    
    * fix: Add disconnect message on connection lost
    
    * fix(pubsub): Connection Ack verification bug (aws-amplify#10200)
    
    * fex(pubsub): Add distinct RN Reachibility implementation
    
    * fix(PubSub): Monitor tests
    
    * fix(pubsub): Connection Ack verification bug
    
    * Fix the test
    
    * fix: Add tests to cover the fixed bug
    
    * Update packages/pubsub/src/Providers/AWSAppSyncRealTimeProvider/index.ts
    
    Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com>
    
    * Update packages/pubsub/__tests__/AWSAppSyncRealTimeProvider.test.ts
    
    Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com>
    
    * Test fix
    
    * Fix test
    
    Co-authored-by: Francisco Rodriguez <elorzafe@amazon.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.59
     - @aws-amplify/ui-components@1.9.30
     - @aws-amplify/ui-react@1.2.50
     - @aws-amplify/ui-storybook@2.0.50
     - @aws-amplify/ui-vue@1.1.44
     - @aws-amplify/analytics@5.2.17
     - @aws-amplify/api-graphql@2.3.14
     - @aws-amplify/api-rest@2.0.50
     - @aws-amplify/api@4.0.50
     - @aws-amplify/auth@4.6.3
     - aws-amplify-angular@6.0.50
     - aws-amplify-react@5.1.33
     - aws-amplify@4.3.32
     - @aws-amplify/cache@4.0.52
     - @aws-amplify/core@4.7.1
     - @aws-amplify/datastore-storage-adapter@1.3.10
     - @aws-amplify/datastore@3.12.7
     - @aws-amplify/geo@1.3.13
     - @aws-amplify/interactions@4.0.50
     - @aws-amplify/predictions@4.0.50
     - @aws-amplify/pubsub@4.5.0
     - @aws-amplify/pushnotification@4.3.29
     - @aws-amplify/storage@4.5.3
     - @aws-amplify/xr@3.0.50
    
    * chore(release): update version.ts [ci skip]
    
    * fix(interactions): fix addPluggable API (aws-amplify#10250)
    
    * fix(interactions): fix addPluggable API
    
    * fix(interactions): remove Add a invalid pluggable test
    
    Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - @aws-amplify/ui-angular@1.0.60
     - @aws-amplify/ui-components@1.9.31
     - @aws-amplify/ui-react@1.2.51
     - @aws-amplify/ui-storybook@2.0.51
     - @aws-amplify/ui-vue@1.1.45
     - @aws-amplify/analytics@5.2.18
     - @aws-amplify/api-graphql@2.3.15
     - @aws-amplify/api-rest@2.0.51
     - @aws-amplify/api@4.0.51
     - @aws-amplify/auth@4.6.4
     - aws-amplify-angular@6.0.51
     - aws-amplify-react@5.1.34
     - aws-amplify@4.3.33
     - @aws-amplify/cache@4.0.53
     - @aws-amplify/core@4.7.2
     - @aws-amplify/datastore-storage-adapter@1.3.11
     - @aws-amplify/datastore@3.12.8
     - @aws-amplify/geo@1.3.14
     - @aws-amplify/interactions@4.0.51
     - @aws-amplify/predictions@4.0.51
     - @aws-amplify/pubsub@4.5.1
     - @aws-amplify/pushnotification@4.3.30
     - @aws-amplify/storage@4.5.4
     - @aws-amplify/xr@3.0.51
    
    * chore(release): update version.ts [ci skip]
    
    * chore: fixed build, minimatch dep (aws-amplify#10261)
    
    * feat(@aws-amplify/interactions): call onComplete callback with entire response (aws-amplify#10248)
    
    * feat(interactions): call onComplete callback with entire response
    
    * chore(in-app-messaging): version bump
    
    Co-authored-by: chintannp <88387035+chintannp@users.noreply.github.com>
    Co-authored-by: Caleb Pollman <cpollman@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    Co-authored-by: Dane Pilcher <dppilche@amazon.com>
    Co-authored-by: James Au <40404256+jamesaucode@users.noreply.github.com>
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    Co-authored-by: Satana Charuwichitratana <satana.charu@gmail.com>
    Co-authored-by: elorzafe <elorzafe@amazon.com>
    Co-authored-by: Aaron S <stocaaro@stocad.com>
    Co-authored-by: aws-amplify-bot <aws@amazon.com>
    Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com>
    Co-authored-by: erinleigh90 <106691284+erinleigh90@users.noreply.github.com>
    Co-authored-by: Erin Beal <erinleig@amazon.com>
    Co-authored-by: David McAfee <mcafd@amazon.com>
    Co-authored-by: Jon Wire <iambipedal@gmail.com>
    Co-authored-by: Amelia Hill <49414147+amehi0index@users.noreply.github.com>
    Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com>
    Co-authored-by: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Co-authored-by: Olya Balashova <42189299+helgabalashova@users.noreply.github.com>
    Co-authored-by: Francisco Rodriguez <frodriguez.cs@gmail.com>
    Co-authored-by: James Au <auchu@amazon.com>
    Co-authored-by: Kha Truong <64438356+khatruong2009@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Balashova <olybalas@98dd60782ea0.ant.amazon.com>
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com>
    Co-authored-by: Ashika Kasiviswanathan Arumugakarthik <akasivis@amazon.com>
    Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com>
    Co-authored-by: Sridhar <ashwsrir@bcd07413f71a.ant.amazon.com>
    Co-authored-by: Katie Goines <katiegoi@amazon.com>
    Configuration menu
    Copy the full SHA
    fc590d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. In app messaging/remove react native UI (aws-amplify#10425)

    <!--
    Please make sure to read the Pull Request Guidelines:
    
    https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#pull-requests
    -->
    
    #### Description of changes
    <!--
    Thank you for your Pull Request! Please provide a description above and
    review
    the requirements below.
    -->
    
    This PR restores the `aws-amplify-react-native` package to its state on
    the `main` branch. All relevant changes have been migrated to Amplify UI
    and this package should not be used with in-app messaging.
    
    Also pinned the version of the pinpoint client used in `notifications`
    to a specific targeted version. Latest version of AWS SDK is currently
    resulting in build failures due to webpack incompatibility. This can
    addressed at some later time across the JS monorepo.
    
    #### Description of how you validated changes
    `yarn test`
    
    #### Checklist
    <!-- Remove items that do not apply. For completed items, change [ ] to
    [x]. -->
    
    - [x] PR description included
    - [x] `yarn test` passes
    
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache 2.0 license.
    
    Co-authored-by: Chris Fang <chrfang@amazon.com>
    cshfang and Chris Fang committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    295aa96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705324a View commit details
    Browse the repository at this point in the history
  3. chore(in-app-messaging): version bump

    Chris Fang committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    80b9ea0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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