Skip to content

Commit

Permalink
Bumping version to 1.20.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 24, 2021
1 parent 32f6cfc commit a7e6409
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.20.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``timestream-query``",
"description": "[``botocore``] Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "[``botocore``] Doc only update for ElastiCache",
"type": "api-change"
},
{
"category": "``proton``",
"description": "[``botocore``] This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository.",
"type": "api-change"
},
{
"category": "``translate``",
"description": "[``botocore``] This release enables customers to use translation settings to mask profane words and phrases in their translation output.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Remove Lambda function url apis",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "[``botocore``] This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "[``botocore``] This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "[``botocore``] Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.",
"type": "api-change"
},
{
"category": "``timestream-write``",
"description": "[``botocore``] This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-13680.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-44354.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticache-5184.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-imagebuilder-91516.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-70722.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-62640.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-5972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-timestreamquery-22740.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-timestreamwrite-14873.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-translate-10402.json

This file was deleted.

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

1.20.13
=======

* api-change:``timestream-query``: [``botocore``] Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
* api-change:``proton``: [``botocore``] This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository.
* api-change:``translate``: [``botocore``] This release enables customers to use translation settings to mask profane words and phrases in their translation output.
* api-change:``lambda``: [``botocore``] Remove Lambda function url apis
* api-change:``imagebuilder``: [``botocore``] This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
* api-change:``customer-profiles``: [``botocore``] This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
* api-change:``autoscaling``: [``botocore``] Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
* api-change:``timestream-write``: [``botocore``] This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store.
* api-change:``iotsitewise``: [``botocore``] AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.


1.20.12
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.20.12'
__version__ = '1.20.13'


# 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.23.12,<1.24.0
botocore>=1.23.13,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.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.23.12,<1.24.0',
'botocore>=1.23.13,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit a7e6409

Please sign in to comment.