Skip to content

Commit 59f0cde

Browse files
Merge branch 'release-1.20.13'
* release-1.20.13: Bumping version to 1.20.13 Add changelog entries from botocore
2 parents 01d4d94 + a7e6409 commit 59f0cde

File tree

5 files changed

+70
-3
lines changed

5 files changed

+70
-3
lines changed

.changes/1.20.13.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``timestream-query``",
4+
"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",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``elasticache``",
9+
"description": "[``botocore``] Doc only update for ElastiCache",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``proton``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``translate``",
19+
"description": "[``botocore``] This release enables customers to use translation settings to mask profane words and phrases in their translation output.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lambda``",
24+
"description": "[``botocore``] Remove Lambda function url apis",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``imagebuilder``",
29+
"description": "[``botocore``] This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``customer-profiles``",
34+
"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.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``autoscaling``",
39+
"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.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``timestream-write``",
44+
"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.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``iotsitewise``",
49+
"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.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.20.13
6+
=======
7+
8+
* 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
9+
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
10+
* 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.
11+
* api-change:``translate``: [``botocore``] This release enables customers to use translation settings to mask profane words and phrases in their translation output.
12+
* api-change:``lambda``: [``botocore``] Remove Lambda function url apis
13+
* api-change:``imagebuilder``: [``botocore``] This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
14+
* 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.
15+
* 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.
16+
* 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.
17+
* 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.
18+
19+
520
1.20.12
621
=======
722

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.12'
21+
__version__ = '1.20.13'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.12,<1.24.0
6+
botocore>=1.23.13,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.12,<1.24.0',
16+
'botocore>=1.23.13,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)