Skip to content

Commit e88acfb

Browse files
Bumping version to 1.34.101
1 parent c943557 commit e88acfb

11 files changed

+46
-33
lines changed

Diff for: .changes/1.34.101.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``cognito-idp``",
4+
"description": "[``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecr``",
14+
"description": "[``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``fms``",
19+
"description": "[``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``polly``",
24+
"description": "[``botocore``] Add new engine - generative - that builds the most expressive conversational voices.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sqs``",
29+
"description": "[``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.",
30+
"type": "api-change"
31+
}
32+
]

Diff for: .changes/next-release/api-change-cognitoidp-27183.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-ec2-61180.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-ecr-23684.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-fms-16477.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-polly-96373.json

-5
This file was deleted.

Diff for: .changes/next-release/api-change-sqs-35164.json

-5
This file was deleted.

Diff for: CHANGELOG.rst

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

5+
1.34.101
6+
========
7+
8+
* api-change:``cognito-idp``: [``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType.
9+
* api-change:``ec2``: [``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
10+
* api-change:``ecr``: [``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
11+
* api-change:``fms``: [``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string.
12+
* api-change:``polly``: [``botocore``] Add new engine - generative - that builds the most expressive conversational voices.
13+
* api-change:``sqs``: [``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.
14+
15+
516
1.34.100
617
========
718

Diff for: 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.100'
20+
__version__ = '1.34.101'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

Diff for: 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.100,<1.35.0
6+
botocore>=1.34.101,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.34.100,<1.35.0',
16+
'botocore>=1.34.101,<1.35.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.10.0,<0.11.0',
1919
]

0 commit comments

Comments
 (0)