Skip to content

Commit

Permalink
Bumping version to 1.34.128
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 17, 2024
1 parent 14cdd17 commit dff2a1e
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-acmpca-18165.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-batch-68671.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-78266.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-26322.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ds-88432.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-efs-53748.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-84842.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-16502.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-68669.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-waf-96333.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.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 dff2a1e

Please sign in to comment.