Skip to content

Commit 7878b0f

Browse files
Merge branch 'release-1.26.150' into develop
* release-1.26.150: Bumping version to 1.26.150 Add changelog entries from botocore
2 parents d8b01b7 + 96cf41f commit 7878b0f

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.26.150.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``athena``",
4+
"description": "[``botocore``] You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``comprehendmedical``",
9+
"description": "[``botocore``] This release supports a new set of entities and traits.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``payment-cryptography-data``",
14+
"description": "[``botocore``] Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``payment-cryptography``",
19+
"description": "[``botocore``] Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``servicecatalog``",
24+
"description": "[``botocore``] New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``timestream-write``",
29+
"description": "[``botocore``] This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.26.150
6+
========
7+
8+
* api-change:``athena``: [``botocore``] You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
9+
* api-change:``comprehendmedical``: [``botocore``] This release supports a new set of entities and traits.
10+
* api-change:``payment-cryptography-data``: [``botocore``] Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
11+
* api-change:``payment-cryptography``: [``botocore``] Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
12+
* api-change:``servicecatalog``: [``botocore``] New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
13+
* api-change:``timestream-write``: [``botocore``] This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
14+
15+
516
1.26.149
617
========
718

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
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.26.149'
20+
__version__ = '1.26.150'
2121

2222

2323
# 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.29.149,<1.30.0
6+
botocore>=1.29.150,<1.30.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.6.0,<0.7.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.29.149,<1.30.0',
16+
'botocore>=1.29.150,<1.30.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.6.0,<0.7.0',
1919
]

0 commit comments

Comments
 (0)