Skip to content

Commit a979f36

Browse files
Bumping version to 1.26.144
1 parent cf7d90d commit a979f36

12 files changed

+52
-38
lines changed

.changes/1.26.144.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``config``",
4+
"description": "[``botocore``] Resource Types Exclusion feature launch by AWS Config",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``frauddetector``",
9+
"description": "[``botocore``] This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``healthlake``",
14+
"description": "[``botocore``] This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``m2``",
19+
"description": "[``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``rds``",
24+
"description": "[``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``servicecatalog``",
29+
"description": "[``botocore``] Documentation updates for ServiceCatalog.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces-web``",
34+
"description": "[``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-config-61411.json

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

.changes/next-release/api-change-frauddetector-61093.json

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

.changes/next-release/api-change-healthlake-21925.json

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

.changes/next-release/api-change-m2-55981.json

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

.changes/next-release/api-change-rds-97530.json

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

.changes/next-release/api-change-servicecatalog-191.json

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

.changes/next-release/api-change-workspacesweb-38860.json

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

CHANGELOG.rst

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

5+
1.26.144
6+
========
7+
8+
* api-change:``config``: [``botocore``] Resource Types Exclusion feature launch by AWS Config
9+
* api-change:``frauddetector``: [``botocore``] This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
10+
* api-change:``healthlake``: [``botocore``] This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.
11+
* api-change:``m2``: [``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.
12+
* api-change:``rds``: [``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API
13+
* api-change:``servicecatalog``: [``botocore``] Documentation updates for ServiceCatalog.
14+
* api-change:``workspaces-web``: [``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.
15+
16+
517
1.26.143
618
========
719

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.143'
20+
__version__ = '1.26.144'
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.143,<1.30.0
6+
botocore>=1.29.144,<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.143,<1.30.0',
16+
'botocore>=1.29.144,<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)