All Versions
222
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 1

  • v2.28.5 Changes

    ๐Ÿš€ -Features for next release

    • AWSCore
      • Support for ap-south-2 - Asia Pacific (Hyderabad) (see AWS Regional Services List for a list of services supported in the region)
  • v2.28.4 Changes

    ๐Ÿ†• New features

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSEC2
      • AWSAutoScaling
  • v2.28.3 Changes

    ๐Ÿ†• New features

    • AWSCore

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSAutoScaling
      • AWSConnect
      • AWSEC2
      • AWSPolly
  • v2.28.2 Changes

    ๐Ÿ› Bug Fixes

    • AWSCore/AWSCredentialsProvider
      • Fixed an issue where getAWSCredentials thinks it has valid credentials despite them being potentially invalidated through a concurrent call to invalidateCachedTemporaryCredentials. (See PR #4379)

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSIoT
      • AWSConnect
      • AWSTextract
      • AWSEC2
      • AWSCloudWatchLogs
  • v2.28.1 Changes

    ๐Ÿ› Bug Fixes

    • AWSAuthUI

      • Fixed AWSAuthUIViewController not being able to display its contents on landscape orientation (See PR #4338)
    • AWSPinpoint (See PR #4348 and PR #4357)

      • Updated events max attributes/metrics limit and attribute value limit to align with what the Pinpoint service expects.
      • Events that failed to submit due to connectivity errors are now considered to be retryable indefinitely, i.e. their retry counter won't be increased.
      • Removed warnings with NSKeyedUnarchiver.

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSDynamoDB
      • AWSComprehend
      • AWSLocation
      • AWSPolly
      • AWSEC2
      • AWSTranslate
      • AWSConnect
      • AWSChimeSDKMessaging
      • AWSSageMakerRuntime
      • AWSEC2
      • AWSConnect
      • AWSElasticLoadBalancingv2
      • AWSCognitoIdentityProvider
  • v2.28.0 Changes

    ๐Ÿš€ -Features for next release

    ๐Ÿ› Bug Fixes

    • AWSMobileClient
      • Add getToken hashTable access inside a serial queue to avoid race condition (See PR #4290)

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSEC2
      • AWSConnect
      • AWSSNS
      • Breaking Change AWSCognitoIdentityProvider
      • Breaking Change AWSTranscribe
  • v2.27.15 Changes

    ๐Ÿ†• New features

    • AWSCore
  • v2.27.14 Changes

    ๐Ÿ› Bug Fixes

    • AWSMobileClient

      • Add missing parameters for SignInResult init in getNewPasswordDetails (See PR #4200)
    • AWSPinpoint

      • Migrate key-value storage from NSUserdefaults to Keychain (See PR #4223)

    โšก๏ธ Misc. Updates

    • โšก๏ธ Model updates for the following services
      • AWSEC2
      • AWSConnect
      • AWSKMS
      • AWSAutoScaling
      • AWSPolly
      • AWSIoT
      • AWSPinpoint
      • AWSLocation
      • AWSChimeSDKMessaging
      • AWSRekognition
      • AWSLambda
      • AWSDynamoDB
  • v2.27.13 Changes

    ๐Ÿ› Bug Fixes

  • v2.27.12 Changes

    ๐Ÿ› Bug Fixes

    • AWSMobileClient
      • fix(awsmobileClient): AWSMobileclient will refresh the token before making user attribute calls (See PR #4215)
      • fix(AWSMobileClient): Change logic to handle weak reference of token operations (See PR #4205)