From e203c8a845a839210b87d2d4a41155da8a7b5549 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 23 Sep 2021 18:13:10 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-appsync-91298.json | 5 +++++ .changes/next-release/api-change-mediaconvert-6665.json | 5 +++++ .changes/next-release/api-change-ssm-28490.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-91298.json create mode 100644 .changes/next-release/api-change-mediaconvert-6665.json create mode 100644 .changes/next-release/api-change-ssm-28490.json diff --git a/.changes/next-release/api-change-appsync-91298.json b/.changes/next-release/api-change-appsync-91298.json new file mode 100644 index 0000000000..3d30a2d54b --- /dev/null +++ b/.changes/next-release/api-change-appsync-91298.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "[``botocore``] Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type." +} diff --git a/.changes/next-release/api-change-mediaconvert-6665.json b/.changes/next-release/api-change-mediaconvert-6665.json new file mode 100644 index 0000000000..9bca0464d6 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-6665.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "[``botocore``] This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation." +} diff --git a/.changes/next-release/api-change-ssm-28490.json b/.changes/next-release/api-change-ssm-28490.json new file mode 100644 index 0000000000..d2af19969d --- /dev/null +++ b/.changes/next-release/api-change-ssm-28490.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached." +} From 6cc028ded9b152cc411a951c9ff88b6ba04f431d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 23 Sep 2021 18:13:11 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.47 --- .changes/1.18.47.json | 17 +++++++++++++++++ .../next-release/api-change-appsync-91298.json | 5 ----- .../api-change-mediaconvert-6665.json | 5 ----- .changes/next-release/api-change-ssm-28490.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.18.47.json delete mode 100644 .changes/next-release/api-change-appsync-91298.json delete mode 100644 .changes/next-release/api-change-mediaconvert-6665.json delete mode 100644 .changes/next-release/api-change-ssm-28490.json diff --git a/.changes/1.18.47.json b/.changes/1.18.47.json new file mode 100644 index 0000000000..eae0dc09cd --- /dev/null +++ b/.changes/1.18.47.json @@ -0,0 +1,17 @@ +[ + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.", + "type": "api-change" + }, + { + "category": "``appsync``", + "description": "[``botocore``] Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-91298.json b/.changes/next-release/api-change-appsync-91298.json deleted file mode 100644 index 3d30a2d54b..0000000000 --- a/.changes/next-release/api-change-appsync-91298.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "[``botocore``] Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type." -} diff --git a/.changes/next-release/api-change-mediaconvert-6665.json b/.changes/next-release/api-change-mediaconvert-6665.json deleted file mode 100644 index 9bca0464d6..0000000000 --- a/.changes/next-release/api-change-mediaconvert-6665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation." -} diff --git a/.changes/next-release/api-change-ssm-28490.json b/.changes/next-release/api-change-ssm-28490.json deleted file mode 100644 index d2af19969d..0000000000 --- a/.changes/next-release/api-change-ssm-28490.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 033d45188f..e8f2d514c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.18.47 +======= + +* api-change:``mediaconvert``: [``botocore``] This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation. +* api-change:``appsync``: [``botocore``] Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type. +* api-change:``ssm``: [``botocore``] Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached. + + 1.18.46 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 0500736fb5..0e02895ad9 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.46' +__version__ = '1.18.47' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 521cf9ecbd..c0213ef94c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.46,<1.22.0 + botocore>=1.21.47,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 1beec770a5..c750ebff19 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.21.46,<1.22.0', + 'botocore>=1.21.47,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]