Skip to content

Commit

Permalink
Bumping version to 1.26.148
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 6, 2023
1 parent 0581ef9 commit c060982
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.148.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``connect``",
"description": "[``botocore``] GetMetricDataV2 API is now available in AWS GovCloud(US) region.",
"type": "api-change"
},
{
"category": "``emr``",
"description": "[``botocore``] Update emr client to latest version",
"type": "api-change"
},
{
"category": "``iam``",
"description": "[``botocore``] This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "[``botocore``] Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector.",
"type": "api-change"
},
{
"category": "``iot-data``",
"description": "[``botocore``] Update thing shadow name regex to allow '$' character",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.",
"type": "api-change"
},
{
"category": "``signer``",
"description": "[``botocore``] AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.",
"type": "api-change"
},
{
"category": "``sqs``",
"description": "[``botocore``] Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-90950.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emr-10804.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iam-72990.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspector2-19485.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-51820.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotdata-80980.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-38407.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-45351.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-signer-3255.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sqs-42530.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.148
========

* api-change:``connect``: [``botocore``] GetMetricDataV2 API is now available in AWS GovCloud(US) region.
* api-change:``emr``: [``botocore``] Update emr client to latest version
* api-change:``iam``: [``botocore``] This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
* api-change:``inspector2``: [``botocore``] Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector.
* api-change:``iot-data``: [``botocore``] Update thing shadow name regex to allow '$' character
* api-change:``iot``: [``botocore``] Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``quicksight``: [``botocore``] QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
* api-change:``signer``: [``botocore``] AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
* api-change:``sqs``: [``botocore``] Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.


1.26.147
========

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.147'
__version__ = '1.26.148'


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

0 comments on commit c060982

Please sign in to comment.