Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-go Loading
base: v1.53.19
Choose a base ref
...
head repository: aws/aws-sdk-go Loading
compare: v1.54.9
Choose a head ref
  • 20 commits
  • 271 files changed
  • 5 contributors

Commits on Jun 10, 2024

  1. Release v1.53.20 (2024-06-10) (#5282)

    Release v1.53.20 (2024-06-10)
    ===
    
    ### Service Client Updates
    * `service/application-signals`: Adds new service
    * `service/ecs`: Updates service API and documentation
      * This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
    * `service/imagebuilder`: Updates service API
    aws-sdk-go-automation committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b58ff6c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Release v1.53.21 (2024-06-11) (#5283)

    Release v1.53.21 (2024-06-11)
    ===
    
    ### Service Client Updates
    * `service/accessanalyzer`: Updates service API, documentation, paginators, and examples
    * `service/guardduty`: Updates service API and documentation
      * Added API support for GuardDuty Malware Protection for S3.
    * `service/networkmanager`: Updates service API and documentation
    * `service/pca-connector-scep`: Adds new service
    * `service/sagemaker`: Updates service API and documentation
      * Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.
    aws-sdk-go-automation committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0077a79 View commit details
    Browse the repository at this point in the history
  2. Feat remove backupstorage (#5284)

    * remove backupstorage
    
    * Add changelog
    
    ---------
    
    Co-authored-by: Tianyi Wang <wty@amazon.com>
    wty-Bryant and Tianyi Wang committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f9899dd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Release v1.54.0 (2024-06-12) (#5285)

    Release v1.54.0 (2024-06-12)
    ===
    
    ### Service Client Updates
    * `service/apptest`: Updates service API, documentation, waiters, paginators, and examples
    * `service/ec2`: Updates service API and documentation
      * Tagging support for Traffic Mirroring FilterRule resource
    * `service/osis`: Updates service API and documentation
    * `service/redshift`: Updates service API and documentation
      * Updates to remove DC1 and DS2 node types.
    * `service/secretsmanager`: Updates service API and documentation
      * Introducing RotationToken parameter for PutSecretValue API
    * `service/securitylake`: Updates service API and documentation
    * `service/sesv2`: Updates service API and documentation
    
    ### SDK Features
    * `service/backupstorage`: Remove Backupstorage
      * This change removes the Backupstorage service, which has been deprecated.
    aws-sdk-go-automation committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0e3fe6f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Release v1.54.1 (2024-06-13) (#5286)

    Release v1.54.1 (2024-06-13)
    ===
    
    ### Service Client Updates
    * `service/cloudhsmv2`: Updates service API and documentation
      * Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
    * `service/glue`: Updates service API and documentation
      * This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.
    * `service/iotwireless`: Updates service API
    * `service/kms`: Updates service API, documentation, and examples
      * This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties.
    * `service/mediapackagev2`: Updates service API, documentation, and examples
    aws-sdk-go-automation committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9df4328 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. drop x/net test dependency

    lucix-aws committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    494f482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51955d2 View commit details
    Browse the repository at this point in the history
  3. remove TODO

    lucix-aws committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    66fd84f View commit details
    Browse the repository at this point in the history
  4. wrong setupServer copy

    lucix-aws committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2835a32 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5287 from aws/feat-dropxnet

    drop golang.org/x/net dependency entirely
    lucix-aws committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    268bb23 View commit details
    Browse the repository at this point in the history
  6. Release v1.54.2 (2024-06-14) (#5288)

    Release v1.54.2 (2024-06-14)
    ===
    
    ### Service Client Updates
    * `service/datazone`: Updates service API, documentation, and paginators
    * `service/ec2`: Updates service documentation
      * Documentation updates for Amazon EC2.
    * `service/macie2`: Updates service API, documentation, and paginators
    * `service/mediaconvert`: Updates service API, documentation, and paginators
      * This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.
    * `service/route53domains`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    
    ### SDK Bugs
    * Remove test dependency on golang.org/x/net.
      * This was used for h2 support which is now transparently available in the stdlib.
    aws-sdk-go-automation committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    70ea450 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Release v1.54.3 (2024-06-17) (#5289)

    Release v1.54.3 (2024-06-17)
    ===
    
    ### Service Client Updates
    * `service/acm-pca`: Updates service API and documentation
    * `service/batch`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/codebuild`: Updates service API and documentation
      * AWS CodeBuild now supports global and organization GitHub webhooks
    * `service/cognito-idp`: Updates service API
    * `service/ds`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/elasticfilesystem`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/glue`: Updates service API, documentation, and paginators
      * This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.
    * `service/kms`: Updates service examples
      * Updating SDK example for KMS DeriveSharedSecret API.
    * `service/mediaconvert`: Updates service API and documentation
      * This release includes support for creating I-frame only video segments for DASH trick play.
    * `service/secretsmanager`: Updates service documentation
      * Doc only update for Secrets Manager
    * `service/waf`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    aws-sdk-go-automation committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    33248db View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Release v1.54.4 (2024-06-18) (#5290)

    Release v1.54.4 (2024-06-18)
    ===
    
    ### Service Client Updates
    * `service/bedrock-runtime`: Updates service API and documentation
    * `service/cloudtrail`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/config`: Updates service API
    * `service/eks`: Updates service API and documentation
    * `service/lightsail`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/polly`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/rekognition`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/sagemaker`: Updates service API, documentation, and paginators
      * Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
    * `service/shield`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/snowball`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    aws-sdk-go-automation committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f2d0da8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Release v1.54.5 (2024-06-19) (#5291)

    Release v1.54.5 (2024-06-19)
    ===
    
    ### Service Client Updates
    * `service/artifact`: Updates service API, documentation, waiters, and examples
    * `service/athena`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/cur`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/directconnect`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/elastictranscoder`: Updates service API
      * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
    * `service/opensearch`: Updates service API and documentation
    aws-sdk-go-automation committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    66bfa6b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Release v1.54.6 (2024-06-20) (#5292)

    Release v1.54.6 (2024-06-20)
    ===
    
    ### Service Client Updates
    * `service/bedrock-runtime`: Updates service API and documentation
    * `service/codeartifact`: Updates service API and documentation
    * `service/compute-optimizer`: Updates service API and documentation
    * `service/cost-optimization-hub`: Updates service API, documentation, and waiters
    * `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
      * Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
    * `service/glue`: Updates service paginators
      * Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
    * `service/ivs-realtime`: Updates service API, documentation, and waiters
    * `service/sagemaker`: Updates service API and documentation
      * Adds support for model references in Hub service, and adds support for cross-account access of Hubs
    * `service/securityhub`: Updates service API and documentation
    aws-sdk-go-automation committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9bdfe74 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. remove opsworks smoke test

    lucix-aws committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7ca485f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5294 from aws/fix-opsworks

    remove opsworks smoke test
    lucix-aws committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    38baa50 View commit details
    Browse the repository at this point in the history
  3. Release v1.54.7 (2024-06-24) (#5295)

    Release v1.54.7 (2024-06-24)
    ===
    
    ### Service Client Updates
    * `service/bedrock-runtime`: Updates service API
    * `service/customer-profiles`: Updates service API and documentation
    * `service/ec2`: Updates service API
      * Fix EC2 multi-protocol info in models.
    * `service/qbusiness`: Updates service API and documentation
    * `service/ssm`: Updates service API
      * Add sensitive trait to SSM IPAddress property for CloudTrail redaction
    * `service/workspaces-web`: Updates service API and documentation
    aws-sdk-go-automation committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    33c5946 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Release v1.54.8 (2024-06-25) (#5296)

    Release v1.54.8 (2024-06-25)
    ===
    
    ### Service Client Updates
    * `service/autoscaling`: Updates service API and documentation
      * Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
    * `service/ec2`: Updates service API
      * This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
    * `service/networkmanager`: Updates service API and documentation
    * `service/workspaces-thin-client`: Updates service API and documentation
    aws-sdk-go-automation committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cce1a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Release v1.54.9 (2024-06-26) (#5297)

    Release v1.54.9 (2024-06-26)
    ===
    
    ### Service Client Updates
    * `service/controltower`: Updates service API, documentation, and paginators
    * `service/eks`: Updates service API and documentation
    * `service/ivs-realtime`: Updates service API, documentation, and paginators
    * `service/kinesisanalyticsv2`: Updates service API, documentation, and paginators
    * `service/opensearch`: Updates service API and documentation
    aws-sdk-go-automation committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b9d7c6a View commit details
    Browse the repository at this point in the history
Loading