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

chore(deps): bump boto3 from 1.26.125 to 1.28.0 #80

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps boto3 from 1.26.125 to 1.28.0.

Changelog

Sourced from boto3's changelog.

1.28.0

  • enhancement:configprovider: [botocore] Always use shallow copy of session config value store for clients
  • feature:configuration: [botocore] Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.
  • bugfix:configprovider: [botocore] Fix bug when deep copying config value store where overrides were not preserved
  • api-change:ec2: [botocore] Add Nitro Enclaves support on DescribeInstanceTypes
  • api-change:location: [botocore] 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: [botocore] Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
  • api-change:quicksight: [botocore] This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
  • api-change:rds: [botocore] Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.

1.27.1

  • api-change:comprehendmedical: [botocore] Update to Amazon Comprehend Medical documentation.
  • api-change:connect: [botocore] GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values.
  • api-change:kms: [botocore] 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: [botocore] This release introduces the Global view feature and new Replication state APIs.
  • api-change:securityhub: [botocore] Documentation updates for AWS Security Hub

1.27.0

  • feature:Useragent: [botocore] Update User-Agent header format
  • api-change:batch: [botocore] 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: [botocore] SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.

1.26.165

  • api-change:amp: [botocore] AWS SDK service model generation tool version upgrade.
  • api-change:ecs: [botocore] Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
  • api-change:ivs: [botocore] Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
  • api-change:mediaconvert: [botocore] This release includes improved color handling of overlays and general updates to user documentation.
  • api-change:sagemaker: [botocore] This release adds support for rolling deployment in SageMaker Inference.
  • api-change:transfer: [botocore] Add outbound Basic authentication support to AS2 connectors
  • api-change:verifiedpermissions: [botocore] This release corrects several broken links in the documentation.

1.26.164

  • api-change:appstream: [botocore] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • api-change:chime: [botocore] The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
  • api-change:cleanrooms: [botocore] This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition.
  • api-change:dynamodb: [botocore] This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed

... (truncated)

Commits
  • 56ae0d7 Merge branch 'release-1.28.0'
  • 0382926 Bumping version to 1.28.0
  • 4c203e4 Add changelog entries from botocore
  • 2419f0c Add upcoming deprecation warning for Python 3.7 (#3773)
  • a2180b5 Merge branch 'release-1.27.1'
  • 94ffa45 Merge branch 'release-1.27.1' into develop
  • b5c3db8 Bumping version to 1.27.1
  • de0710b Add changelog entries from botocore
  • d07a8f4 docs: Fix broken Django Project hyperlink (#3767)
  • 7923d26 docs: fix broken hyperlink to examples (#3730)
  • 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)

Bumps [boto3](https://github.com/boto/boto3) from 1.26.125 to 1.28.0.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.125...1.28.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2023

Superseded by #82.

@dependabot dependabot bot closed this Jul 7, 2023
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.28.0 branch July 7, 2023 22:19
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