Skip to content

Commit

Permalink
Bumping version to 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 6, 2023
1 parent 8625260 commit 86c506a
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.31.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``ec2``",
"description": "Add Nitro Enclaves support on DescribeInstanceTypes",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.",
"type": "api-change"
},
{
"category": "configprovider",
"description": "Fix bug when deep copying config value store where overrides were not preserved",
"type": "bugfix"
},
{
"category": "configprovider",
"description": "Always use shallow copy of session config value store for clients",
"type": "enhancement"
},
{
"category": "configuration",
"description": "Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.",
"type": "feature"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-20851.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-location-63755.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-20776.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-20340.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-configprovider-46546.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-configprovider-27540.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-configuration-3829.json

This file was deleted.

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

1.31.0
======

* api-change:``ec2``: Add Nitro Enclaves support on DescribeInstanceTypes
* api-change:``location``: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
* api-change:``outposts``: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
* api-change:``quicksight``: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* api-change:``rds``: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
* bugfix:configprovider: Fix bug when deep copying config value store where overrides were not preserved
* enhancement:configprovider: Always use shallow copy of session config value store for clients
* feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.


1.30.1
======

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.30.1'
__version__ = '1.31.0'


class NullHandler(logging.Handler):
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.30'
version = '1.31'
# The full version, including alpha/beta/rc tags.
release = '1.30.1'
release = '1.31.0'

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

0 comments on commit 86c506a

Please sign in to comment.