diff --git a/.changes/1.34.132.json b/.changes/1.34.132.json new file mode 100644 index 0000000000..13608c1230 --- /dev/null +++ b/.changes/1.34.132.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-runtime``", + "description": "Increases Converse API's document name length", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Fix EC2 multi-protocol info in models.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Allow enable/disable Q Apps when creating/updating a Q application; Return the Q Apps enablement information when getting a Q application.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "Add sensitive trait to SSM IPAddress property for CloudTrail redaction", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockruntime-99981.json b/.changes/next-release/api-change-bedrockruntime-99981.json deleted file mode 100644 index bdd5d5864a..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-99981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "Increases Converse API's document name length" -} diff --git a/.changes/next-release/api-change-customerprofiles-92503.json b/.changes/next-release/api-change-customerprofiles-92503.json deleted file mode 100644 index 225037169b..0000000000 --- a/.changes/next-release/api-change-customerprofiles-92503.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types." -} diff --git a/.changes/next-release/api-change-ec2-40320.json b/.changes/next-release/api-change-ec2-40320.json deleted file mode 100644 index 85c210f225..0000000000 --- a/.changes/next-release/api-change-ec2-40320.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Fix EC2 multi-protocol info in models." -} diff --git a/.changes/next-release/api-change-qbusiness-27490.json b/.changes/next-release/api-change-qbusiness-27490.json deleted file mode 100644 index d6d49df8d9..0000000000 --- a/.changes/next-release/api-change-qbusiness-27490.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Allow enable/disable Q Apps when creating/updating a Q application; Return the Q Apps enablement information when getting a Q application." -} diff --git a/.changes/next-release/api-change-ssm-10580.json b/.changes/next-release/api-change-ssm-10580.json deleted file mode 100644 index 5ae2fdcfbe..0000000000 --- a/.changes/next-release/api-change-ssm-10580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "Add sensitive trait to SSM IPAddress property for CloudTrail redaction" -} diff --git a/.changes/next-release/api-change-workspacesweb-53345.json b/.changes/next-release/api-change-workspacesweb-53345.json deleted file mode 100644 index 260d34a725..0000000000 --- a/.changes/next-release/api-change-workspacesweb-53345.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-web``", - "description": "Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 384a93b636..bc1fc094ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.132 +======== + +* api-change:``bedrock-runtime``: Increases Converse API's document name length +* api-change:``customer-profiles``: This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types. +* api-change:``ec2``: Fix EC2 multi-protocol info in models. +* api-change:``qbusiness``: Allow enable/disable Q Apps when creating/updating a Q application; Return the Q Apps enablement information when getting a Q application. +* api-change:``ssm``: Add sensitive trait to SSM IPAddress property for CloudTrail redaction +* api-change:``workspaces-web``: Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging. + + 1.34.131 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index e52b3b3278..4c85b4d752 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.131' +__version__ = '1.34.132' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e88246ae0b..3bcec84b44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.131' +release = '1.34.132' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.