From e4d95887f5e3ddecdeb78665ba0e11c75a8ef9eb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 31 Oct 2023 18:25:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplify-89197.json | 5 +++++ .../next-release/api-change-applicationinsights-75423.json | 5 +++++ .changes/next-release/api-change-ec2-40826.json | 5 +++++ .changes/next-release/api-change-m2-49468.json | 5 +++++ .changes/next-release/api-change-neptunedata-22560.json | 5 +++++ .changes/next-release/api-change-translate-68939.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-amplify-89197.json create mode 100644 .changes/next-release/api-change-applicationinsights-75423.json create mode 100644 .changes/next-release/api-change-ec2-40826.json create mode 100644 .changes/next-release/api-change-m2-49468.json create mode 100644 .changes/next-release/api-change-neptunedata-22560.json create mode 100644 .changes/next-release/api-change-translate-68939.json diff --git a/.changes/next-release/api-change-amplify-89197.json b/.changes/next-release/api-change-amplify-89197.json new file mode 100644 index 0000000000..8321d697f1 --- /dev/null +++ b/.changes/next-release/api-change-amplify-89197.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "[``botocore``] Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs" +} diff --git a/.changes/next-release/api-change-applicationinsights-75423.json b/.changes/next-release/api-change-applicationinsights-75423.json new file mode 100644 index 0000000000..40e09c97ab --- /dev/null +++ b/.changes/next-release/api-change-applicationinsights-75423.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-insights``", + "description": "[``botocore``] Automate attaching managed policies" +} diff --git a/.changes/next-release/api-change-ec2-40826.json b/.changes/next-release/api-change-ec2-40826.json new file mode 100644 index 0000000000..405940974d --- /dev/null +++ b/.changes/next-release/api-change-ec2-40826.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking." +} diff --git a/.changes/next-release/api-change-m2-49468.json b/.changes/next-release/api-change-m2-49468.json new file mode 100644 index 0000000000..6b48bda851 --- /dev/null +++ b/.changes/next-release/api-change-m2-49468.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``m2``", + "description": "[``botocore``] Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier" +} diff --git a/.changes/next-release/api-change-neptunedata-22560.json b/.changes/next-release/api-change-neptunedata-22560.json new file mode 100644 index 0000000000..3a343bfda2 --- /dev/null +++ b/.changes/next-release/api-change-neptunedata-22560.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``neptunedata``", + "description": "[``botocore``] Minor change to not retry CancelledByUserException" +} diff --git a/.changes/next-release/api-change-translate-68939.json b/.changes/next-release/api-change-translate-68939.json new file mode 100644 index 0000000000..b12b11926f --- /dev/null +++ b/.changes/next-release/api-change-translate-68939.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``translate``", + "description": "[``botocore``] Added support for Brevity translation settings feature." +} From 71c0e8c95db5628fde1fd1d18feaa5fd50e9b8b1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 31 Oct 2023 18:25:47 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.75 --- .changes/1.28.75.json | 32 +++++++++++++++++++ .../api-change-amplify-89197.json | 5 --- .../api-change-applicationinsights-75423.json | 5 --- .../next-release/api-change-ec2-40826.json | 5 --- .../next-release/api-change-m2-49468.json | 5 --- .../api-change-neptunedata-22560.json | 5 --- .../api-change-translate-68939.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.28.75.json delete mode 100644 .changes/next-release/api-change-amplify-89197.json delete mode 100644 .changes/next-release/api-change-applicationinsights-75423.json delete mode 100644 .changes/next-release/api-change-ec2-40826.json delete mode 100644 .changes/next-release/api-change-m2-49468.json delete mode 100644 .changes/next-release/api-change-neptunedata-22560.json delete mode 100644 .changes/next-release/api-change-translate-68939.json diff --git a/.changes/1.28.75.json b/.changes/1.28.75.json new file mode 100644 index 0000000000..8c82ff0a5c --- /dev/null +++ b/.changes/1.28.75.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplify``", + "description": "[``botocore``] Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs", + "type": "api-change" + }, + { + "category": "``application-insights``", + "description": "[``botocore``] Automate attaching managed policies", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.", + "type": "api-change" + }, + { + "category": "``m2``", + "description": "[``botocore``] Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier", + "type": "api-change" + }, + { + "category": "``neptunedata``", + "description": "[``botocore``] Minor change to not retry CancelledByUserException", + "type": "api-change" + }, + { + "category": "``translate``", + "description": "[``botocore``] Added support for Brevity translation settings feature.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-89197.json b/.changes/next-release/api-change-amplify-89197.json deleted file mode 100644 index 8321d697f1..0000000000 --- a/.changes/next-release/api-change-amplify-89197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "[``botocore``] Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs" -} diff --git a/.changes/next-release/api-change-applicationinsights-75423.json b/.changes/next-release/api-change-applicationinsights-75423.json deleted file mode 100644 index 40e09c97ab..0000000000 --- a/.changes/next-release/api-change-applicationinsights-75423.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-insights``", - "description": "[``botocore``] Automate attaching managed policies" -} diff --git a/.changes/next-release/api-change-ec2-40826.json b/.changes/next-release/api-change-ec2-40826.json deleted file mode 100644 index 405940974d..0000000000 --- a/.changes/next-release/api-change-ec2-40826.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking." -} diff --git a/.changes/next-release/api-change-m2-49468.json b/.changes/next-release/api-change-m2-49468.json deleted file mode 100644 index 6b48bda851..0000000000 --- a/.changes/next-release/api-change-m2-49468.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``m2``", - "description": "[``botocore``] Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier" -} diff --git a/.changes/next-release/api-change-neptunedata-22560.json b/.changes/next-release/api-change-neptunedata-22560.json deleted file mode 100644 index 3a343bfda2..0000000000 --- a/.changes/next-release/api-change-neptunedata-22560.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptunedata``", - "description": "[``botocore``] Minor change to not retry CancelledByUserException" -} diff --git a/.changes/next-release/api-change-translate-68939.json b/.changes/next-release/api-change-translate-68939.json deleted file mode 100644 index b12b11926f..0000000000 --- a/.changes/next-release/api-change-translate-68939.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``translate``", - "description": "[``botocore``] Added support for Brevity translation settings feature." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8803d183b9..1dfb6744de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.28.75 +======= + +* api-change:``amplify``: [``botocore``] Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs +* api-change:``application-insights``: [``botocore``] Automate attaching managed policies +* api-change:``ec2``: [``botocore``] Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking. +* api-change:``m2``: [``botocore``] Added name filter ability for ListDataSets API, added ForceUpdate for Updating environment and BatchJob submission using S3BatchJobIdentifier +* api-change:``neptunedata``: [``botocore``] Minor change to not retry CancelledByUserException +* api-change:``translate``: [``botocore``] Added support for Brevity translation settings feature. + + 1.28.74 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 66c18d82a4..b2fdfc0051 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.74' +__version__ = '1.28.75' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d4da046bc4..3ae90d6145 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.74,<1.32.0 + botocore>=1.31.75,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 024d4ba667..a11e013e61 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.74,<1.32.0', + 'botocore>=1.31.75,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]