Skip to content

Commit

Permalink
Bumping version to 1.35.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation authored and alexgromero committed Oct 16, 2024
1 parent d702c1a commit 7ad46f6
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``codepipeline``",
"description": "AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.",
"type": "api-change"
},
{
"category": "``mailmanager``",
"description": "Mail Manager support for viewing and exporting metadata of archived messages.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "This release updates request validation regex for resource ARNs.",
"type": "api-change"
},
{
"category": "``supplychain``",
"description": "This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-98058.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mailmanager-85745.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-53848.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-supplychain-68141.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-15570.json

This file was deleted.

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

1.35.40
=======

* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
* api-change:``mailmanager``: Mail Manager support for viewing and exporting metadata of archived messages.
* api-change:``securitylake``: This release updates request validation regex for resource ARNs.
* api-change:``supplychain``: This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
* api-change:``transfer``: This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.


1.35.39
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.39'
__version__ = '1.35.40'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.39'
release = '1.35.40'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7ad46f6

Please sign in to comment.