From 750ed27ac8f9bde15dca738758f0e8e531067be0 Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar <5666661+gosar@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:49:16 -0700 Subject: [PATCH] Change log entry for releasing updated core for SRA Identity & Auth (#4571) Change log entry for releasing updated core for SRA Identity & Auth --- .changes/next-release/feature-AWSSDKforJavav2-07cf633.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/next-release/feature-AWSSDKforJavav2-07cf633.json diff --git a/.changes/next-release/feature-AWSSDKforJavav2-07cf633.json b/.changes/next-release/feature-AWSSDKforJavav2-07cf633.json new file mode 100644 index 000000000000..b4994388b26c --- /dev/null +++ b/.changes/next-release/feature-AWSSDKforJavav2-07cf633.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS SDK for Java v2", + "contributor": "", + "description": "This release contains a major internal refactor of authentication. The refactor is part of moving the SDK to a standardized AWS SDK architecture.\n\nIt paves the way for new features to be released over the coming months: SDK plugins to provide a unified interface to add third-party functionality to the SDK and the ability to define additional ways of authenticating with services. \n\nWith this release, custom 3rd party credential providers can be created with fewer SDK dependencies (with the new `identity-spi` module), and AWS signers can be used with fewer SDK dependencies (with the new `http-auth-aws` module).\n\nBecause this is a major refactor that may result in backwards-compatible behavior changes, this release bumps the minor version of the SDK to 2.21." +}