Skip to content

[V4] Preview 6 #3639

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

Merged
merged 158 commits into from
Feb 6, 2025
Merged

[V4] Preview 6 #3639

merged 158 commits into from
Feb 6, 2025

Conversation

dscpinheiro
Copy link
Contributor

@dscpinheiro dscpinheiro commented Feb 6, 2025

Description

This PR prepares the SDK for the next preview of V4. The relevant commits are:

Testing

  • Dry-run: DRY_RUN-be1b5346-2dbc-43fe-bde6-8b998ad31367

License

  • I confirm that this pull request can be released under the Apache 2 license

… Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed.
…enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards.
…traintViolationException for the EnableAllFeatures operation.
… is not for validation but only for documentation and user guide change.
…e configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
…outheast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
… log type in the create and modify DB Cluster.
…ith constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.
…eAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences
…ustomer logs to CloudWatch Logs, S3, or Firehose.
…ion feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
…stomers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
@dscpinheiro dscpinheiro added the v4 label Feb 6, 2025
@dscpinheiro
Copy link
Contributor Author

dscpinheiro commented Feb 6, 2025

One difference in the generated files is RegionEndpoint.generated.cs: In V3, we use the endpoints.json file so the new regions in the aws-iso-f partition are already available:

/// <summary>
/// The US ISOF EAST endpoint.
/// </summary>
public static readonly RegionEndpoint USIsofEast1 = GetEndpoint("us-isof-east-1", "US ISOF EAST");
/// <summary>
/// The US ISOF SOUTH endpoint.
/// </summary>
public static readonly RegionEndpoint USIsofSouth1 = GetEndpoint("us-isof-south-1", "US ISOF SOUTH");

In V4, since we rely on partitions.json instead - and this file hasn't been updated yet - the regions are not available. I believe that's OK for now since customers can still use RegionEndpoint.GetBySystemName("us-isof-east-1") and the SDK will work as expected (and of course, when the partitions file is updated V4 will pick up the changes).

@dscpinheiro dscpinheiro marked this pull request as ready for review February 6, 2025 01:25
@peterrsongg peterrsongg self-requested a review February 6, 2025 05:05
Copy link
Contributor

@peterrsongg peterrsongg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked out the branch locally. Verified the stj changes were there. Also, the versioning looks good on the extensions packages.

@jnunn-aws jnunn-aws requested a review from boblodgett February 6, 2025 18:33
@dscpinheiro dscpinheiro merged commit 634c989 into v4-development Feb 6, 2025
3 checks passed
@dscpinheiro dscpinheiro deleted the v4-development-merge branch February 6, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants