Skip to content

Commit 176bdcf

Browse files
Bumping version to 1.28.47
1 parent 61e48d7 commit 176bdcf

13 files changed

+58
-43
lines changed

.changes/1.28.47.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``cloud9``",
4+
"description": "[``botocore``] Update to include information on Ubuntu 18 deprecation.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``drs``",
9+
"description": "[``botocore``] Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``firehose``",
14+
"description": "[``botocore``] DocumentIdOptions has been added for the Amazon OpenSearch destination.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``guardduty``",
19+
"description": "[``botocore``] Add `managementType` field to ListCoverage API response.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``internetmonitor``",
24+
"description": "[``botocore``] This release updates the Amazon CloudWatch Internet Monitor API domain name.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivs-realtime``",
29+
"description": "[``botocore``] Doc only update that changes description for ParticipantToken.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``simspaceweaver``",
34+
"description": "[``botocore``] Edited the introductory text for the API reference.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``xray``",
39+
"description": "[``botocore``] Add StartTime field in GetTraceSummaries API response for each TraceSummary.",
40+
"type": "api-change"
41+
}
42+
]

.changes/next-release/api-change-cloud9-64604.json

-5
This file was deleted.

.changes/next-release/api-change-drs-7054.json

-5
This file was deleted.

.changes/next-release/api-change-firehose-86155.json

-5
This file was deleted.

.changes/next-release/api-change-guardduty-7692.json

-5
This file was deleted.

.changes/next-release/api-change-internetmonitor-83899.json

-5
This file was deleted.

.changes/next-release/api-change-ivsrealtime-34542.json

-5
This file was deleted.

.changes/next-release/api-change-simspaceweaver-18657.json

-5
This file was deleted.

.changes/next-release/api-change-xray-29682.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.28.47
6+
=======
7+
8+
* api-change:``cloud9``: [``botocore``] Update to include information on Ubuntu 18 deprecation.
9+
* api-change:``drs``: [``botocore``] Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
10+
* api-change:``firehose``: [``botocore``] DocumentIdOptions has been added for the Amazon OpenSearch destination.
11+
* api-change:``guardduty``: [``botocore``] Add `managementType` field to ListCoverage API response.
12+
* api-change:``internetmonitor``: [``botocore``] This release updates the Amazon CloudWatch Internet Monitor API domain name.
13+
* api-change:``ivs-realtime``: [``botocore``] Doc only update that changes description for ParticipantToken.
14+
* api-change:``simspaceweaver``: [``botocore``] Edited the introductory text for the API reference.
15+
* api-change:``xray``: [``botocore``] Add StartTime field in GetTraceSummaries API response for each TraceSummary.
16+
17+
518
1.28.46
619
=======
720

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.28.46'
20+
__version__ = '1.28.47'
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.31.46,<1.32.0
6+
botocore>=1.31.47,<1.32.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.6.0,<0.7.0
99

setup.py

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

1414

1515
requires = [
16-
'botocore>=1.31.46,<1.32.0',
16+
'botocore>=1.31.47,<1.32.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.6.0,<0.7.0',
1919
]

0 commit comments

Comments
 (0)