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.26.45 to 1.26.89 #213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps boto3 from 1.26.45 to 1.26.89.

Changelog

Sourced from boto3's changelog.

1.26.89

  • api-change:ivschat: [botocore] This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.
  • api-change:secretsmanager: [botocore] The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.

1.26.88

  • api-change:codeartifact: [botocore] This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
  • api-change:connect: [botocore] This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
  • api-change:evidently: [botocore] Updated entity override documentation
  • api-change:networkmanager: [botocore] This update provides example usage for TransitGatewayRouteTableArn.
  • api-change:quicksight: [botocore] This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
  • api-change:redshift-data: [botocore] Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
  • api-change:sagemaker: [botocore] Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
  • api-change:servicediscovery: [botocore] Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
  • api-change:sesv2: [botocore] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.

1.26.87

  • api-change:athena: [botocore] A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
  • api-change:dynamodb: [botocore] Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
  • api-change:ec2: [botocore] Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
  • api-change:lakeformation: [botocore] This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.
  • api-change:mediapackage-vod: [botocore] This release provides the date and time VOD resources were created.
  • api-change:mediapackage: [botocore] This release provides the date and time live resources were created.
  • api-change:route53resolver: [botocore] Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule
  • api-change:sagemaker: [botocore] There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.

1.26.86

  • api-change:dms: [botocore] This release adds DMS Fleet Advisor Target Recommendation APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to start Target Recommendation calculation.
  • api-change:location: [botocore] Documentation update for the release of 3 additional map styles for use with Open Data Maps: Open Data Standard Dark, Open Data Visualization Light & Open Data Visualization Dark.

1.26.85

  • api-change:account: [botocore] AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|".
  • api-change:ivs: [botocore] Updated text description in DeleteChannel, Stream, and StreamSummary.

1.26.84

... (truncated)

Commits
  • 25fc9c1 Merge branch 'release-1.26.89'
  • f7f2a26 Bumping version to 1.26.89
  • ceccadf Add changelog entries from botocore
  • b10b80c Merge branch 'release-1.26.88' into develop
  • 2f9b8d6 Merge branch 'release-1.26.88'
  • 5f21aaf Bumping version to 1.26.88
  • df4efe0 Add changelog entries from botocore
  • 8714af2 Merge branch 'release-1.26.87' into develop
  • 17c02de Merge branch 'release-1.26.87'
  • 5d11a82 Bumping version to 1.26.87
  • 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.45 to 1.26.89.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.45...1.26.89)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 13, 2023

The following labels could not be found: python, dependencies, docs-approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants