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

deps: Bump @aws-sdk to gamma.v8 #6748

Merged
merged 21 commits into from
Sep 8, 2020
Merged

deps: Bump @aws-sdk to gamma.v8 #6748

merged 21 commits into from
Sep 8, 2020

Commits on Aug 24, 2020

  1. feat(@aws-amplify/ui-components): Add ChatBot Component

    * amplify-chatbot initial import
    
    * Use interface and comment out test
    
    * Expose additional css variables and add icon variant to button
    
    * Update snapshot
    
    * Clean up code
    
    * Remove unused test case
    
    * Add snapshot testing
    
    * Apply comments from @ashika01
    
    * Rename --icon-color to --icon-fill
    
    * Remove unused class css
    
    * Update css for compatibility with existing components
    
    * Set default height
    
    * Integrate Interactions text message
    
    * Update snapshots
    
    * Simplify code
    
    * Add audiorecorder and integrate voice chat
    
    * Use interface over type
    
    * Reorder functions and add byte descriptions
    
    * Add loading animation
    
    * Update interaction types
    
    * Scroll to bottom
    
    * set methods private
    
    * Rename css class
    
    * Update snapshot
    
    * Add error handling and reorder functions
    
    * Refactor error handling
    
    * Refactor chatbot functions
    
    * Cleanup
    
    * Update snapshot
    
    * Expose width css variable from amplify-button
    
    * px to rem
    
    * Expose width and height variable; Control height at top level
    
    * Add header slot
    
    * Add listening animation
    
    * Cleanup
    
    * Update angular module
    
    * Move visualization to helper and downsample data array
    
    * Separate animation scss
    
    * Remove console.logs
    
    * Control width / height at host; expose message colors
    
    * Use I18n with strings
    
    * Fix typo
    
    * Use enum for chat state
    
    * Revert width back to 100%
    
    * Rename updateProps to validateProps
    
    * Separate out interaction enum strings
    
    * Move MIME type string to constants file
    
    * Use async/await pattern in recorder.ts
    
    * Check isBrowser and add silence props
    
    * Separate init from recorder for async control
    
    * Remove fieldId
    
    * Add try catch around Interactions.send
    
    * Remove requestId
    
    * Update snapshot
    
    * Expose Interactions types
    
    * Remove duplicate logic
    
    * Use enum to describe where the message is from
    
    * Clean up css and set enum value
    
    * Add slot description
    
    * Simplify import
    
    * Default noop to visualizer
    
    * Comment AudioRecorder and separate constants
    
    * Update snapshot
    
    * Reorder css
    
    * Enable conversationModeOn prop
    
    * Update packages/amplify-ui-components/src/common/audio-control/helper.ts
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * Move error strings to translations
    
    * Remove trailing comma
    
    * Wrap audioContext resume with error logger
    
    * Try catch `resume` and make startRecording async
    
    * Use callback based decode for safari
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    wlee221 and ashika01 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7f2381f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge branch 'main' into ui-components/main

    wlee221 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    9758705 View commit details
    Browse the repository at this point in the history
  2. ci: enable preview release from ui-components/main (#6648)

    * Enable publish from ui-preview branch
    
    * Revert checkout
    
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    wlee221 and jordanranz authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    4c5b5df View commit details
    Browse the repository at this point in the history
  3. fix(@aws-amplify/ui-components): Update scss and reset chat state upo…

    …n finish (#6652)
    
    * Move width/height control to container level
    
    * Add min-height to footer
    
    * Reset chat state upon session finish
    
    * Remove trailing comma
    wlee221 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    545757b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6655 from aws-amplify/main

    Sync ui-components/main with main
    wlee221 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e26c3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

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

Commits on Aug 28, 2020

  1. Make dot color customizable

    wlee221 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1dcb317 View commit details
    Browse the repository at this point in the history
  2. Fix typo in translations

    wlee221 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bb8a3da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f66a008 View commit details
    Browse the repository at this point in the history
  4. Add --amplify-blue as bg chat color

    wlee221 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1402f3f View commit details
    Browse the repository at this point in the history
  5. Remove console.error

    wlee221 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    8e708d6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6672 from aws-amplify/ui-components/chatbot-error…

    …-handling
    
    @feat(@aws-amplify/ui-components): Error/audio handling and css improvements
    wlee221 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    eaa023e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e51aad3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6680 from aws-amplify/main

    Sync ui-component/main with main
    jordanranz authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cf2ebdd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. chore: Sync ui-components/main with main (#6724)

    * feat(@aws-amplify/ui-components): Add Chatbot UI to main (#6684)
    
    * feat(@aws-amplify/ui-components): Add ChatBot Component
    
    Fixes: #5024
    
    * amplify-chatbot initial import
    
    * Use interface and comment out test
    
    * Expose additional css variables and add icon variant to button
    
    * Update snapshot
    
    * Clean up code
    
    * Remove unused test case
    
    * Add snapshot testing
    
    * Apply comments from @ashika01
    
    * Rename --icon-color to --icon-fill
    
    * Remove unused class css
    
    * Update css for compatibility with existing components
    
    * Set default height
    
    * Integrate Interactions text message
    
    * Update snapshots
    
    * Simplify code
    
    * Add audiorecorder and integrate voice chat
    
    * Use interface over type
    
    * Reorder functions and add byte descriptions
    
    * Add loading animation
    
    * Update interaction types
    
    * Scroll to bottom
    
    * set methods private
    
    * Rename css class
    
    * Update snapshot
    
    * Add error handling and reorder functions
    
    * Refactor error handling
    
    * Refactor chatbot functions
    
    * Cleanup
    
    * Update snapshot
    
    * Expose width css variable from amplify-button
    
    * px to rem
    
    * Expose width and height variable; Control height at top level
    
    * Add header slot
    
    * Add listening animation
    
    * Cleanup
    
    * Update angular module
    
    * Move visualization to helper and downsample data array
    
    * Separate animation scss
    
    * Remove console.logs
    
    * Control width / height at host; expose message colors
    
    * Use I18n with strings
    
    * Fix typo
    
    * Use enum for chat state
    
    * Revert width back to 100%
    
    * Rename updateProps to validateProps
    
    * Separate out interaction enum strings
    
    * Move MIME type string to constants file
    
    * Use async/await pattern in recorder.ts
    
    * Check isBrowser and add silence props
    
    * Separate init from recorder for async control
    
    * Remove fieldId
    
    * Add try catch around Interactions.send
    
    * Remove requestId
    
    * Update snapshot
    
    * Expose Interactions types
    
    * Remove duplicate logic
    
    * Use enum to describe where the message is from
    
    * Clean up css and set enum value
    
    * Add slot description
    
    * Simplify import
    
    * Default noop to visualizer
    
    * Comment AudioRecorder and separate constants
    
    * Update snapshot
    
    * Reorder css
    
    * Enable conversationModeOn prop
    
    * Update packages/amplify-ui-components/src/common/audio-control/helper.ts
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * Move error strings to translations
    
    * Remove trailing comma
    
    * Wrap audioContext resume with error logger
    
    * Try catch `resume` and make startRecording async
    
    * Use callback based decode for safari
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * ci: enable preview release from ui-components/main (#6648)
    
    * Enable publish from ui-preview branch
    
    * Revert checkout
    
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    
    * fix(@aws-amplify/ui-components): Update scss and reset chat state upon finish  (#6652)
    
    * Move width/height control to container level
    
    * Add min-height to footer
    
    * Reset chat state upon session finish
    
    * Remove trailing comma
    
    * Handle error based on whether it's recoverable or not
    
    * Put a different placeholder if only voice is enabled
    
    * Make dot color customizable
    
    * Fix typo in translations
    
    * Let users stop audio and remove speaking chat state
    
    * Add --amplify-blue as bg chat color
    
    * Remove console.error
    
    * ci: add interactions integ test (#6678)
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - amazon-cognito-identity-js@4.3.5
     - @aws-amplify/ui-angular@0.3.0
     - @aws-amplify/ui-components@0.7.0
     - @aws-amplify/ui-react@0.2.16
     - @aws-amplify/ui-storybook@0.2.16
     - @aws-amplify/ui-vue@0.2.15
     - @aws-amplify/analytics@3.2.8
     - @aws-amplify/api-graphql@1.1.7
     - @aws-amplify/api-rest@1.1.7
     - @aws-amplify/api@3.1.24
     - @aws-amplify/auth@3.3.6
     - aws-amplify-angular@5.0.25
     - aws-amplify-react@4.2.0
     - aws-amplify@3.0.25
     - @aws-amplify/cache@3.1.24
     - @aws-amplify/core@3.4.7
     - @aws-amplify/datastore@2.2.11
     - @aws-amplify/interactions@3.2.0
     - @aws-amplify/predictions@3.1.24
     - @aws-amplify/pubsub@3.0.25
     - @aws-amplify/pushnotification@3.1.11
     - @aws-amplify/storage@3.2.14
     - @aws-amplify/xr@2.1.24
    
    * chore(release): update version.ts [ci skip]
    
    * fix(amazon-cognito-identity-js): add "none" to sameSite possible values (#6682)
    
    * add none to cookiesStorage sameSite possible values
    
    * add sameSite = none to the valid values
    
    * update ICookieStorageData interface
    
    update ICookieStorageData to support sameSite = 'none'
    
    * Update packages/amazon-cognito-identity-js/src/CookieStorage.js
    
    Co-authored-by: Alex Hinson <alexmhinson@gmail.com>
    
    * feat(SSR): withSSRContext (#6146)
    
    Co-authored-by: Sam Martinez <samlmar@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    
    * fix(@aws-amplify/datastore): DataStore regression with AsyncStorage (#6712)
    
    * Remove DataStore from defaultModules until 100 subscription bug is fixed
    
    * Use factory pattern for InMemoryStore to work with AsyncStorage
    
    * Fix AsyncStorage test
    
    * chore: preparing release
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - amazon-cognito-identity-js@4.4.0
     - @aws-amplify/ui-angular@0.4.0
     - @aws-amplify/ui-components@0.8.0
     - @aws-amplify/ui-react@0.2.17
     - @aws-amplify/ui-storybook@0.2.17
     - @aws-amplify/ui-vue@0.2.16
     - @aws-amplify/analytics@3.3.0
     - @aws-amplify/api-graphql@1.2.0
     - @aws-amplify/api-rest@1.2.0
     - @aws-amplify/api@3.2.0
     - @aws-amplify/auth@3.4.0
     - aws-amplify-angular@5.0.26
     - aws-amplify-react@4.2.1
     - aws-amplify@3.1.0
     - @aws-amplify/cache@3.1.25
     - @aws-amplify/core@3.5.0
     - @aws-amplify/datastore@2.3.0
     - @aws-amplify/interactions@3.3.0
     - @aws-amplify/predictions@3.2.0
     - @aws-amplify/pubsub@3.1.0
     - @aws-amplify/pushnotification@3.2.0
     - @aws-amplify/storage@3.3.0
     - @aws-amplify/xr@2.2.0
    
    * chore(release): update version.ts [ci skip]
    
    * fix: Integration tests will retry "yarn install" (#6709)
    
    * Remove isomorphic-ws & ws from SSR DataStore usage (#6719)
    
    Bypassing PR steps since this is considered a hot-fix. CI on main will still be validation for release.
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    Co-authored-by: elorzafe <elorzafe@amazon.com>
    Co-authored-by: aws-amplify-bot <aws@amazon.com>
    Co-authored-by: Mohamed Djelaili <meddjelaili.me@gmail.com>
    Co-authored-by: Alex Hinson <alexmhinson@gmail.com>
    Co-authored-by: Eric Clemmons <eric@smarterspam.com>
    Co-authored-by: Sam Martinez <samlmar@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    10 people authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    224cf2c View commit details
    Browse the repository at this point in the history
  2. deps: Bump aws-sdk to v8 (#6720)

    * feat(@aws-amplify/ui-components): Add Chatbot UI to main (#6684)
    
    * feat(@aws-amplify/ui-components): Add ChatBot Component
    
    Fixes: #5024
    
    * amplify-chatbot initial import
    
    * Use interface and comment out test
    
    * Expose additional css variables and add icon variant to button
    
    * Update snapshot
    
    * Clean up code
    
    * Remove unused test case
    
    * Add snapshot testing
    
    * Apply comments from @ashika01
    
    * Rename --icon-color to --icon-fill
    
    * Remove unused class css
    
    * Update css for compatibility with existing components
    
    * Set default height
    
    * Integrate Interactions text message
    
    * Update snapshots
    
    * Simplify code
    
    * Add audiorecorder and integrate voice chat
    
    * Use interface over type
    
    * Reorder functions and add byte descriptions
    
    * Add loading animation
    
    * Update interaction types
    
    * Scroll to bottom
    
    * set methods private
    
    * Rename css class
    
    * Update snapshot
    
    * Add error handling and reorder functions
    
    * Refactor error handling
    
    * Refactor chatbot functions
    
    * Cleanup
    
    * Update snapshot
    
    * Expose width css variable from amplify-button
    
    * px to rem
    
    * Expose width and height variable; Control height at top level
    
    * Add header slot
    
    * Add listening animation
    
    * Cleanup
    
    * Update angular module
    
    * Move visualization to helper and downsample data array
    
    * Separate animation scss
    
    * Remove console.logs
    
    * Control width / height at host; expose message colors
    
    * Use I18n with strings
    
    * Fix typo
    
    * Use enum for chat state
    
    * Revert width back to 100%
    
    * Rename updateProps to validateProps
    
    * Separate out interaction enum strings
    
    * Move MIME type string to constants file
    
    * Use async/await pattern in recorder.ts
    
    * Check isBrowser and add silence props
    
    * Separate init from recorder for async control
    
    * Remove fieldId
    
    * Add try catch around Interactions.send
    
    * Remove requestId
    
    * Update snapshot
    
    * Expose Interactions types
    
    * Remove duplicate logic
    
    * Use enum to describe where the message is from
    
    * Clean up css and set enum value
    
    * Add slot description
    
    * Simplify import
    
    * Default noop to visualizer
    
    * Comment AudioRecorder and separate constants
    
    * Update snapshot
    
    * Reorder css
    
    * Enable conversationModeOn prop
    
    * Update packages/amplify-ui-components/src/common/audio-control/helper.ts
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * Move error strings to translations
    
    * Remove trailing comma
    
    * Wrap audioContext resume with error logger
    
    * Try catch `resume` and make startRecording async
    
    * Use callback based decode for safari
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    
    * ci: enable preview release from ui-components/main (#6648)
    
    * Enable publish from ui-preview branch
    
    * Revert checkout
    
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    
    * fix(@aws-amplify/ui-components): Update scss and reset chat state upon finish  (#6652)
    
    * Move width/height control to container level
    
    * Add min-height to footer
    
    * Reset chat state upon session finish
    
    * Remove trailing comma
    
    * Handle error based on whether it's recoverable or not
    
    * Put a different placeholder if only voice is enabled
    
    * Make dot color customizable
    
    * Fix typo in translations
    
    * Let users stop audio and remove speaking chat state
    
    * Add --amplify-blue as bg chat color
    
    * Remove console.error
    
    * ci: add interactions integ test (#6678)
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - amazon-cognito-identity-js@4.3.5
     - @aws-amplify/ui-angular@0.3.0
     - @aws-amplify/ui-components@0.7.0
     - @aws-amplify/ui-react@0.2.16
     - @aws-amplify/ui-storybook@0.2.16
     - @aws-amplify/ui-vue@0.2.15
     - @aws-amplify/analytics@3.2.8
     - @aws-amplify/api-graphql@1.1.7
     - @aws-amplify/api-rest@1.1.7
     - @aws-amplify/api@3.1.24
     - @aws-amplify/auth@3.3.6
     - aws-amplify-angular@5.0.25
     - aws-amplify-react@4.2.0
     - aws-amplify@3.0.25
     - @aws-amplify/cache@3.1.24
     - @aws-amplify/core@3.4.7
     - @aws-amplify/datastore@2.2.11
     - @aws-amplify/interactions@3.2.0
     - @aws-amplify/predictions@3.1.24
     - @aws-amplify/pubsub@3.0.25
     - @aws-amplify/pushnotification@3.1.11
     - @aws-amplify/storage@3.2.14
     - @aws-amplify/xr@2.1.24
    
    * chore(release): update version.ts [ci skip]
    
    * fix(amazon-cognito-identity-js): add "none" to sameSite possible values (#6682)
    
    * add none to cookiesStorage sameSite possible values
    
    * add sameSite = none to the valid values
    
    * update ICookieStorageData interface
    
    update ICookieStorageData to support sameSite = 'none'
    
    * Update packages/amazon-cognito-identity-js/src/CookieStorage.js
    
    Co-authored-by: Alex Hinson <alexmhinson@gmail.com>
    
    * Bump aws-sdk to gamma.v8
    
    * Bump v7 to v8
    
    * Add missing config for predictions test
    
    * feat(SSR): withSSRContext (#6146)
    
    Co-authored-by: Sam Martinez <samlmar@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    
    * fix(@aws-amplify/datastore): DataStore regression with AsyncStorage (#6712)
    
    * Remove DataStore from defaultModules until 100 subscription bug is fixed
    
    * Use factory pattern for InMemoryStore to work with AsyncStorage
    
    * Fix AsyncStorage test
    
    * chore: preparing release
    
    * chore: preparing release
    
    * chore(release): Publish [ci skip]
    
     - amazon-cognito-identity-js@4.4.0
     - @aws-amplify/ui-angular@0.4.0
     - @aws-amplify/ui-components@0.8.0
     - @aws-amplify/ui-react@0.2.17
     - @aws-amplify/ui-storybook@0.2.17
     - @aws-amplify/ui-vue@0.2.16
     - @aws-amplify/analytics@3.3.0
     - @aws-amplify/api-graphql@1.2.0
     - @aws-amplify/api-rest@1.2.0
     - @aws-amplify/api@3.2.0
     - @aws-amplify/auth@3.4.0
     - aws-amplify-angular@5.0.26
     - aws-amplify-react@4.2.1
     - aws-amplify@3.1.0
     - @aws-amplify/cache@3.1.25
     - @aws-amplify/core@3.5.0
     - @aws-amplify/datastore@2.3.0
     - @aws-amplify/interactions@3.3.0
     - @aws-amplify/predictions@3.2.0
     - @aws-amplify/pubsub@3.1.0
     - @aws-amplify/pushnotification@3.2.0
     - @aws-amplify/storage@3.3.0
     - @aws-amplify/xr@2.2.0
    
    * chore(release): update version.ts [ci skip]
    
    * fix: Integration tests will retry "yarn install" (#6709)
    
    * Remove isomorphic-ws & ws from SSR DataStore usage (#6719)
    
    Bypassing PR steps since this is considered a hot-fix. CI on main will still be validation for release.
    
    Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
    Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
    Co-authored-by: elorzafe <elorzafe@amazon.com>
    Co-authored-by: aws-amplify-bot <aws@amazon.com>
    Co-authored-by: Mohamed Djelaili <meddjelaili.me@gmail.com>
    Co-authored-by: Alex Hinson <alexmhinson@gmail.com>
    Co-authored-by: Eric Clemmons <eric@smarterspam.com>
    Co-authored-by: Sam Martinez <samlmar@amazon.com>
    Co-authored-by: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com>
    10 people authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c8c0786 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge branch 'main' into ui-components/main

    wlee221 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ac7c521 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate test keys

    wlee221 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c0514a2 View commit details
    Browse the repository at this point in the history
  3. Use tabs

    wlee221 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9082dfa View commit details
    Browse the repository at this point in the history
  4. Use correct amplify version

    wlee221 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    80d0d1e View commit details
    Browse the repository at this point in the history