Skip to content

Commit

Permalink
Merge branch 'release-1.34.7'
Browse files Browse the repository at this point in the history
* release-1.34.7:
  Bumping version to 1.34.7
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 22, 2023
2 parents e1632bc + f2b80de commit b203489
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``bedrock-agent``",
"description": "[``botocore``] Adding Claude 2.1 support to Bedrock Agents",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "[``botocore``] This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "[``botocore``] This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.",
"type": "api-change"
},
{
"category": "``networkmonitor``",
"description": "[``botocore``] CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "[``botocore``] Provides minor corrections and an updated description of APIs.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Update endpoint rules and examples.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.7
======

* api-change:``bedrock-agent``: [``botocore``] Adding Claude 2.1 support to Bedrock Agents
* api-change:``glue``: [``botocore``] This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* api-change:``lakeformation``: [``botocore``] This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* api-change:``mediaconnect``: [``botocore``] This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* api-change:``networkmonitor``: [``botocore``] CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.
* api-change:``omics``: [``botocore``] Provides minor corrections and an updated description of APIs.
* api-change:``secretsmanager``: [``botocore``] Update endpoint rules and examples.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.34.6
======

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.6'
__version__ = '1.34.7'


# 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.6,<1.35.0
botocore>=1.34.7,<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 @@ -13,7 +13,7 @@


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

0 comments on commit b203489

Please sign in to comment.