Skip to content

Commit

Permalink
Bumping version to 1.34.131
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 20, 2024
1 parent 039b973 commit af823bd
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.131.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] This release adds document support to Converse and ConverseStream APIs",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "[``botocore``] Add support for the Cargo package format.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "[``botocore``] This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.",
"type": "api-change"
},
{
"category": "``cost-optimization-hub``",
"description": "[``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "[``botocore``] Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "[``botocore``] IVS Real-Time now offers customers the ability to record individual stage participants to S3.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Adds support for model references in Hub service, and adds support for cross-account access of Hubs",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Documentation updates for Security Hub",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockruntime-87779.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codeartifact-37143.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-computeoptimizer-26348.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-costoptimizationhub-37.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dynamodb-925.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-63425.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivsrealtime-98511.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-52623.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-2982.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.34.131
========

* api-change:``bedrock-runtime``: [``botocore``] This release adds document support to Converse and ConverseStream APIs
* api-change:``codeartifact``: [``botocore``] Add support for the Cargo package format.
* api-change:``compute-optimizer``: [``botocore``] This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* api-change:``cost-optimization-hub``: [``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* api-change:``dynamodb``: [``botocore``] Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
* api-change:``glue``: [``botocore``] Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to record individual stage participants to S3.
* api-change:``sagemaker``: [``botocore``] Adds support for model references in Hub service, and adds support for cross-account access of Hubs
* api-change:``securityhub``: [``botocore``] Documentation updates for Security Hub


1.34.130
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.130'
__version__ = '1.34.131'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.130,<1.35.0
botocore>=1.34.131,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.34.130,<1.35.0',
'botocore>=1.34.131,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit af823bd

Please sign in to comment.