Skip to content

Commit 37f7211

Browse files
Bumping version to 1.34.151
1 parent 00f626a commit 37f7211

16 files changed

+76
-58
lines changed

.changes/1.34.151.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "[``botocore``] Increase the length limit for VPCZoneIdentifier from 2047 to 5000",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``codepipeline``",
14+
"description": "[``botocore``] AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``elasticache``",
19+
"description": "[``botocore``] Doc only update for changes to deletion API.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``elb``",
24+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``events``",
29+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``lexv2-models``",
34+
"description": "[``botocore``] This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``logs``",
39+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``rolesanywhere``",
44+
"description": "[``botocore``] IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``tnb``",
49+
"description": "[``botocore``] This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``workspaces``",
54+
"description": "[``botocore``] Removing multi-session as it isn't supported for pools",
55+
"type": "api-change"
56+
}
57+
]

.changes/next-release/api-change-appstream-47667.json

-5
This file was deleted.

.changes/next-release/api-change-autoscaling-65241.json

-5
This file was deleted.

.changes/next-release/api-change-codepipeline-45681.json

-5
This file was deleted.

.changes/next-release/api-change-elasticache-8326.json

-5
This file was deleted.

.changes/next-release/api-change-elb-16161.json

-5
This file was deleted.

.changes/next-release/api-change-events-78682.json

-5
This file was deleted.

.changes/next-release/api-change-lexv2models-71003.json

-5
This file was deleted.

.changes/next-release/api-change-logs-80944.json

-5
This file was deleted.

.changes/next-release/api-change-rolesanywhere-66026.json

-5
This file was deleted.

.changes/next-release/api-change-tnb-44823.json

-5
This file was deleted.

.changes/next-release/api-change-workspaces-87080.json

-5
This file was deleted.

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
CHANGELOG
33
=========
44

5+
1.34.151
6+
========
7+
8+
* api-change:``appstream``: [``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
9+
* api-change:``autoscaling``: [``botocore``] Increase the length limit for VPCZoneIdentifier from 2047 to 5000
10+
* api-change:``codepipeline``: [``botocore``] AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
11+
* api-change:``elasticache``: [``botocore``] Doc only update for changes to deletion API.
12+
* api-change:``elb``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* api-change:``events``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* api-change:``lexv2-models``: [``botocore``] This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.
15+
* api-change:``logs``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
* api-change:``rolesanywhere``: [``botocore``] IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.
17+
* api-change:``tnb``: [``botocore``] This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.
18+
* api-change:``workspaces``: [``botocore``] Removing multi-session as it isn't supported for pools
19+
20+
521
1.34.150
622
========
723

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.34.150'
20+
__version__ = '1.34.151'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.34.150,<1.35.0
6+
botocore>=1.34.151,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.34.150,<1.35.0',
17+
'botocore>=1.34.151,<1.35.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)