Skip to content

Commit

Permalink
Bumping version to 1.26.144
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 31, 2023
1 parent cf7d90d commit a979f36
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.26.144.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``config``",
"description": "[``botocore``] Resource Types Exclusion feature launch by AWS Config",
"type": "api-change"
},
{
"category": "``frauddetector``",
"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.",
"type": "api-change"
},
{
"category": "``healthlake``",
"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.",
"type": "api-change"
},
{
"category": "``m2``",
"description": "[``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "[``botocore``] Documentation updates for ServiceCatalog.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "[``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-61411.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-61093.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-healthlake-21925.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-m2-55981.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-97530.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-servicecatalog-191.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspacesweb-38860.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.26.144
========

* api-change:``config``: [``botocore``] Resource Types Exclusion feature launch by AWS Config
* 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.
* 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.
* api-change:``m2``: [``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.
* api-change:``rds``: [``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API
* api-change:``servicecatalog``: [``botocore``] Documentation updates for ServiceCatalog.
* api-change:``workspaces-web``: [``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.


1.26.143
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.143'
__version__ = '1.26.144'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.143,<1.30.0
botocore>=1.29.144,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.143,<1.30.0',
'botocore>=1.29.144,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit a979f36

Please sign in to comment.