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 boto3 from 1.28.35 to 1.28.78 #176

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps boto3 from 1.28.35 to 1.28.78.

Changelog

Sourced from boto3's changelog.

1.28.78

  • api-change:config: [botocore] Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023.
  • api-change:connect: [botocore] Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
  • api-change:iotwireless: [botocore] Added LoRaWAN version 1.0.4 support
  • api-change:launch-wizard: [botocore] AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.28.77

  • api-change:apprunner: [botocore] AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
  • api-change:connect: [botocore] GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
  • api-change:gamelift: [botocore] Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
  • api-change:glue: [botocore] This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
  • api-change:network-firewall: [botocore] This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.
  • api-change:quicksight: [botocore] This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.28.76

  • api-change:connect: [botocore] Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.
  • api-change:globalaccelerator: [botocore] Global Accelerator now support accelerators with cross account endpoints.
  • api-change:rds: [botocore] This release adds support for customized networking resources to Amazon RDS Custom.
  • api-change:redshift: [botocore] Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
  • api-change:sagemaker: [botocore] Support for batch transform input in Model dashboard

1.28.75

  • api-change:amplify: [botocore] Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs
  • api-change:application-insights: [botocore] Automate attaching managed policies
  • api-change:ec2: [botocore] Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
  • api-change:m2: [botocore] Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier
  • api-change:neptunedata: [botocore] Minor change to not retry CancelledByUserException
  • api-change:translate: [botocore] Added support for Brevity translation settings feature.

1.28.74

  • api-change:connect: [botocore] This release adds InstanceId field for phone number APIs.
  • api-change:dataexchange: [botocore] We added a new API action: SendDataSetNotification.
  • api-change:datasync: [botocore] Platform version changes to support AL1 deprecation initiative.
  • api-change:finspace: [botocore] Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.

... (truncated)

Commits
  • 8eaf406 Merge branch 'release-1.28.78'
  • d06d303 Bumping version to 1.28.78
  • 67e5501 Add changelog entries from botocore
  • 73c9958 Merge pull request #3919 from kyleknap/fix-changelog
  • b25a193 Fix changelog
  • 06dcb71 Merge branch 'release-1.28.77'
  • b2df09c Merge branch 'release-1.28.77' into develop
  • a4d85d4 Bumping version to 1.28.77
  • 47ac336 Add changelog entries from botocore
  • f51996b Merge branch 'release-1.28.76'
  • 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 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 [boto3](https://github.com/boto/boto3) from 1.28.35 to 1.28.78.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.35...1.28.78)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 6, 2023
@dependabot dependabot bot requested a review from a team November 6, 2023 17:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

Superseded by #180.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.28.78 branch November 13, 2023 18:05
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants