Skip to content
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

Bump botocore from 1.29.124 to 1.31.2 #2939

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps botocore from 1.29.124 to 1.31.2.

Changelog

Sourced from botocore's changelog.

1.31.2

  • bugfix:s3: Fix s3 presigned URLs for operations with query components ([#2962](https://github.com/boto/botocore/issues/2962) <https://github.com/boto/botocore/issues/2962>__)
  • api-change:cognito-idp: API model updated in Amazon Cognito

1.31.1

  • api-change:dms: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
  • api-change:glue: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
  • api-change:logs: Add CMK encryption support for CloudWatch Logs Insights query result data
  • api-change:medialive: This release enables the use of Thumbnails in AWS Elemental MediaLive.
  • api-change:mediatailor: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

1.31.0

  • api-change:ec2: Add Nitro Enclaves support on DescribeInstanceTypes
  • api-change:location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
  • api-change:outposts: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
  • api-change:quicksight: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
  • api-change:rds: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
  • bugfix:configprovider: Fix bug when deep copying config value store where overrides were not preserved
  • enhancement:configprovider: Always use shallow copy of session config value store for clients
  • feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.

1.30.1

  • api-change:comprehendmedical: Update to Amazon Comprehend Medical documentation.
  • api-change:connect: GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values.
  • api-change:kms: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
  • api-change:mgn: This release introduces the Global view feature and new Replication state APIs.
  • api-change:securityhub: Documentation updates for AWS Security Hub

1.30.0

  • feature:Useragent: Update User-Agent header format
  • api-change:batch: This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
  • api-change:sagemaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.

1.29.165

... (truncated)

Commits
  • cf78d09 Merge branch 'release-1.31.2'
  • 396f53f Bumping version to 1.31.2
  • ce72b58 Update to latest models
  • 2f1f009 Fix generate_presigned_url for S3 operations where the modeled request URI co...
  • 4fa1183 Merge branch 'release-1.31.1'
  • c1cd648 Merge branch 'release-1.31.1' into develop
  • eb1ab3e Bumping version to 1.31.1
  • 1066412 Update to latest partitions and endpoints
  • ccc9687 Update to latest models
  • 7143f31 Merge branch 'release-1.31.0' into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2023
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #2939 (d977717) into main (efcd602) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2939   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files         211      211           
  Lines        9232     9232           
  Branches     1489     1489           
=======================================
  Hits         8873     8873           
  Misses        229      229           
  Partials      130      130           

Bumps [botocore](https://github.com/boto/botocore) from 1.29.124 to 1.31.2.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.29.124...1.31.2)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/botocore-1.31.2 branch from 3419359 to d977717 Compare July 11, 2023 21:08
@codspeed-hq
Copy link

codspeed-hq bot commented Jul 11, 2023

CodSpeed Performance Report

Merging #2939 will not alter performance

Comparing dependabot/pip/botocore-1.31.2 (d977717) with main (efcd602)

Summary

✅ 1 untouched benchmarks

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2023

Superseded by #2953.

@dependabot dependabot bot closed this Jul 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/botocore-1.31.2 branch July 14, 2023 18:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants