From 92a2f9f3a4f2dae51fe9b9da4ab9e22f95c2a15b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Mar 2021 18:10:48 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-customerprofiles-13534.json | 5 +++++ .changes/next-release/api-change-events-37151.json | 5 +++++ .changes/next-release/api-change-iotwireless-14086.json | 5 +++++ .changes/next-release/api-change-transcribe-85639.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-customerprofiles-13534.json create mode 100644 .changes/next-release/api-change-events-37151.json create mode 100644 .changes/next-release/api-change-iotwireless-14086.json create mode 100644 .changes/next-release/api-change-transcribe-85639.json diff --git a/.changes/next-release/api-change-customerprofiles-13534.json b/.changes/next-release/api-change-customerprofiles-13534.json new file mode 100644 index 0000000000..19e5882aa0 --- /dev/null +++ b/.changes/next-release/api-change-customerprofiles-13534.json @@ -0,0 +1,5 @@ +{ + "category": "``customer-profiles``", + "type": "api-change", + "description": "[``botocore``] This release adds an optional parameter named FlowDefinition in PutIntegrationRequest." +} diff --git a/.changes/next-release/api-change-events-37151.json b/.changes/next-release/api-change-events-37151.json new file mode 100644 index 0000000000..4be0b2a4e9 --- /dev/null +++ b/.changes/next-release/api-change-events-37151.json @@ -0,0 +1,5 @@ +{ + "category": "``events``", + "type": "api-change", + "description": "[``botocore``] Add support for SageMaker Model Builder Pipelines Targets to EventBridge" +} diff --git a/.changes/next-release/api-change-iotwireless-14086.json b/.changes/next-release/api-change-iotwireless-14086.json new file mode 100644 index 0000000000..b97b8ddd32 --- /dev/null +++ b/.changes/next-release/api-change-iotwireless-14086.json @@ -0,0 +1,5 @@ +{ + "category": "``iotwireless``", + "type": "api-change", + "description": "[``botocore``] Support tag-on-create for WirelessDevice." +} diff --git a/.changes/next-release/api-change-transcribe-85639.json b/.changes/next-release/api-change-transcribe-85639.json new file mode 100644 index 0000000000..9d89644df6 --- /dev/null +++ b/.changes/next-release/api-change-transcribe-85639.json @@ -0,0 +1,5 @@ +{ + "category": "``transcribe``", + "type": "api-change", + "description": "[``botocore``] Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription." +} From 7fafee9df3d4525159b86d28cb4b57d7b2fc1dd0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Mar 2021 18:10:55 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.39 --- .changes/1.17.39.json | 22 +++++++++++++++++++ .../api-change-customerprofiles-13534.json | 5 ----- .../next-release/api-change-events-37151.json | 5 ----- .../api-change-iotwireless-14086.json | 5 ----- .../api-change-transcribe-85639.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.17.39.json delete mode 100644 .changes/next-release/api-change-customerprofiles-13534.json delete mode 100644 .changes/next-release/api-change-events-37151.json delete mode 100644 .changes/next-release/api-change-iotwireless-14086.json delete mode 100644 .changes/next-release/api-change-transcribe-85639.json diff --git a/.changes/1.17.39.json b/.changes/1.17.39.json new file mode 100644 index 0000000000..23d4397a5f --- /dev/null +++ b/.changes/1.17.39.json @@ -0,0 +1,22 @@ +[ + { + "category": "``iotwireless``", + "description": "[``botocore``] Support tag-on-create for WirelessDevice.", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "[``botocore``] This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.", + "type": "api-change" + }, + { + "category": "``events``", + "description": "[``botocore``] Add support for SageMaker Model Builder Pipelines Targets to EventBridge", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "[``botocore``] Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-customerprofiles-13534.json b/.changes/next-release/api-change-customerprofiles-13534.json deleted file mode 100644 index 19e5882aa0..0000000000 --- a/.changes/next-release/api-change-customerprofiles-13534.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``customer-profiles``", - "type": "api-change", - "description": "[``botocore``] This release adds an optional parameter named FlowDefinition in PutIntegrationRequest." -} diff --git a/.changes/next-release/api-change-events-37151.json b/.changes/next-release/api-change-events-37151.json deleted file mode 100644 index 4be0b2a4e9..0000000000 --- a/.changes/next-release/api-change-events-37151.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``events``", - "type": "api-change", - "description": "[``botocore``] Add support for SageMaker Model Builder Pipelines Targets to EventBridge" -} diff --git a/.changes/next-release/api-change-iotwireless-14086.json b/.changes/next-release/api-change-iotwireless-14086.json deleted file mode 100644 index b97b8ddd32..0000000000 --- a/.changes/next-release/api-change-iotwireless-14086.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``iotwireless``", - "type": "api-change", - "description": "[``botocore``] Support tag-on-create for WirelessDevice." -} diff --git a/.changes/next-release/api-change-transcribe-85639.json b/.changes/next-release/api-change-transcribe-85639.json deleted file mode 100644 index 9d89644df6..0000000000 --- a/.changes/next-release/api-change-transcribe-85639.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``transcribe``", - "type": "api-change", - "description": "[``botocore``] Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41cca50e33..842c8dc756 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.39 +======= + +* api-change:``iotwireless``: [``botocore``] Support tag-on-create for WirelessDevice. +* api-change:``customer-profiles``: [``botocore``] This release adds an optional parameter named FlowDefinition in PutIntegrationRequest. +* api-change:``events``: [``botocore``] Add support for SageMaker Model Builder Pipelines Targets to EventBridge +* api-change:``transcribe``: [``botocore``] Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription. + + 1.17.38 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 87f07f68c4..53e6979703 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.38' +__version__ = '1.17.39' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 960e65311d..935beb1c06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.38,<1.21.0 + botocore>=1.20.39,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index fc896a2445..8696b9dbbd 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.38,<1.21.0', + 'botocore>=1.20.39,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]