Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps AWSSDK.Core and Microsoft.NETFramework.ReferenceAssemblies. These dependencies needed to be updated together.
Updates AWSSDK.Core from 3.7.13.1 to 4.0.0

Release notes

Sourced from AWSSDK.Core's releases.

4.0.0.0 (2025-04-28 18:14 UTC)

  • BedrockRuntime (4.0.0.0)
    • This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively.
  • CertificateManager (4.0.0.0)
    • Add support for file-based HTTP domain control validation, available through Amazon CloudFront.
  • CloudFront (4.0.0.0)
    • Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK.
  • DynamoDBv2 (4.0.0.0)
    • Doc only update for GSI descriptions.
    • Update paginators to handle scenarios where the token is a collection (that's null by default in V4)
    • Fixed trim warnings in Object Persistence high level library introduced by PR adding polymorphic support.
  • Imagebuilder (4.0.0.0)
    • Add integration with SSM Parameter Store to Image Builder.
  • Core 4.0.0.0
    • [Breaking Change] Allow source_profile to be used in conjunction with sso_session. If the profile specified via source_profile has sso_session, and the sso_session section is correctly configured, credentials will be retrieved from sso. The sso credentials will then be used to assume the role specified in the original profile. Previous behavior was that it assumed the role specified in source_profile, which does not follow the assume role profile chaining pattern.
    • Add observability feature IDs to User Agent header
    • fix: User-Agent header is growing when reusing the request object
    • Remove unused internal legacy .NET Framework 3.5 code.
    • Update documentation for the AWSConfigs.InitializeCollections property to specify the correct default value for V4 (and how to restore the V3 behavior)
    • Update SDK to respect Profile property set in the client config when resolving credentials.
    • All services packages updated to require new Core

4.0.0.0-preview.13 (2025-04-09 16:44 UTC)

  • BedrockRuntime (4.0.0.0)
  • DynamoDBv2 (4.0.0.0)
    • Allow to set DynamoDBEntryConversion per table.
  • Core 4.0.0.0
    • Enable error protocol tests and make headers case insensitive in test project
    • Update auth resolver async flow to add user agent details after resolving identity
    • All services packages updated to require new Core

4.0.0.0-preview.12 (2025-04-04 17:58 UTC)

  • Kinesis (4.0.0.0)
    • Add the bi-directional streaming operation SubscribeToShard.
  • LexRuntimeV2 (4.0.0.0)
    • Add the bi-directional streaming operation StartConversation.
  • QBusiness (4.0.0.0)
    • Add the bi-directional streaming operation Chat.
  • S3 (4.0.0.0)
    • Update remaining value types to be nullable.
  • TranscribeStreaming (4.0.0.0)
    • Initial release of the TranscribeStreaming service package.
  • Core 4.0.0.0
    • [Breaking Change] Move IEventStreamEvent to Amazon.Runtime.EventStreams namespace from Amazon.Runtime.EventStreams.Internal
    • [Breaking Change] Renamed IEventStream to IEventOutputStream and IEnumerableEventStream to IEnumerableEventOutputStream
    • Add core support for bi directional HTTP 2 service operations. Support is only available in .NET 8 and later.
    • Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
    • Fix EndpointDiscoveryHandler not to fail when a request contains bearer token credentials.
    • Log a warning when ServiceUrl and RegionEndpoint are set at the same time. The SDK will log whichever of the two is used.

... (truncated)

Commits
  • 1060dd1 Commit version number update changes
  • 38ca0ba Add distribution tenant, connection group, and multi-tenant distribution APIs...
  • a71baaa Add support for file-based HTTP domain control validation, available through ...
  • e2de3c0 Doc only update for GSI descriptions.
  • b540379 Add integration with SSM Parameter Store to Image Builder.
  • efa7c0f This release adds native h2 support for the bedrock runtime API, the support ...
  • 02a467b Merge pull request #3772 from aws/v4-development-merge
  • dd78187 chore: Update versioning
  • e8251a1 chore: Add generated files
  • 3f871a1 Merge commit 'bcc442e12cc015138c506095ec7e21230ccd4f2e'
  • Additional commits viewable in compare view

Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.3 to 1.0.3

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
AWSSDK.Core [< 3.8, > 3.7.13.1]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

Updates `AWSSDK.Core` from 3.7.13.1 to 4.0.0
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](aws/aws-sdk-net@3.7.13.1...4.0.0.0)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2025 02:34
@awschristou
Copy link
Contributor

@dependabot ignore this dependency

This telemetry package must remain with an AWS SDK version compatible with the AWS/Q VS Extension.

@dependabot dependabot bot closed this Apr 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2025

OK, I won't notify you about any of these dependencies again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/nuget/telemetry/csharp/main/multi-941c746ba9 branch April 29, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant