From c9972f7fbeac6e7a6307a76eee723feeb8082326 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Sep 2023 18:13:10 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplifyuibuilder-54024.json | 5 +++++ .../api-change-chimesdkmediapipelines-70619.json | 5 +++++ .changes/next-release/api-change-emrserverless-24908.json | 5 +++++ .changes/next-release/api-change-finspacedata-22217.json | 5 +++++ .changes/next-release/api-change-quicksight-50094.json | 5 +++++ .changes/next-release/api-change-ssm-47615.json | 5 +++++ .changes/next-release/api-change-wafv2-26638.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-amplifyuibuilder-54024.json create mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-70619.json create mode 100644 .changes/next-release/api-change-emrserverless-24908.json create mode 100644 .changes/next-release/api-change-finspacedata-22217.json create mode 100644 .changes/next-release/api-change-quicksight-50094.json create mode 100644 .changes/next-release/api-change-ssm-47615.json create mode 100644 .changes/next-release/api-change-wafv2-26638.json diff --git a/.changes/next-release/api-change-amplifyuibuilder-54024.json b/.changes/next-release/api-change-amplifyuibuilder-54024.json new file mode 100644 index 0000000000..4b6a926e27 --- /dev/null +++ b/.changes/next-release/api-change-amplifyuibuilder-54024.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplifyuibuilder``", + "description": "[``botocore``] Support for generating code that is compatible with future versions of amplify project dependencies." +} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-70619.json b/.changes/next-release/api-change-chimesdkmediapipelines-70619.json new file mode 100644 index 0000000000..3b0879b8fc --- /dev/null +++ b/.changes/next-release/api-change-chimesdkmediapipelines-70619.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-media-pipelines``", + "description": "[``botocore``] Adds support for sending WebRTC audio to Amazon Kineses Video Streams." +} diff --git a/.changes/next-release/api-change-emrserverless-24908.json b/.changes/next-release/api-change-emrserverless-24908.json new file mode 100644 index 0000000000..279d4be059 --- /dev/null +++ b/.changes/next-release/api-change-emrserverless-24908.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-serverless``", + "description": "[``botocore``] This release adds support for application-wide default job configurations." +} diff --git a/.changes/next-release/api-change-finspacedata-22217.json b/.changes/next-release/api-change-finspacedata-22217.json new file mode 100644 index 0000000000..106359d06d --- /dev/null +++ b/.changes/next-release/api-change-finspacedata-22217.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``finspace-data``", + "description": "[``botocore``] Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct \"ApiAccess\" attribute to \"apiAccess\" to maintain consistency between APIs." +} diff --git a/.changes/next-release/api-change-quicksight-50094.json b/.changes/next-release/api-change-quicksight-50094.json new file mode 100644 index 0000000000..a6bb2d3263 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-50094.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Added ability to tag users upon creation." +} diff --git a/.changes/next-release/api-change-ssm-47615.json b/.changes/next-release/api-change-ssm-47615.json new file mode 100644 index 0000000000..b29f786e0d --- /dev/null +++ b/.changes/next-release/api-change-ssm-47615.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output." +} diff --git a/.changes/next-release/api-change-wafv2-26638.json b/.changes/next-release/api-change-wafv2-26638.json new file mode 100644 index 0000000000..a60decd242 --- /dev/null +++ b/.changes/next-release/api-change-wafv2-26638.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``wafv2``", + "description": "[``botocore``] You can now perform an exact match against the web request's JA3 fingerprint." +} From fd585a54bf9befb8bae062fea1b27b097174aa8d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 25 Sep 2023 18:13:25 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.54 --- .changes/1.28.54.json | 37 +++++++++++++++++++ .../api-change-amplifyuibuilder-54024.json | 5 --- ...i-change-chimesdkmediapipelines-70619.json | 5 --- .../api-change-emrserverless-24908.json | 5 --- .../api-change-finspacedata-22217.json | 5 --- .../api-change-quicksight-50094.json | 5 --- .../next-release/api-change-ssm-47615.json | 5 --- .../next-release/api-change-wafv2-26638.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.28.54.json delete mode 100644 .changes/next-release/api-change-amplifyuibuilder-54024.json delete mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-70619.json delete mode 100644 .changes/next-release/api-change-emrserverless-24908.json delete mode 100644 .changes/next-release/api-change-finspacedata-22217.json delete mode 100644 .changes/next-release/api-change-quicksight-50094.json delete mode 100644 .changes/next-release/api-change-ssm-47615.json delete mode 100644 .changes/next-release/api-change-wafv2-26638.json diff --git a/.changes/1.28.54.json b/.changes/1.28.54.json new file mode 100644 index 0000000000..60ae216e45 --- /dev/null +++ b/.changes/1.28.54.json @@ -0,0 +1,37 @@ +[ + { + "category": "``amplifyuibuilder``", + "description": "[``botocore``] Support for generating code that is compatible with future versions of amplify project dependencies.", + "type": "api-change" + }, + { + "category": "``chime-sdk-media-pipelines``", + "description": "[``botocore``] Adds support for sending WebRTC audio to Amazon Kineses Video Streams.", + "type": "api-change" + }, + { + "category": "``emr-serverless``", + "description": "[``botocore``] This release adds support for application-wide default job configurations.", + "type": "api-change" + }, + { + "category": "``finspace-data``", + "description": "[``botocore``] Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct \"ApiAccess\" attribute to \"apiAccess\" to maintain consistency between APIs.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Added ability to tag users upon creation.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] You can now perform an exact match against the web request's JA3 fingerprint.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplifyuibuilder-54024.json b/.changes/next-release/api-change-amplifyuibuilder-54024.json deleted file mode 100644 index 4b6a926e27..0000000000 --- a/.changes/next-release/api-change-amplifyuibuilder-54024.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplifyuibuilder``", - "description": "[``botocore``] Support for generating code that is compatible with future versions of amplify project dependencies." -} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-70619.json b/.changes/next-release/api-change-chimesdkmediapipelines-70619.json deleted file mode 100644 index 3b0879b8fc..0000000000 --- a/.changes/next-release/api-change-chimesdkmediapipelines-70619.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-media-pipelines``", - "description": "[``botocore``] Adds support for sending WebRTC audio to Amazon Kineses Video Streams." -} diff --git a/.changes/next-release/api-change-emrserverless-24908.json b/.changes/next-release/api-change-emrserverless-24908.json deleted file mode 100644 index 279d4be059..0000000000 --- a/.changes/next-release/api-change-emrserverless-24908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-serverless``", - "description": "[``botocore``] This release adds support for application-wide default job configurations." -} diff --git a/.changes/next-release/api-change-finspacedata-22217.json b/.changes/next-release/api-change-finspacedata-22217.json deleted file mode 100644 index 106359d06d..0000000000 --- a/.changes/next-release/api-change-finspacedata-22217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace-data``", - "description": "[``botocore``] Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct \"ApiAccess\" attribute to \"apiAccess\" to maintain consistency between APIs." -} diff --git a/.changes/next-release/api-change-quicksight-50094.json b/.changes/next-release/api-change-quicksight-50094.json deleted file mode 100644 index a6bb2d3263..0000000000 --- a/.changes/next-release/api-change-quicksight-50094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Added ability to tag users upon creation." -} diff --git a/.changes/next-release/api-change-ssm-47615.json b/.changes/next-release/api-change-ssm-47615.json deleted file mode 100644 index b29f786e0d..0000000000 --- a/.changes/next-release/api-change-ssm-47615.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output." -} diff --git a/.changes/next-release/api-change-wafv2-26638.json b/.changes/next-release/api-change-wafv2-26638.json deleted file mode 100644 index a60decd242..0000000000 --- a/.changes/next-release/api-change-wafv2-26638.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] You can now perform an exact match against the web request's JA3 fingerprint." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e03bf48386..d2fd76ecee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.28.54 +======= + +* api-change:``amplifyuibuilder``: [``botocore``] Support for generating code that is compatible with future versions of amplify project dependencies. +* api-change:``chime-sdk-media-pipelines``: [``botocore``] Adds support for sending WebRTC audio to Amazon Kineses Video Streams. +* api-change:``emr-serverless``: [``botocore``] This release adds support for application-wide default job configurations. +* api-change:``finspace-data``: [``botocore``] Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs. +* api-change:``quicksight``: [``botocore``] Added ability to tag users upon creation. +* api-change:``ssm``: [``botocore``] This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output. +* api-change:``wafv2``: [``botocore``] You can now perform an exact match against the web request's JA3 fingerprint. + + 1.28.53 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 77d777c09b..ce6a5ae220 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.53' +__version__ = '1.28.54' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3e0d419fd0..a2506ffd0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.53,<1.32.0 + botocore>=1.31.54,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 6062fe1105..5d7fd3cff1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.53,<1.32.0', + 'botocore>=1.31.54,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]