Skip to content

Commit

Permalink
Bumping version to 1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 8, 2022
1 parent ddc2016 commit 8ce5321
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.26.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``acm``",
"description": "[``botocore``] Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).",
"type": "api-change"
},
{
"category": "``billingconductor``",
"description": "[``botocore``] This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager",
"type": "api-change"
},
{
"category": "``fms``",
"description": "[``botocore``] AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "[``botocore``] Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "[``botocore``] This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.",
"type": "api-change"
},
{
"category": "``route53``",
"description": "[``botocore``] Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-acm-42433.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-billingconductor-38006.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-44929.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-54290.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-15695.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-opensearch-15574.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-polly-81778.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resourceexplorer2-89439.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53-12818.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.26.5
======

* api-change:``acm``: [``botocore``] Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
* api-change:``billingconductor``: [``botocore``] This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.
* api-change:``ec2``: [``botocore``] This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
* api-change:``fms``: [``botocore``] AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.
* api-change:``lightsail``: [``botocore``] This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
* api-change:``opensearch``: [``botocore``] Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
* api-change:``polly``: [``botocore``] Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.
* api-change:``resource-explorer-2``: [``botocore``] This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.
* api-change:``route53``: [``botocore``] Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.26.4
======

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

__author__ = 'Amazon Web Services'
__version__ = '1.26.4'
__version__ = '1.26.5'


# 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.29.4,<1.30.0
botocore>=1.29.5,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.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.29.4,<1.30.0',
'botocore>=1.29.5,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 8ce5321

Please sign in to comment.