Skip to content

Commit

Permalink
Bumping version to 1.31.42
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 6, 2023
1 parent a316fb3 commit 8ca7733
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.31.42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``appflow``",
"description": "Adding OAuth2.0 support for servicenow connector.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appflow-53704.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-40192.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-75552.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-35970.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-78522.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.31.42
=======

* api-change:``appflow``: Adding OAuth2.0 support for servicenow connector.
* api-change:``ec2``: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``medialive``: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
* api-change:``wafv2``: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.


1.31.41
=======

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.31.41'
__version__ = '1.31.42'


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.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.41'
release = '1.31.42'

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

0 comments on commit 8ca7733

Please sign in to comment.