Skip to content

Commit 3480a10

Browse files
ashishdhingradscpinheiro
authored andcommitted
Update CHANGELOG to call out breaking change where the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken is now set as false.
1 parent 3870ccb commit 3480a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [Breaking Change] Move IEventStreamEvent to Amazon.Runtime.EventStreams namespace from Amazon.Runtime.EventStreams.Internal
1414
* [Breaking Change] Renamed IEventStream to IEventOutputStream and IEnumerableEventStream to IEnumerableEventOutputStream
1515
* Add core support for bi directional HTTP 2 service operations. Support is only available in .NET 8 and later.
16-
* Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
16+
* [Breaking Change] Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
1717
* Fix `EndpointDiscoveryHandler` not to fail when a request contains bearer token credentials.
1818
* Log a warning when `ServiceUrl` and `RegionEndpoint` are set at the same time. The SDK will log whichever of the two is used.
1919
* Remove redundant `AWSSignerType` attribute from service configuration classes.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [Breaking Change] Move IEventStreamEvent to Amazon.Runtime.EventStreams namespace from Amazon.Runtime.EventStreams.Internal
1414
* [Breaking Change] Renamed IEventStream to IEventOutputStream and IEnumerableEventStream to IEnumerableEventOutputStream
1515
* Add core support for bi directional HTTP 2 service operations. Support is only available in .NET 8 and later.
16-
* Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
16+
* [Breaking Change] Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
1717
* Fix `EndpointDiscoveryHandler` not to fail when a request contains bearer token credentials.
1818
* Log a warning when `ServiceUrl` and `RegionEndpoint` are set at the same time. The SDK will log whichever of the two is used.
1919
* Remove redundant `AWSSignerType` attribute from service configuration classes.

0 commit comments

Comments
 (0)