From b57216d75472652e59d67139a21d2ccff40323f9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 24 Jun 2024 21:01:45 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockruntime-99981.json | 5 +++++ .changes/next-release/api-change-customerprofiles-92503.json | 5 +++++ .changes/next-release/api-change-ec2-40320.json | 5 +++++ .changes/next-release/api-change-qbusiness-27490.json | 5 +++++ .changes/next-release/api-change-ssm-10580.json | 5 +++++ .changes/next-release/api-change-workspacesweb-53345.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockruntime-99981.json create mode 100644 .changes/next-release/api-change-customerprofiles-92503.json create mode 100644 .changes/next-release/api-change-ec2-40320.json create mode 100644 .changes/next-release/api-change-qbusiness-27490.json create mode 100644 .changes/next-release/api-change-ssm-10580.json create mode 100644 .changes/next-release/api-change-workspacesweb-53345.json diff --git a/.changes/next-release/api-change-bedrockruntime-99981.json b/.changes/next-release/api-change-bedrockruntime-99981.json new file mode 100644 index 0000000000..d1bdbfc6cb --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-99981.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..761bbc0be5 --- /dev/null +++ b/.changes/next-release/api-change-customerprofiles-92503.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``customer-profiles``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..62edfd1c8d --- /dev/null +++ b/.changes/next-release/api-change-ec2-40320.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..cd8e4f6229 --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-27490.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..e69e7c3dcc --- /dev/null +++ b/.changes/next-release/api-change-ssm-10580.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..6ee7242283 --- /dev/null +++ b/.changes/next-release/api-change-workspacesweb-53345.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces-web``", + "description": "[``botocore``] Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging." +} From 9f78d5ec572229d71348e41b2cb5486a22cb9136 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 24 Jun 2024 21:02:48 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.132 --- .changes/1.34.132.json | 32 +++++++++++++++++++ .../api-change-bedrockruntime-99981.json | 5 --- .../api-change-customerprofiles-92503.json | 5 --- .../next-release/api-change-ec2-40320.json | 5 --- .../api-change-qbusiness-27490.json | 5 --- .../next-release/api-change-ssm-10580.json | 5 --- .../api-change-workspacesweb-53345.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.34.132.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-99981.json delete mode 100644 .changes/next-release/api-change-customerprofiles-92503.json delete mode 100644 .changes/next-release/api-change-ec2-40320.json delete mode 100644 .changes/next-release/api-change-qbusiness-27490.json delete mode 100644 .changes/next-release/api-change-ssm-10580.json delete mode 100644 .changes/next-release/api-change-workspacesweb-53345.json diff --git a/.changes/1.34.132.json b/.changes/1.34.132.json new file mode 100644 index 0000000000..2a0b174549 --- /dev/null +++ b/.changes/1.34.132.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Increases Converse API's document name length", + "type": "api-change" + }, + { + "category": "``customer-profiles``", + "description": "[``botocore``] This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Fix EC2 multi-protocol info in models.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] 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": "[``botocore``] Add sensitive trait to SSM IPAddress property for CloudTrail redaction", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "[``botocore``] 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 d1bdbfc6cb..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-99981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] 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 761bbc0be5..0000000000 --- a/.changes/next-release/api-change-customerprofiles-92503.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "[``botocore``] 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 62edfd1c8d..0000000000 --- a/.changes/next-release/api-change-ec2-40320.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] 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 cd8e4f6229..0000000000 --- a/.changes/next-release/api-change-qbusiness-27490.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "[``botocore``] 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 e69e7c3dcc..0000000000 --- a/.changes/next-release/api-change-ssm-10580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] 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 6ee7242283..0000000000 --- a/.changes/next-release/api-change-workspacesweb-53345.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-web``", - "description": "[``botocore``] 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 6f9e6dd79b..7f63ce2fca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.132 +======== + +* api-change:``bedrock-runtime``: [``botocore``] Increases Converse API's document name length +* api-change:``customer-profiles``: [``botocore``] This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types. +* api-change:``ec2``: [``botocore``] Fix EC2 multi-protocol info in models. +* api-change:``qbusiness``: [``botocore``] 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``: [``botocore``] Add sensitive trait to SSM IPAddress property for CloudTrail redaction +* api-change:``workspaces-web``: [``botocore``] 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/boto3/__init__.py b/boto3/__init__.py index 877c3e95fa..ee51f993dd 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.131' +__version__ = '1.34.132' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1adaa8edbe..7612bfa38e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.131,<1.35.0 + botocore>=1.34.132,<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 981584e703..9fd91c4037 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.131,<1.35.0', + 'botocore>=1.34.132,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]