Skip to content

Commit

Permalink
Merge branch 'release-1.34.128' into develop
Browse files Browse the repository at this point in the history
* release-1.34.128:
  Bumping version to 1.34.128
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 17, 2024
2 parents ccf92ad + dff2a1e commit e32e74e
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.128.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``acm-pca``",
"description": "[``botocore``] Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate.",
"type": "api-change"
},
{
"category": "``batch``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "[``botocore``] AWS CodeBuild now supports global and organization GitHub webhooks",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``ds``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``efs``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] This release includes support for creating I-frame only video segments for DASH trick play.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``waf``",
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
}
]
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.34.128
========

* api-change:``acm-pca``: [``botocore``] Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate.
* api-change:``batch``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports global and organization GitHub webhooks
* api-change:``cognito-idp``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``ds``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``efs``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``glue``: [``botocore``] This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.
* api-change:``mediaconvert``: [``botocore``] This release includes support for creating I-frame only video segments for DASH trick play.
* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager
* api-change:``waf``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.


1.34.127
========

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.34.127'
__version__ = '1.34.128'


# 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.34.127,<1.35.0
botocore>=1.34.128,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.34.127,<1.35.0',
'botocore>=1.34.128,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit e32e74e

Please sign in to comment.