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 57ddd00 commit ffdb292
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 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": "This release adds document support to Converse and ConverseStream APIs",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "Add support for the Cargo package format.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "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": "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": "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": "Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "IVS Real-Time now offers customers the ability to record individual stage participants to S3.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adds support for model references in Hub service, and adds support for cross-account access of Hubs",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "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``: This release adds document support to Converse and ConverseStream APIs
* api-change:``codeartifact``: Add support for the Cargo package format.
* api-change:``compute-optimizer``: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* api-change:``cost-optimization-hub``: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* api-change:``dynamodb``: Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
* api-change:``glue``: Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to record individual stage participants to S3.
* api-change:``sagemaker``: Adds support for model references in Hub service, and adds support for cross-account access of Hubs
* api-change:``securityhub``: Documentation updates for Security Hub


1.34.130
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.130'
__version__ = '1.34.131'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.130'
release = '1.34.131'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit ffdb292

Please sign in to comment.