Skip to content

Commit 4af1e45

Browse files
Bumping version to 1.20.25
1 parent 1071281 commit 4af1e45

16 files changed

+76
-58
lines changed

.changes/1.20.25.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``customer-profiles``",
4+
"description": "[``botocore``] This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``sagemaker``",
9+
"description": "[``botocore``] This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``forecast``",
14+
"description": "[``botocore``] Adds ForecastDimensions field to the DescribeAutoPredictorResponse",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``securityhub``",
19+
"description": "[``botocore``] Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``location``",
24+
"description": "[``botocore``] Making PricingPlan optional as part of create resource API.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``redshift``",
29+
"description": "[``botocore``] This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``apigateway``",
34+
"description": "[``botocore``] Documentation updates for Amazon API Gateway",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``devops-guru``",
39+
"description": "[``botocore``] Adds Tags support to DescribeOrganizationResourceCollectionHealth",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``imagebuilder``",
44+
"description": "[``botocore``] This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``datasync``",
49+
"description": "[``botocore``] AWS DataSync now supports FSx Lustre Locations.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``finspace-data``",
54+
"description": "[``botocore``] Make dataset description optional and allow s3 export for dataviews",
55+
"type": "api-change"
56+
}
57+
]

.changes/next-release/api-change-apigateway-16452.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-customerprofiles-99752.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-datasync-7117.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-devopsguru-24112.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-finspacedata-11647.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-forecast-85040.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-imagebuilder-29774.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-location-41533.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-redshift-87400.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-sagemaker-12370.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-securityhub-46784.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

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

5+
1.20.25
6+
=======
7+
8+
* api-change:``customer-profiles``: [``botocore``] This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
9+
* api-change:``sagemaker``: [``botocore``] This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
10+
* api-change:``forecast``: [``botocore``] Adds ForecastDimensions field to the DescribeAutoPredictorResponse
11+
* api-change:``securityhub``: [``botocore``] Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.
12+
* api-change:``location``: [``botocore``] Making PricingPlan optional as part of create resource API.
13+
* api-change:``redshift``: [``botocore``] This release adds API support for managed Redshift datashares. Customers can now interact with a Redshift datashare that is managed by a different service, such as AWS Data Exchange.
14+
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
15+
* api-change:``devops-guru``: [``botocore``] Adds Tags support to DescribeOrganizationResourceCollectionHealth
16+
* api-change:``imagebuilder``: [``botocore``] This release adds support for importing and exporting VM Images as part of the Image Creation workflow via EC2 VM Import/Export.
17+
* api-change:``datasync``: [``botocore``] AWS DataSync now supports FSx Lustre Locations.
18+
* api-change:``finspace-data``: [``botocore``] Make dataset description optional and allow s3 export for dataviews
19+
20+
521
1.20.24
622
=======
723

boto3/__init__.py

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

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.24'
21+
__version__ = '1.20.25'
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.23.24,<1.24.0
6+
botocore>=1.23.25,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

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

1414

1515
requires = [
16-
'botocore>=1.23.24,<1.24.0',
16+
'botocore>=1.23.25,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)