From af13ba71798b793dfcdaf817d66d00db2105d884 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 5 Aug 2024 18:08:37 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-datazone-53100.json | 5 +++++ .changes/next-release/api-change-ecr-82659.json | 5 +++++ .../api-change-kinesisvideowebrtcstorage-69197.json | 5 +++++ .changes/next-release/api-change-pi-94859.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-datazone-53100.json create mode 100644 .changes/next-release/api-change-ecr-82659.json create mode 100644 .changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json create mode 100644 .changes/next-release/api-change-pi-94859.json diff --git a/.changes/next-release/api-change-datazone-53100.json b/.changes/next-release/api-change-datazone-53100.json new file mode 100644 index 0000000000..9c8fda5a7c --- /dev/null +++ b/.changes/next-release/api-change-datazone-53100.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers." +} diff --git a/.changes/next-release/api-change-ecr-82659.json b/.changes/next-release/api-change-ecr-82659.json new file mode 100644 index 0000000000..6be562d130 --- /dev/null +++ b/.changes/next-release/api-change-ecr-82659.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry." +} diff --git a/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json b/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json new file mode 100644 index 0000000000..e50e4fd25a --- /dev/null +++ b/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kinesis-video-webrtc-storage``", + "description": "[``botocore``] Add JoinStorageSessionAsViewer API" +} diff --git a/.changes/next-release/api-change-pi-94859.json b/.changes/next-release/api-change-pi-94859.json new file mode 100644 index 0000000000..af6ba6426d --- /dev/null +++ b/.changes/next-release/api-change-pi-94859.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "[``botocore``] Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page." +} From 366b9078c9c7857867c12de0501fd1e1a90d19fe Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 5 Aug 2024 18:08:58 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.154 --- .changes/1.34.154.json | 22 +++++++++++++++++++ .../api-change-datazone-53100.json | 5 ----- .../next-release/api-change-ecr-82659.json | 5 ----- ...hange-kinesisvideowebrtcstorage-69197.json | 5 ----- .../next-release/api-change-pi-94859.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.34.154.json delete mode 100644 .changes/next-release/api-change-datazone-53100.json delete mode 100644 .changes/next-release/api-change-ecr-82659.json delete mode 100644 .changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json delete mode 100644 .changes/next-release/api-change-pi-94859.json diff --git a/.changes/1.34.154.json b/.changes/1.34.154.json new file mode 100644 index 0000000000..3364c4b761 --- /dev/null +++ b/.changes/1.34.154.json @@ -0,0 +1,22 @@ +[ + { + "category": "``datazone``", + "description": "[``botocore``] This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.", + "type": "api-change" + }, + { + "category": "``kinesis-video-webrtc-storage``", + "description": "[``botocore``] Add JoinStorageSessionAsViewer API", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-53100.json b/.changes/next-release/api-change-datazone-53100.json deleted file mode 100644 index 9c8fda5a7c..0000000000 --- a/.changes/next-release/api-change-datazone-53100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers." -} diff --git a/.changes/next-release/api-change-ecr-82659.json b/.changes/next-release/api-change-ecr-82659.json deleted file mode 100644 index 6be562d130..0000000000 --- a/.changes/next-release/api-change-ecr-82659.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry." -} diff --git a/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json b/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json deleted file mode 100644 index e50e4fd25a..0000000000 --- a/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesis-video-webrtc-storage``", - "description": "[``botocore``] Add JoinStorageSessionAsViewer API" -} diff --git a/.changes/next-release/api-change-pi-94859.json b/.changes/next-release/api-change-pi-94859.json deleted file mode 100644 index af6ba6426d..0000000000 --- a/.changes/next-release/api-change-pi-94859.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a28c1816ee..b0871f691f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.154 +======== + +* api-change:``datazone``: [``botocore``] This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. +* api-change:``ecr``: [``botocore``] Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. +* api-change:``kinesis-video-webrtc-storage``: [``botocore``] Add JoinStorageSessionAsViewer API +* api-change:``pi``: [``botocore``] Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. + + 1.34.153 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 144b065248..9df1a692e1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.153' +__version__ = '1.34.154' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c2571b1581..59c2c084b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.153,<1.35.0 + botocore>=1.34.154,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 094cace40f..6b2fe84abf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.153,<1.35.0', + 'botocore>=1.34.154,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]