Skip to content

Commit

Permalink
Bumping version to 1.23.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 20, 2022
1 parent da59ac4 commit 01fc189
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.23.40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``guardduty``",
"description": "Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds tagging support for UserHierarchyGroups resource.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content.",
"type": "api-change"
},
{
"category": "``fis``",
"description": "Added action startTime and action endTime timestamp fields to the ExperimentAction object",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-61083.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fis-24284.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-guardduty-94047.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-42277.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.23.40
=======

* api-change:``guardduty``: Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.
* api-change:``connect``: This release adds tagging support for UserHierarchyGroups resource.
* api-change:``mediatailor``: This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content.
* api-change:``fis``: Added action startTime and action endTime timestamp fields to the ExperimentAction object
* api-change:``ec2``: C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz


1.23.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 re
import logging

__version__ = '1.23.39'
__version__ = '1.23.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 @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.23.'
# The full version, including alpha/beta/rc tags.
release = '1.23.39'
release = '1.23.40'

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

0 comments on commit 01fc189

Please sign in to comment.