Skip to content

Commit 9a26b9b

Browse files
Merge branch 'release-1.39.7'
* release-1.39.7: Bumping version to 1.39.7 Add changelog entries from botocore
2 parents cc7ed09 + ece1de7 commit 9a26b9b

File tree

5 files changed

+88
-3
lines changed

5 files changed

+88
-3
lines changed

.changes/1.39.7.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "[``botocore``] This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore``",
9+
"description": "[``botocore``] Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore-control``",
14+
"description": "[``botocore``] Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-runtime``",
19+
"description": "[``botocore``] document update to support on demand custom model.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datasync``",
24+
"description": "[``botocore``] AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``glue``",
29+
"description": "[``botocore``] AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``guardduty``",
34+
"description": "[``botocore``] Add expectedBucketOwner parameter to ThreatIntel and IPSet APIs.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iotwireless``",
39+
"description": "[``botocore``] FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``logs``",
44+
"description": "[``botocore``] CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``mediapackagev2``",
49+
"description": "[``botocore``] This release adds support for CDN Authentication using Static Headers in MediaPackage v2.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``networkflowmonitor``",
54+
"description": "[``botocore``] Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``payment-cryptography-data``",
59+
"description": "[``botocore``] Expand length of message data field for Mac generation and validation to 8192 characters.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``stepfunctions``",
64+
"description": "[``botocore``] Doc-only update to introduction, and edits to clarify input parameter and the set of control characters.",
65+
"type": "api-change"
66+
}
67+
]

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
CHANGELOG
33
=========
44

5+
1.39.7
6+
======
7+
8+
* api-change:``bedrock``: [``botocore``] This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock.
9+
* api-change:``bedrock-agentcore``: [``botocore``] Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
10+
* api-change:``bedrock-agentcore-control``: [``botocore``] Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
11+
* api-change:``bedrock-runtime``: [``botocore``] document update to support on demand custom model.
12+
* api-change:``datasync``: [``botocore``] AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations
13+
* api-change:``glue``: [``botocore``] AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
14+
* api-change:``guardduty``: [``botocore``] Add expectedBucketOwner parameter to ThreatIntel and IPSet APIs.
15+
* api-change:``iotwireless``: [``botocore``] FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.
16+
* api-change:``logs``: [``botocore``] CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation.
17+
* api-change:``mediapackagev2``: [``botocore``] This release adds support for CDN Authentication using Static Headers in MediaPackage v2.
18+
* api-change:``networkflowmonitor``: [``botocore``] Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
19+
* api-change:``payment-cryptography-data``: [``botocore``] Expand length of message data field for Mac generation and validation to 8192 characters.
20+
* api-change:``stepfunctions``: [``botocore``] Doc-only update to introduction, and edits to clarify input parameter and the set of control characters.
21+
22+
523
1.39.6
624
======
725

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.39.6'
21+
__version__ = '1.39.7'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.39.6,<1.40.0
6+
botocore>=1.39.7,<1.40.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.13.0,<0.14.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.39.6,<1.40.0',
17+
'botocore>=1.39.7,<1.40.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.13.0,<0.14.0',
2020
]

0 commit comments

Comments
 (0)