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 01/43] 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 00000000000..d1bdbfc6cb6 --- /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 00000000000..761bbc0be5d --- /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 00000000000..62edfd1c8d5 --- /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 00000000000..cd8e4f6229e --- /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 00000000000..e69e7c3dcc5 --- /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 00000000000..6ee72422830 --- /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 02/43] 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 00000000000..2a0b174549a --- /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 d1bdbfc6cb6..00000000000 --- 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 761bbc0be5d..00000000000 --- 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 62edfd1c8d5..00000000000 --- 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 cd8e4f6229e..00000000000 --- 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 e69e7c3dcc5..00000000000 --- 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 6ee72422830..00000000000 --- 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 6f9e6dd79b6..7f63ce2fca3 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 877c3e95fa1..ee51f993dd7 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 1adaa8edbe7..7612bfa38ee 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 981584e7038..9fd91c4037d 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', ] From 669a5ee1b6cb8603f0c54ca85e8684f076e3eebd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Jun 2024 18:12:16 +0000 Subject: [PATCH 03/43] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-34116.json | 5 +++++ .changes/next-release/api-change-ec2-17371.json | 5 +++++ .changes/next-release/api-change-networkmanager-42484.json | 5 +++++ .../next-release/api-change-workspacesthinclient-69755.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-34116.json create mode 100644 .changes/next-release/api-change-ec2-17371.json create mode 100644 .changes/next-release/api-change-networkmanager-42484.json create mode 100644 .changes/next-release/api-change-workspacesthinclient-69755.json diff --git a/.changes/next-release/api-change-autoscaling-34116.json b/.changes/next-release/api-change-autoscaling-34116.json new file mode 100644 index 00000000000..d30018d0d49 --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-34116.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery" +} diff --git a/.changes/next-release/api-change-ec2-17371.json b/.changes/next-release/api-change-ec2-17371.json new file mode 100644 index 00000000000..da20a155f40 --- /dev/null +++ b/.changes/next-release/api-change-ec2-17371.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types" +} diff --git a/.changes/next-release/api-change-networkmanager-42484.json b/.changes/next-release/api-change-networkmanager-42484.json new file mode 100644 index 00000000000..105ccfd0f4f --- /dev/null +++ b/.changes/next-release/api-change-networkmanager-42484.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support." +} diff --git a/.changes/next-release/api-change-workspacesthinclient-69755.json b/.changes/next-release/api-change-workspacesthinclient-69755.json new file mode 100644 index 00000000000..62dd610987d --- /dev/null +++ b/.changes/next-release/api-change-workspacesthinclient-69755.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces-thin-client``", + "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output." +} From 49cd7d5ecfa9e87bb6618a699980e7733d745701 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 25 Jun 2024 18:13:18 +0000 Subject: [PATCH 04/43] Bumping version to 1.34.133 --- .changes/1.34.133.json | 22 +++++++++++++++++++ .../api-change-autoscaling-34116.json | 5 ----- .../next-release/api-change-ec2-17371.json | 5 ----- .../api-change-networkmanager-42484.json | 5 ----- ...api-change-workspacesthinclient-69755.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.34.133.json delete mode 100644 .changes/next-release/api-change-autoscaling-34116.json delete mode 100644 .changes/next-release/api-change-ec2-17371.json delete mode 100644 .changes/next-release/api-change-networkmanager-42484.json delete mode 100644 .changes/next-release/api-change-workspacesthinclient-69755.json diff --git a/.changes/1.34.133.json b/.changes/1.34.133.json new file mode 100644 index 00000000000..420f1555e8d --- /dev/null +++ b/.changes/1.34.133.json @@ -0,0 +1,22 @@ +[ + { + "category": "``autoscaling``", + "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-34116.json b/.changes/next-release/api-change-autoscaling-34116.json deleted file mode 100644 index d30018d0d49..00000000000 --- a/.changes/next-release/api-change-autoscaling-34116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "[``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery" -} diff --git a/.changes/next-release/api-change-ec2-17371.json b/.changes/next-release/api-change-ec2-17371.json deleted file mode 100644 index da20a155f40..00000000000 --- a/.changes/next-release/api-change-ec2-17371.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types" -} diff --git a/.changes/next-release/api-change-networkmanager-42484.json b/.changes/next-release/api-change-networkmanager-42484.json deleted file mode 100644 index 105ccfd0f4f..00000000000 --- a/.changes/next-release/api-change-networkmanager-42484.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "[``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-69755.json b/.changes/next-release/api-change-workspacesthinclient-69755.json deleted file mode 100644 index 62dd610987d..00000000000 --- a/.changes/next-release/api-change-workspacesthinclient-69755.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "[``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f63ce2fca3..0f957bd12d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.133 +======== + +* api-change:``autoscaling``: [``botocore``] Doc only update for Auto Scaling's TargetTrackingMetricDataQuery +* api-change:``ec2``: [``botocore``] This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types +* api-change:``networkmanager``: [``botocore``] This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support. +* api-change:``workspaces-thin-client``: [``botocore``] This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output. + + 1.34.132 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index ee51f993dd7..3e776509255 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.132' +__version__ = '1.34.133' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7612bfa38ee..a774146801b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.132,<1.35.0 + botocore>=1.34.133,<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 9fd91c4037d..18fa200c55e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.132,<1.35.0', + 'botocore>=1.34.133,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 2227b263979629b926e72b7c00c8d8301926cbc4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Jun 2024 18:06:41 +0000 Subject: [PATCH 05/43] Add changelog entries from botocore --- .changes/next-release/api-change-controltower-84475.json | 5 +++++ .changes/next-release/api-change-eks-53063.json | 5 +++++ .changes/next-release/api-change-ivsrealtime-18064.json | 5 +++++ .../next-release/api-change-kinesisanalyticsv2-11381.json | 5 +++++ .changes/next-release/api-change-opensearch-88533.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-controltower-84475.json create mode 100644 .changes/next-release/api-change-eks-53063.json create mode 100644 .changes/next-release/api-change-ivsrealtime-18064.json create mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-11381.json create mode 100644 .changes/next-release/api-change-opensearch-88533.json diff --git a/.changes/next-release/api-change-controltower-84475.json b/.changes/next-release/api-change-controltower-84475.json new file mode 100644 index 00000000000..8c3463e463a --- /dev/null +++ b/.changes/next-release/api-change-controltower-84475.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``controltower``", + "description": "[``botocore``] Added ListLandingZoneOperations API." +} diff --git a/.changes/next-release/api-change-eks-53063.json b/.changes/next-release/api-change-eks-53063.json new file mode 100644 index 00000000000..c53ad174137 --- /dev/null +++ b/.changes/next-release/api-change-eks-53063.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] Added support for disabling unmanaged addons during cluster creation." +} diff --git a/.changes/next-release/api-change-ivsrealtime-18064.json b/.changes/next-release/api-change-ivsrealtime-18064.json new file mode 100644 index 00000000000..5be346ae807 --- /dev/null +++ b/.changes/next-release/api-change-ivsrealtime-18064.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivs-realtime``", + "description": "[``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens." +} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json b/.changes/next-release/api-change-kinesisanalyticsv2-11381.json new file mode 100644 index 00000000000..334668af2e5 --- /dev/null +++ b/.changes/next-release/api-change-kinesisanalyticsv2-11381.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs." +} diff --git a/.changes/next-release/api-change-opensearch-88533.json b/.changes/next-release/api-change-opensearch-88533.json new file mode 100644 index 00000000000..a92c472e773 --- /dev/null +++ b/.changes/next-release/api-change-opensearch-88533.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." +} From 361074f91c2990e3d9edc849302098de6453f3dd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 26 Jun 2024 18:07:41 +0000 Subject: [PATCH 06/43] Bumping version to 1.34.134 --- .changes/1.34.134.json | 27 +++++++++++++++++++ .../api-change-controltower-84475.json | 5 ---- .../next-release/api-change-eks-53063.json | 5 ---- .../api-change-ivsrealtime-18064.json | 5 ---- .../api-change-kinesisanalyticsv2-11381.json | 5 ---- .../api-change-opensearch-88533.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.134.json delete mode 100644 .changes/next-release/api-change-controltower-84475.json delete mode 100644 .changes/next-release/api-change-eks-53063.json delete mode 100644 .changes/next-release/api-change-ivsrealtime-18064.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-11381.json delete mode 100644 .changes/next-release/api-change-opensearch-88533.json diff --git a/.changes/1.34.134.json b/.changes/1.34.134.json new file mode 100644 index 00000000000..c5000ad2b8d --- /dev/null +++ b/.changes/1.34.134.json @@ -0,0 +1,27 @@ +[ + { + "category": "``controltower``", + "description": "[``botocore``] Added ListLandingZoneOperations API.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Added support for disabling unmanaged addons during cluster creation.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "[``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-controltower-84475.json b/.changes/next-release/api-change-controltower-84475.json deleted file mode 100644 index 8c3463e463a..00000000000 --- a/.changes/next-release/api-change-controltower-84475.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "[``botocore``] Added ListLandingZoneOperations API." -} diff --git a/.changes/next-release/api-change-eks-53063.json b/.changes/next-release/api-change-eks-53063.json deleted file mode 100644 index c53ad174137..00000000000 --- a/.changes/next-release/api-change-eks-53063.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Added support for disabling unmanaged addons during cluster creation." -} diff --git a/.changes/next-release/api-change-ivsrealtime-18064.json b/.changes/next-release/api-change-ivsrealtime-18064.json deleted file mode 100644 index 5be346ae807..00000000000 --- a/.changes/next-release/api-change-ivsrealtime-18064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "[``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json b/.changes/next-release/api-change-kinesisanalyticsv2-11381.json deleted file mode 100644 index 334668af2e5..00000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-11381.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs." -} diff --git a/.changes/next-release/api-change-opensearch-88533.json b/.changes/next-release/api-change-opensearch-88533.json deleted file mode 100644 index a92c472e773..00000000000 --- a/.changes/next-release/api-change-opensearch-88533.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f957bd12d6..70a37847533 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.134 +======== + +* api-change:``controltower``: [``botocore``] Added ListLandingZoneOperations API. +* api-change:``eks``: [``botocore``] Added support for disabling unmanaged addons during cluster creation. +* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens. +* api-change:``kinesisanalyticsv2``: [``botocore``] This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs. +* api-change:``opensearch``: [``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. + + 1.34.133 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 3e776509255..eefc83088e1 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.133' +__version__ = '1.34.134' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index a774146801b..7db3cbd5867 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.133,<1.35.0 + botocore>=1.34.134,<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 18fa200c55e..855c447b48c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.133,<1.35.0', + 'botocore>=1.34.134,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 857c46133a4c153a03135ecc2e905718bc498b51 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 27 Jun 2024 18:03:41 +0000 Subject: [PATCH 07/43] Add changelog entries from botocore --- .../api-change-applicationautoscaling-40504.json | 5 +++++ .../api-change-chimesdkmediapipelines-15145.json | 5 +++++ .changes/next-release/api-change-cloudfront-18124.json | 5 +++++ .changes/next-release/api-change-datazone-42995.json | 5 +++++ .changes/next-release/api-change-elasticache-76164.json | 5 +++++ .changes/next-release/api-change-mq-63011.json | 5 +++++ .changes/next-release/api-change-qconnect-31001.json | 5 +++++ .changes/next-release/api-change-quicksight-17066.json | 5 +++++ .changes/next-release/api-change-rds-35405.json | 5 +++++ .changes/next-release/api-change-sagemaker-9136.json | 5 +++++ .changes/next-release/api-change-workspaces-11258.json | 5 +++++ 11 files changed, 55 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-40504.json create mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-15145.json create mode 100644 .changes/next-release/api-change-cloudfront-18124.json create mode 100644 .changes/next-release/api-change-datazone-42995.json create mode 100644 .changes/next-release/api-change-elasticache-76164.json create mode 100644 .changes/next-release/api-change-mq-63011.json create mode 100644 .changes/next-release/api-change-qconnect-31001.json create mode 100644 .changes/next-release/api-change-quicksight-17066.json create mode 100644 .changes/next-release/api-change-rds-35405.json create mode 100644 .changes/next-release/api-change-sagemaker-9136.json create mode 100644 .changes/next-release/api-change-workspaces-11258.json diff --git a/.changes/next-release/api-change-applicationautoscaling-40504.json b/.changes/next-release/api-change-applicationautoscaling-40504.json new file mode 100644 index 00000000000..0e8e6216fb8 --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-40504.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool." +} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-15145.json b/.changes/next-release/api-change-chimesdkmediapipelines-15145.json new file mode 100644 index 00000000000..a708f41dda4 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkmediapipelines-15145.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-media-pipelines``", + "description": "[``botocore``] Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics" +} diff --git a/.changes/next-release/api-change-cloudfront-18124.json b/.changes/next-release/api-change-cloudfront-18124.json new file mode 100644 index 00000000000..137cbc1c08b --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-18124.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] Doc only update for CloudFront that fixes customer-reported issue" +} diff --git a/.changes/next-release/api-change-datazone-42995.json b/.changes/next-release/api-change-datazone-42995.json new file mode 100644 index 00000000000..77964eaa056 --- /dev/null +++ b/.changes/next-release/api-change-datazone-42995.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone." +} diff --git a/.changes/next-release/api-change-elasticache-76164.json b/.changes/next-release/api-change-elasticache-76164.json new file mode 100644 index 00000000000..a68a738a007 --- /dev/null +++ b/.changes/next-release/api-change-elasticache-76164.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elasticache``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-mq-63011.json b/.changes/next-release/api-change-mq-63011.json new file mode 100644 index 00000000000..3a4acbdcff2 --- /dev/null +++ b/.changes/next-release/api-change-mq-63011.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mq``", + "description": "[``botocore``] This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'." +} diff --git a/.changes/next-release/api-change-qconnect-31001.json b/.changes/next-release/api-change-qconnect-31001.json new file mode 100644 index 00000000000..0801f28afec --- /dev/null +++ b/.changes/next-release/api-change-qconnect-31001.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qconnect``", + "description": "[``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs." +} diff --git a/.changes/next-release/api-change-quicksight-17066.json b/.changes/next-release/api-change-quicksight-17066.json new file mode 100644 index 00000000000..4023f96bf1f --- /dev/null +++ b/.changes/next-release/api-change-quicksight-17066.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Adding support for Repeating Sections, Nested Filters" +} diff --git a/.changes/next-release/api-change-rds-35405.json b/.changes/next-release/api-change-rds-35405.json new file mode 100644 index 00000000000..0a3b98734f6 --- /dev/null +++ b/.changes/next-release/api-change-rds-35405.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for TAZ export to S3." +} diff --git a/.changes/next-release/api-change-sagemaker-9136.json b/.changes/next-release/api-change-sagemaker-9136.json new file mode 100644 index 00000000000..dbf38aa8316 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-9136.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools." +} diff --git a/.changes/next-release/api-change-workspaces-11258.json b/.changes/next-release/api-change-workspaces-11258.json new file mode 100644 index 00000000000..553a25751b5 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-11258.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Added support for WorkSpaces Pools." +} From d9b5ce7a2905de35edc22be73cf2f8f71e5dcbf3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 27 Jun 2024 18:04:48 +0000 Subject: [PATCH 08/43] Bumping version to 1.34.135 --- .changes/1.34.135.json | 57 +++++++++++++++++++ ...i-change-applicationautoscaling-40504.json | 5 -- ...i-change-chimesdkmediapipelines-15145.json | 5 -- .../api-change-cloudfront-18124.json | 5 -- .../api-change-datazone-42995.json | 5 -- .../api-change-elasticache-76164.json | 5 -- .../next-release/api-change-mq-63011.json | 5 -- .../api-change-qconnect-31001.json | 5 -- .../api-change-quicksight-17066.json | 5 -- .../next-release/api-change-rds-35405.json | 5 -- .../api-change-sagemaker-9136.json | 5 -- .../api-change-workspaces-11258.json | 5 -- CHANGELOG.rst | 16 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 16 files changed, 76 insertions(+), 58 deletions(-) create mode 100644 .changes/1.34.135.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-40504.json delete mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-15145.json delete mode 100644 .changes/next-release/api-change-cloudfront-18124.json delete mode 100644 .changes/next-release/api-change-datazone-42995.json delete mode 100644 .changes/next-release/api-change-elasticache-76164.json delete mode 100644 .changes/next-release/api-change-mq-63011.json delete mode 100644 .changes/next-release/api-change-qconnect-31001.json delete mode 100644 .changes/next-release/api-change-quicksight-17066.json delete mode 100644 .changes/next-release/api-change-rds-35405.json delete mode 100644 .changes/next-release/api-change-sagemaker-9136.json delete mode 100644 .changes/next-release/api-change-workspaces-11258.json diff --git a/.changes/1.34.135.json b/.changes/1.34.135.json new file mode 100644 index 00000000000..0b27a999ab8 --- /dev/null +++ b/.changes/1.34.135.json @@ -0,0 +1,57 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.", + "type": "api-change" + }, + { + "category": "``chime-sdk-media-pipelines``", + "description": "[``botocore``] Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics", + "type": "api-change" + }, + { + "category": "``cloudfront``", + "description": "[``botocore``] Doc only update for CloudFront that fixes customer-reported issue", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone.", + "type": "api-change" + }, + { + "category": "``elasticache``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``mq``", + "description": "[``botocore``] This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "[``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Adding support for Repeating Sections, Nested Filters", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for TAZ export to S3.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Added support for WorkSpaces Pools.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-40504.json b/.changes/next-release/api-change-applicationautoscaling-40504.json deleted file mode 100644 index 0e8e6216fb8..00000000000 --- a/.changes/next-release/api-change-applicationautoscaling-40504.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool." -} diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-15145.json b/.changes/next-release/api-change-chimesdkmediapipelines-15145.json deleted file mode 100644 index a708f41dda4..00000000000 --- a/.changes/next-release/api-change-chimesdkmediapipelines-15145.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-media-pipelines``", - "description": "[``botocore``] Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics" -} diff --git a/.changes/next-release/api-change-cloudfront-18124.json b/.changes/next-release/api-change-cloudfront-18124.json deleted file mode 100644 index 137cbc1c08b..00000000000 --- a/.changes/next-release/api-change-cloudfront-18124.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] Doc only update for CloudFront that fixes customer-reported issue" -} diff --git a/.changes/next-release/api-change-datazone-42995.json b/.changes/next-release/api-change-datazone-42995.json deleted file mode 100644 index 77964eaa056..00000000000 --- a/.changes/next-release/api-change-datazone-42995.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone." -} diff --git a/.changes/next-release/api-change-elasticache-76164.json b/.changes/next-release/api-change-elasticache-76164.json deleted file mode 100644 index a68a738a007..00000000000 --- a/.changes/next-release/api-change-elasticache-76164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elasticache``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-mq-63011.json b/.changes/next-release/api-change-mq-63011.json deleted file mode 100644 index 3a4acbdcff2..00000000000 --- a/.changes/next-release/api-change-mq-63011.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mq``", - "description": "[``botocore``] This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'." -} diff --git a/.changes/next-release/api-change-qconnect-31001.json b/.changes/next-release/api-change-qconnect-31001.json deleted file mode 100644 index 0801f28afec..00000000000 --- a/.changes/next-release/api-change-qconnect-31001.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "[``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs." -} diff --git a/.changes/next-release/api-change-quicksight-17066.json b/.changes/next-release/api-change-quicksight-17066.json deleted file mode 100644 index 4023f96bf1f..00000000000 --- a/.changes/next-release/api-change-quicksight-17066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Adding support for Repeating Sections, Nested Filters" -} diff --git a/.changes/next-release/api-change-rds-35405.json b/.changes/next-release/api-change-rds-35405.json deleted file mode 100644 index 0a3b98734f6..00000000000 --- a/.changes/next-release/api-change-rds-35405.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation for TAZ export to S3." -} diff --git a/.changes/next-release/api-change-sagemaker-9136.json b/.changes/next-release/api-change-sagemaker-9136.json deleted file mode 100644 index dbf38aa8316..00000000000 --- a/.changes/next-release/api-change-sagemaker-9136.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools." -} diff --git a/.changes/next-release/api-change-workspaces-11258.json b/.changes/next-release/api-change-workspaces-11258.json deleted file mode 100644 index 553a25751b5..00000000000 --- a/.changes/next-release/api-change-workspaces-11258.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added support for WorkSpaces Pools." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 70a37847533..45b30305d99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +1.34.135 +======== + +* api-change:``application-autoscaling``: [``botocore``] Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool. +* api-change:``chime-sdk-media-pipelines``: [``botocore``] Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics +* api-change:``cloudfront``: [``botocore``] Doc only update for CloudFront that fixes customer-reported issue +* api-change:``datazone``: [``botocore``] This release supports the data lineage feature of business data catalog in Amazon DataZone. +* api-change:``elasticache``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``mq``: [``botocore``] This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'. +* api-change:``qconnect``: [``botocore``] Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs. +* api-change:``quicksight``: [``botocore``] Adding support for Repeating Sections, Nested Filters +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for TAZ export to S3. +* api-change:``sagemaker``: [``botocore``] Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools. +* api-change:``workspaces``: [``botocore``] Added support for WorkSpaces Pools. + + 1.34.134 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index eefc83088e1..31b6de3aa04 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.134' +__version__ = '1.34.135' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7db3cbd5867..8a234caa61d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.134,<1.35.0 + botocore>=1.34.135,<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 855c447b48c..1e6feae7a12 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.134,<1.35.0', + 'botocore>=1.34.135,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From acbe904eac573b246603560b77a565a0e23e7738 Mon Sep 17 00:00:00 2001 From: Kenneth Daily Date: Fri, 28 Jun 2024 10:11:55 -0700 Subject: [PATCH 09/43] Do not test opsworks collections --- tests/integration/test_collections.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/test_collections.py b/tests/integration/test_collections.py index ceb4ff19c19..1cd7e976ff5 100644 --- a/tests/integration/test_collections.py +++ b/tests/integration/test_collections.py @@ -27,6 +27,7 @@ 'ec2': ['images'], 'iam': ['signing_certificates'], 'sqs': ['dead_letter_source_queues'], + 'opsworks': [], } @@ -35,6 +36,9 @@ def all_collections(): # except those which have been blocklisted. session = boto3.session.Session() for service_name in session.get_available_resources(): + if BLOCKLIST.get(service_name, None) == []: + continue + resource = session.resource( service_name, region_name=REGION_MAP.get(service_name, 'us-west-2') ) From 5df34445b35340e99f160ebe2db041d8aa60bd54 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 28 Jun 2024 19:06:45 +0000 Subject: [PATCH 10/43] Add changelog entries from botocore --- .changes/next-release/api-change-acmpca-68569.json | 5 +++++ .changes/next-release/api-change-cloudhsmv2-36944.json | 5 +++++ .changes/next-release/api-change-connect-75908.json | 5 +++++ .changes/next-release/api-change-emr-97166.json | 5 +++++ .changes/next-release/api-change-glue-94828.json | 5 +++++ .../next-release/api-change-kinesisanalyticsv2-13461.json | 5 +++++ .changes/next-release/api-change-opensearch-43114.json | 5 +++++ .changes/next-release/api-change-pi-29553.json | 5 +++++ .changes/next-release/api-change-workspaces-77090.json | 5 +++++ 9 files changed, 45 insertions(+) create mode 100644 .changes/next-release/api-change-acmpca-68569.json create mode 100644 .changes/next-release/api-change-cloudhsmv2-36944.json create mode 100644 .changes/next-release/api-change-connect-75908.json create mode 100644 .changes/next-release/api-change-emr-97166.json create mode 100644 .changes/next-release/api-change-glue-94828.json create mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-13461.json create mode 100644 .changes/next-release/api-change-opensearch-43114.json create mode 100644 .changes/next-release/api-change-pi-29553.json create mode 100644 .changes/next-release/api-change-workspaces-77090.json diff --git a/.changes/next-release/api-change-acmpca-68569.json b/.changes/next-release/api-change-acmpca-68569.json new file mode 100644 index 00000000000..0aec19a89f7 --- /dev/null +++ b/.changes/next-release/api-change-acmpca-68569.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "[``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions." +} diff --git a/.changes/next-release/api-change-cloudhsmv2-36944.json b/.changes/next-release/api-change-cloudhsmv2-36944.json new file mode 100644 index 00000000000..0646a08f9bc --- /dev/null +++ b/.changes/next-release/api-change-cloudhsmv2-36944.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudhsmv2``", + "description": "[``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API." +} diff --git a/.changes/next-release/api-change-connect-75908.json b/.changes/next-release/api-change-connect-75908.json new file mode 100644 index 00000000000..66f68417ebc --- /dev/null +++ b/.changes/next-release/api-change-connect-75908.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API." +} diff --git a/.changes/next-release/api-change-emr-97166.json b/.changes/next-release/api-change-emr-97166.json new file mode 100644 index 00000000000..ffefd3b85ef --- /dev/null +++ b/.changes/next-release/api-change-emr-97166.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr``", + "description": "[``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters." +} diff --git a/.changes/next-release/api-change-glue-94828.json b/.changes/next-release/api-change-glue-94828.json new file mode 100644 index 00000000000..302e0888469 --- /dev/null +++ b/.changes/next-release/api-change-glue-94828.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name." +} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-13461.json b/.changes/next-release/api-change-kinesisanalyticsv2-13461.json new file mode 100644 index 00000000000..2c4995e52fc --- /dev/null +++ b/.changes/next-release/api-change-kinesisanalyticsv2-13461.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink" +} diff --git a/.changes/next-release/api-change-opensearch-43114.json b/.changes/next-release/api-change-opensearch-43114.json new file mode 100644 index 00000000000..afbe3d75172 --- /dev/null +++ b/.changes/next-release/api-change-opensearch-43114.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "[``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains." +} diff --git a/.changes/next-release/api-change-pi-29553.json b/.changes/next-release/api-change-pi-29553.json new file mode 100644 index 00000000000..71928e8c8b6 --- /dev/null +++ b/.changes/next-release/api-change-pi-29553.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "[``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances." +} diff --git a/.changes/next-release/api-change-workspaces-77090.json b/.changes/next-release/api-change-workspaces-77090.json new file mode 100644 index 00000000000..a00a6861c78 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-77090.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal." +} From c04875b95178b7d379c9249d7d0b8cca10038401 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 28 Jun 2024 19:07:48 +0000 Subject: [PATCH 11/43] Bumping version to 1.34.136 --- .changes/1.34.136.json | 47 +++++++++++++++++++ .../next-release/api-change-acmpca-68569.json | 5 -- .../api-change-cloudhsmv2-36944.json | 5 -- .../api-change-connect-75908.json | 5 -- .../next-release/api-change-emr-97166.json | 5 -- .../next-release/api-change-glue-94828.json | 5 -- .../api-change-kinesisanalyticsv2-13461.json | 5 -- .../api-change-opensearch-43114.json | 5 -- .../next-release/api-change-pi-29553.json | 5 -- .../api-change-workspaces-77090.json | 5 -- CHANGELOG.rst | 14 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 .changes/1.34.136.json delete mode 100644 .changes/next-release/api-change-acmpca-68569.json delete mode 100644 .changes/next-release/api-change-cloudhsmv2-36944.json delete mode 100644 .changes/next-release/api-change-connect-75908.json delete mode 100644 .changes/next-release/api-change-emr-97166.json delete mode 100644 .changes/next-release/api-change-glue-94828.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-13461.json delete mode 100644 .changes/next-release/api-change-opensearch-43114.json delete mode 100644 .changes/next-release/api-change-pi-29553.json delete mode 100644 .changes/next-release/api-change-workspaces-77090.json diff --git a/.changes/1.34.136.json b/.changes/1.34.136.json new file mode 100644 index 00000000000..2a81e1ad9dc --- /dev/null +++ b/.changes/1.34.136.json @@ -0,0 +1,47 @@ +[ + { + "category": "``acm-pca``", + "description": "[``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.", + "type": "api-change" + }, + { + "category": "``cloudhsmv2``", + "description": "[``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-68569.json b/.changes/next-release/api-change-acmpca-68569.json deleted file mode 100644 index 0aec19a89f7..00000000000 --- a/.changes/next-release/api-change-acmpca-68569.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions." -} diff --git a/.changes/next-release/api-change-cloudhsmv2-36944.json b/.changes/next-release/api-change-cloudhsmv2-36944.json deleted file mode 100644 index 0646a08f9bc..00000000000 --- a/.changes/next-release/api-change-cloudhsmv2-36944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudhsmv2``", - "description": "[``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API." -} diff --git a/.changes/next-release/api-change-connect-75908.json b/.changes/next-release/api-change-connect-75908.json deleted file mode 100644 index 66f68417ebc..00000000000 --- a/.changes/next-release/api-change-connect-75908.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API." -} diff --git a/.changes/next-release/api-change-emr-97166.json b/.changes/next-release/api-change-emr-97166.json deleted file mode 100644 index ffefd3b85ef..00000000000 --- a/.changes/next-release/api-change-emr-97166.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "[``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters." -} diff --git a/.changes/next-release/api-change-glue-94828.json b/.changes/next-release/api-change-glue-94828.json deleted file mode 100644 index 302e0888469..00000000000 --- a/.changes/next-release/api-change-glue-94828.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-13461.json b/.changes/next-release/api-change-kinesisanalyticsv2-13461.json deleted file mode 100644 index 2c4995e52fc..00000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-13461.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink" -} diff --git a/.changes/next-release/api-change-opensearch-43114.json b/.changes/next-release/api-change-opensearch-43114.json deleted file mode 100644 index afbe3d75172..00000000000 --- a/.changes/next-release/api-change-opensearch-43114.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains." -} diff --git a/.changes/next-release/api-change-pi-29553.json b/.changes/next-release/api-change-pi-29553.json deleted file mode 100644 index 71928e8c8b6..00000000000 --- a/.changes/next-release/api-change-pi-29553.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances." -} diff --git a/.changes/next-release/api-change-workspaces-77090.json b/.changes/next-release/api-change-workspaces-77090.json deleted file mode 100644 index a00a6861c78..00000000000 --- a/.changes/next-release/api-change-workspaces-77090.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45b30305d99..7bdf4a78c4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.136 +======== + +* api-change:``acm-pca``: [``botocore``] Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions. +* api-change:``cloudhsmv2``: [``botocore``] Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API. +* api-change:``connect``: [``botocore``] This release supports showing PreferredAgentRouting step via DescribeContact API. +* api-change:``emr``: [``botocore``] This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters. +* api-change:``glue``: [``botocore``] Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name. +* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.19 in Managed Service for Apache Flink +* api-change:``opensearch``: [``botocore``] This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains. +* api-change:``pi``: [``botocore``] Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances. +* api-change:``workspaces``: [``botocore``] Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal. + + 1.34.135 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 31b6de3aa04..62c27d3d60c 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.135' +__version__ = '1.34.136' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8a234caa61d..44a048829be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.135,<1.35.0 + botocore>=1.34.136,<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 1e6feae7a12..0035f299da7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.135,<1.35.0', + 'botocore>=1.34.136,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 4288c2ad58c47936e5523cff580157db636500a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:31:35 +0000 Subject: [PATCH 12/43] Bump aws-actions/stale-issue-cleanup Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from 389be0117d7661840b887276b5da1cc6ddf95c8a to 2017b87caa8e25014362d434a980d60fa758f3af. - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases) - [Commits](https://github.com/aws-actions/stale-issue-cleanup/compare/389be0117d7661840b887276b5da1cc6ddf95c8a...2017b87caa8e25014362d434a980d60fa758f3af) --- updated-dependencies: - dependency-name: aws-actions/stale-issue-cleanup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/stale_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 840f3bd20f2..24a437959af 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: Stale issue job steps: - - uses: aws-actions/stale-issue-cleanup@389be0117d7661840b887276b5da1cc6ddf95c8a + - uses: aws-actions/stale-issue-cleanup@2017b87caa8e25014362d434a980d60fa758f3af with: issue-types: issues stale-issue-message: Greetings! It looks like this issue hasn’t been From d72ff4619b5909b513a8f426999386275ae8949e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 1 Jul 2024 19:31:03 +0000 Subject: [PATCH 13/43] Add changelog entries from botocore --- .changes/next-release/api-change-apigateway-11176.json | 5 +++++ .changes/next-release/api-change-cognitoidentity-50008.json | 5 +++++ .changes/next-release/api-change-connect-7075.json | 5 +++++ .changes/next-release/api-change-docdb-92822.json | 5 +++++ .changes/next-release/api-change-eks-70688.json | 5 +++++ .../next-release/api-change-paymentcryptography-90221.json | 5 +++++ .../api-change-paymentcryptographydata-82055.json | 5 +++++ .changes/next-release/api-change-stepfunctions-36126.json | 5 +++++ .changes/next-release/api-change-swf-2023.json | 5 +++++ .changes/next-release/api-change-wafv2-9442.json | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 .changes/next-release/api-change-apigateway-11176.json create mode 100644 .changes/next-release/api-change-cognitoidentity-50008.json create mode 100644 .changes/next-release/api-change-connect-7075.json create mode 100644 .changes/next-release/api-change-docdb-92822.json create mode 100644 .changes/next-release/api-change-eks-70688.json create mode 100644 .changes/next-release/api-change-paymentcryptography-90221.json create mode 100644 .changes/next-release/api-change-paymentcryptographydata-82055.json create mode 100644 .changes/next-release/api-change-stepfunctions-36126.json create mode 100644 .changes/next-release/api-change-swf-2023.json create mode 100644 .changes/next-release/api-change-wafv2-9442.json diff --git a/.changes/next-release/api-change-apigateway-11176.json b/.changes/next-release/api-change-apigateway-11176.json new file mode 100644 index 00000000000..d7de59097b5 --- /dev/null +++ b/.changes/next-release/api-change-apigateway-11176.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``apigateway``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-cognitoidentity-50008.json b/.changes/next-release/api-change-cognitoidentity-50008.json new file mode 100644 index 00000000000..b7da8389e20 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidentity-50008.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-identity``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-connect-7075.json b/.changes/next-release/api-change-connect-7075.json new file mode 100644 index 00000000000..23a5cd55a4d --- /dev/null +++ b/.changes/next-release/api-change-connect-7075.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs." +} diff --git a/.changes/next-release/api-change-docdb-92822.json b/.changes/next-release/api-change-docdb-92822.json new file mode 100644 index 00000000000..3bb15383773 --- /dev/null +++ b/.changes/next-release/api-change-docdb-92822.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``docdb``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-eks-70688.json b/.changes/next-release/api-change-eks-70688.json new file mode 100644 index 00000000000..f00da22f13a --- /dev/null +++ b/.changes/next-release/api-change-eks-70688.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] Updates EKS managed node groups to support EC2 Capacity Blocks for ML" +} diff --git a/.changes/next-release/api-change-paymentcryptography-90221.json b/.changes/next-release/api-change-paymentcryptography-90221.json new file mode 100644 index 00000000000..4809e3bf334 --- /dev/null +++ b/.changes/next-release/api-change-paymentcryptography-90221.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``payment-cryptography``", + "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs." +} diff --git a/.changes/next-release/api-change-paymentcryptographydata-82055.json b/.changes/next-release/api-change-paymentcryptographydata-82055.json new file mode 100644 index 00000000000..705828c0962 --- /dev/null +++ b/.changes/next-release/api-change-paymentcryptographydata-82055.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``payment-cryptography-data``", + "description": "[``botocore``] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service." +} diff --git a/.changes/next-release/api-change-stepfunctions-36126.json b/.changes/next-release/api-change-stepfunctions-36126.json new file mode 100644 index 00000000000..3f5c941bee2 --- /dev/null +++ b/.changes/next-release/api-change-stepfunctions-36126.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``stepfunctions``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-swf-2023.json b/.changes/next-release/api-change-swf-2023.json new file mode 100644 index 00000000000..906928ab123 --- /dev/null +++ b/.changes/next-release/api-change-swf-2023.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``swf``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-wafv2-9442.json b/.changes/next-release/api-change-wafv2-9442.json new file mode 100644 index 00000000000..2f3085b346f --- /dev/null +++ b/.changes/next-release/api-change-wafv2-9442.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``wafv2``", + "description": "[``botocore``] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation." +} From 00b24b9bc58275acfc5ebe61f9abcb8d6128879a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 1 Jul 2024 19:32:32 +0000 Subject: [PATCH 14/43] Bumping version to 1.34.137 --- .changes/1.34.137.json | 52 +++++++++++++++++++ .../api-change-apigateway-11176.json | 5 -- .../api-change-cognitoidentity-50008.json | 5 -- .../next-release/api-change-connect-7075.json | 5 -- .../next-release/api-change-docdb-92822.json | 5 -- .../next-release/api-change-eks-70688.json | 5 -- .../api-change-paymentcryptography-90221.json | 5 -- ...-change-paymentcryptographydata-82055.json | 5 -- .../api-change-stepfunctions-36126.json | 5 -- .../next-release/api-change-swf-2023.json | 5 -- .../next-release/api-change-wafv2-9442.json | 5 -- CHANGELOG.rst | 15 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 15 files changed, 70 insertions(+), 53 deletions(-) create mode 100644 .changes/1.34.137.json delete mode 100644 .changes/next-release/api-change-apigateway-11176.json delete mode 100644 .changes/next-release/api-change-cognitoidentity-50008.json delete mode 100644 .changes/next-release/api-change-connect-7075.json delete mode 100644 .changes/next-release/api-change-docdb-92822.json delete mode 100644 .changes/next-release/api-change-eks-70688.json delete mode 100644 .changes/next-release/api-change-paymentcryptography-90221.json delete mode 100644 .changes/next-release/api-change-paymentcryptographydata-82055.json delete mode 100644 .changes/next-release/api-change-stepfunctions-36126.json delete mode 100644 .changes/next-release/api-change-swf-2023.json delete mode 100644 .changes/next-release/api-change-wafv2-9442.json diff --git a/.changes/1.34.137.json b/.changes/1.34.137.json new file mode 100644 index 00000000000..9010d64d373 --- /dev/null +++ b/.changes/1.34.137.json @@ -0,0 +1,52 @@ +[ + { + "category": "``apigateway``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``cognito-identity``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.", + "type": "api-change" + }, + { + "category": "``docdb``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Updates EKS managed node groups to support EC2 Capacity Blocks for ML", + "type": "api-change" + }, + { + "category": "``payment-cryptography``", + "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs.", + "type": "api-change" + }, + { + "category": "``payment-cryptography-data``", + "description": "[``botocore``] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.", + "type": "api-change" + }, + { + "category": "``stepfunctions``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``swf``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-apigateway-11176.json b/.changes/next-release/api-change-apigateway-11176.json deleted file mode 100644 index d7de59097b5..00000000000 --- a/.changes/next-release/api-change-apigateway-11176.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``apigateway``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-cognitoidentity-50008.json b/.changes/next-release/api-change-cognitoidentity-50008.json deleted file mode 100644 index b7da8389e20..00000000000 --- a/.changes/next-release/api-change-cognitoidentity-50008.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-identity``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-connect-7075.json b/.changes/next-release/api-change-connect-7075.json deleted file mode 100644 index 23a5cd55a4d..00000000000 --- a/.changes/next-release/api-change-connect-7075.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs." -} diff --git a/.changes/next-release/api-change-docdb-92822.json b/.changes/next-release/api-change-docdb-92822.json deleted file mode 100644 index 3bb15383773..00000000000 --- a/.changes/next-release/api-change-docdb-92822.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-eks-70688.json b/.changes/next-release/api-change-eks-70688.json deleted file mode 100644 index f00da22f13a..00000000000 --- a/.changes/next-release/api-change-eks-70688.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Updates EKS managed node groups to support EC2 Capacity Blocks for ML" -} diff --git a/.changes/next-release/api-change-paymentcryptography-90221.json b/.changes/next-release/api-change-paymentcryptography-90221.json deleted file mode 100644 index 4809e3bf334..00000000000 --- a/.changes/next-release/api-change-paymentcryptography-90221.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography``", - "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs." -} diff --git a/.changes/next-release/api-change-paymentcryptographydata-82055.json b/.changes/next-release/api-change-paymentcryptographydata-82055.json deleted file mode 100644 index 705828c0962..00000000000 --- a/.changes/next-release/api-change-paymentcryptographydata-82055.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography-data``", - "description": "[``botocore``] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service." -} diff --git a/.changes/next-release/api-change-stepfunctions-36126.json b/.changes/next-release/api-change-stepfunctions-36126.json deleted file mode 100644 index 3f5c941bee2..00000000000 --- a/.changes/next-release/api-change-stepfunctions-36126.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``stepfunctions``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-swf-2023.json b/.changes/next-release/api-change-swf-2023.json deleted file mode 100644 index 906928ab123..00000000000 --- a/.changes/next-release/api-change-swf-2023.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``swf``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-wafv2-9442.json b/.changes/next-release/api-change-wafv2-9442.json deleted file mode 100644 index 2f3085b346f..00000000000 --- a/.changes/next-release/api-change-wafv2-9442.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7bdf4a78c4b..98e42e2666d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.34.137 +======== + +* api-change:``apigateway``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``cognito-identity``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``connect``: [``botocore``] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs. +* api-change:``docdb``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``eks``: [``botocore``] Updates EKS managed node groups to support EC2 Capacity Blocks for ML +* api-change:``payment-cryptography``: [``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs. +* api-change:``payment-cryptography-data``: [``botocore``] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service. +* api-change:``stepfunctions``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``swf``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``wafv2``: [``botocore``] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation. + + 1.34.136 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 62c27d3d60c..1e3cb36e38b 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.136' +__version__ = '1.34.137' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 44a048829be..8d0f6ac214a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.136,<1.35.0 + botocore>=1.34.137,<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 0035f299da7..b0baed3b60c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.136,<1.35.0', + 'botocore>=1.34.137,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 7bc84e1692e045fb25239f994ef8492b001b3d59 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 2 Jul 2024 18:07:47 +0000 Subject: [PATCH 15/43] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-89676.json | 5 +++++ .changes/next-release/api-change-fms-56362.json | 5 +++++ .changes/next-release/api-change-s3-25277.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-89676.json create mode 100644 .changes/next-release/api-change-fms-56362.json create mode 100644 .changes/next-release/api-change-s3-25277.json diff --git a/.changes/next-release/api-change-ec2-89676.json b/.changes/next-release/api-change-ec2-89676.json new file mode 100644 index 00000000000..cfb4f98eb1a --- /dev/null +++ b/.changes/next-release/api-change-ec2-89676.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." +} diff --git a/.changes/next-release/api-change-fms-56362.json b/.changes/next-release/api-change-fms-56362.json new file mode 100644 index 00000000000..543bc7c304d --- /dev/null +++ b/.changes/next-release/api-change-fms-56362.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fms``", + "description": "[``botocore``] Increases Customer API's ManagedServiceData length" +} diff --git a/.changes/next-release/api-change-s3-25277.json b/.changes/next-release/api-change-s3-25277.json new file mode 100644 index 00000000000..dcd53eab53f --- /dev/null +++ b/.changes/next-release/api-change-s3-25277.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Added response overrides to Head Object requests." +} From 2c161e06fb72e8362c346a070cc1c775e50e2070 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 2 Jul 2024 18:08:54 +0000 Subject: [PATCH 16/43] Bumping version to 1.34.138 --- .changes/1.34.138.json | 17 +++++++++++++++++ .changes/next-release/api-change-ec2-89676.json | 5 ----- .changes/next-release/api-change-fms-56362.json | 5 ----- .changes/next-release/api-change-s3-25277.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.34.138.json delete mode 100644 .changes/next-release/api-change-ec2-89676.json delete mode 100644 .changes/next-release/api-change-fms-56362.json delete mode 100644 .changes/next-release/api-change-s3-25277.json diff --git a/.changes/1.34.138.json b/.changes/1.34.138.json new file mode 100644 index 00000000000..303f803882a --- /dev/null +++ b/.changes/1.34.138.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2).", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "[``botocore``] Increases Customer API's ManagedServiceData length", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] Added response overrides to Head Object requests.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-89676.json b/.changes/next-release/api-change-ec2-89676.json deleted file mode 100644 index cfb4f98eb1a..00000000000 --- a/.changes/next-release/api-change-ec2-89676.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." -} diff --git a/.changes/next-release/api-change-fms-56362.json b/.changes/next-release/api-change-fms-56362.json deleted file mode 100644 index 543bc7c304d..00000000000 --- a/.changes/next-release/api-change-fms-56362.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "[``botocore``] Increases Customer API's ManagedServiceData length" -} diff --git a/.changes/next-release/api-change-s3-25277.json b/.changes/next-release/api-change-s3-25277.json deleted file mode 100644 index dcd53eab53f..00000000000 --- a/.changes/next-release/api-change-s3-25277.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Added response overrides to Head Object requests." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 98e42e2666d..c9e790b927e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.138 +======== + +* api-change:``ec2``: [``botocore``] Documentation updates for Elastic Compute Cloud (EC2). +* api-change:``fms``: [``botocore``] Increases Customer API's ManagedServiceData length +* api-change:``s3``: [``botocore``] Added response overrides to Head Object requests. + + 1.34.137 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 1e3cb36e38b..5936b26c921 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.137' +__version__ = '1.34.138' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8d0f6ac214a..1a4c24f81c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.137,<1.35.0 + botocore>=1.34.138,<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 b0baed3b60c..0748a858b94 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.137,<1.35.0', + 'botocore>=1.34.138,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 4cd633fc3e8d566711a3ad92d8abf02a2458f3d4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Jul 2024 18:12:13 +0000 Subject: [PATCH 17/43] Add changelog entries from botocore --- .../api-change-applicationautoscaling-72302.json | 5 +++++ .changes/next-release/api-change-directconnect-67586.json | 5 +++++ .changes/next-release/api-change-organizations-12641.json | 5 +++++ .changes/next-release/api-change-rekognition-90978.json | 5 +++++ .changes/next-release/api-change-workspaces-86161.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-72302.json create mode 100644 .changes/next-release/api-change-directconnect-67586.json create mode 100644 .changes/next-release/api-change-organizations-12641.json create mode 100644 .changes/next-release/api-change-rekognition-90978.json create mode 100644 .changes/next-release/api-change-workspaces-86161.json diff --git a/.changes/next-release/api-change-applicationautoscaling-72302.json b/.changes/next-release/api-change-applicationautoscaling-72302.json new file mode 100644 index 00000000000..6a52fc6b78c --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-72302.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name." +} diff --git a/.changes/next-release/api-change-directconnect-67586.json b/.changes/next-release/api-change-directconnect-67586.json new file mode 100644 index 00000000000..7b072135ddf --- /dev/null +++ b/.changes/next-release/api-change-directconnect-67586.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``directconnect``", + "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect." +} diff --git a/.changes/next-release/api-change-organizations-12641.json b/.changes/next-release/api-change-organizations-12641.json new file mode 100644 index 00000000000..88702e5d8d6 --- /dev/null +++ b/.changes/next-release/api-change-organizations-12641.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service." +} diff --git a/.changes/next-release/api-change-rekognition-90978.json b/.changes/next-release/api-change-rekognition-90978.json new file mode 100644 index 00000000000..25598dd2b3d --- /dev/null +++ b/.changes/next-release/api-change-rekognition-90978.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rekognition``", + "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs." +} diff --git a/.changes/next-release/api-change-workspaces-86161.json b/.changes/next-release/api-change-workspaces-86161.json new file mode 100644 index 00000000000..3a2d63109a8 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-86161.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values" +} From caf86844a7a24bb0d57bc6fdd51836916b23b601 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Jul 2024 18:13:31 +0000 Subject: [PATCH 18/43] Bumping version to 1.34.139 --- .changes/1.34.139.json | 27 +++++++++++++++++++ ...i-change-applicationautoscaling-72302.json | 5 ---- .../api-change-directconnect-67586.json | 5 ---- .../api-change-organizations-12641.json | 5 ---- .../api-change-rekognition-90978.json | 5 ---- .../api-change-workspaces-86161.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.139.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-72302.json delete mode 100644 .changes/next-release/api-change-directconnect-67586.json delete mode 100644 .changes/next-release/api-change-organizations-12641.json delete mode 100644 .changes/next-release/api-change-rekognition-90978.json delete mode 100644 .changes/next-release/api-change-workspaces-86161.json diff --git a/.changes/1.34.139.json b/.changes/1.34.139.json new file mode 100644 index 00000000000..c2fc9f37b3e --- /dev/null +++ b/.changes/1.34.139.json @@ -0,0 +1,27 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-72302.json b/.changes/next-release/api-change-applicationautoscaling-72302.json deleted file mode 100644 index 6a52fc6b78c..00000000000 --- a/.changes/next-release/api-change-applicationautoscaling-72302.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] Doc only update for Application Auto Scaling that fixes resource name." -} diff --git a/.changes/next-release/api-change-directconnect-67586.json b/.changes/next-release/api-change-directconnect-67586.json deleted file mode 100644 index 7b072135ddf..00000000000 --- a/.changes/next-release/api-change-directconnect-67586.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "[``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect." -} diff --git a/.changes/next-release/api-change-organizations-12641.json b/.changes/next-release/api-change-organizations-12641.json deleted file mode 100644 index 88702e5d8d6..00000000000 --- a/.changes/next-release/api-change-organizations-12641.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "[``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service." -} diff --git a/.changes/next-release/api-change-rekognition-90978.json b/.changes/next-release/api-change-rekognition-90978.json deleted file mode 100644 index 25598dd2b3d..00000000000 --- a/.changes/next-release/api-change-rekognition-90978.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs." -} diff --git a/.changes/next-release/api-change-workspaces-86161.json b/.changes/next-release/api-change-workspaces-86161.json deleted file mode 100644 index 3a2d63109a8..00000000000 --- a/.changes/next-release/api-change-workspaces-86161.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9e790b927e..2c135db94c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.139 +======== + +* api-change:``application-autoscaling``: [``botocore``] Doc only update for Application Auto Scaling that fixes resource name. +* api-change:``directconnect``: [``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect. +* api-change:``organizations``: [``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. +* api-change:``rekognition``: [``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. +* api-change:``workspaces``: [``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values + + 1.34.138 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5936b26c921..afc8b41132d 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.138' +__version__ = '1.34.139' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1a4c24f81c6..c32b56d5539 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.138,<1.35.0 + botocore>=1.34.139,<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 0748a858b94..5d8c6c5035d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.138,<1.35.0', + 'botocore>=1.34.139,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From ed272c2d3e4122862afe30063c784aec62b2ebde Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 5 Jul 2024 18:06:01 +0000 Subject: [PATCH 19/43] Add changelog entries from botocore --- .changes/next-release/api-change-acm-15496.json | 5 +++++ .changes/next-release/api-change-ecr-30317.json | 5 +++++ .../api-change-paymentcryptographydata-99008.json | 5 +++++ .changes/next-release/api-change-qbusiness-14846.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-acm-15496.json create mode 100644 .changes/next-release/api-change-ecr-30317.json create mode 100644 .changes/next-release/api-change-paymentcryptographydata-99008.json create mode 100644 .changes/next-release/api-change-qbusiness-14846.json diff --git a/.changes/next-release/api-change-acm-15496.json b/.changes/next-release/api-change-acm-15496.json new file mode 100644 index 00000000000..94adc5b31d7 --- /dev/null +++ b/.changes/next-release/api-change-acm-15496.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm``", + "description": "[``botocore``] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description." +} diff --git a/.changes/next-release/api-change-ecr-30317.json b/.changes/next-release/api-change-ecr-30317.json new file mode 100644 index 00000000000..09c727d5f01 --- /dev/null +++ b/.changes/next-release/api-change-ecr-30317.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] This release for Amazon ECR makes change to bring the SDK into sync with the API." +} diff --git a/.changes/next-release/api-change-paymentcryptographydata-99008.json b/.changes/next-release/api-change-paymentcryptographydata-99008.json new file mode 100644 index 00000000000..ac6d093a75d --- /dev/null +++ b/.changes/next-release/api-change-paymentcryptographydata-99008.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``payment-cryptography-data``", + "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs." +} diff --git a/.changes/next-release/api-change-qbusiness-14846.json b/.changes/next-release/api-change-qbusiness-14846.json new file mode 100644 index 00000000000..8a1b47dedb3 --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-14846.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "[``botocore``] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration." +} From 9198ef5f88873ef8729e7109ab4cdcdd45f7f7a5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 5 Jul 2024 18:07:00 +0000 Subject: [PATCH 20/43] Bumping version to 1.34.140 --- .changes/1.34.140.json | 22 +++++++++++++++++++ .../next-release/api-change-acm-15496.json | 5 ----- .../next-release/api-change-ecr-30317.json | 5 ----- ...-change-paymentcryptographydata-99008.json | 5 ----- .../api-change-qbusiness-14846.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.34.140.json delete mode 100644 .changes/next-release/api-change-acm-15496.json delete mode 100644 .changes/next-release/api-change-ecr-30317.json delete mode 100644 .changes/next-release/api-change-paymentcryptographydata-99008.json delete mode 100644 .changes/next-release/api-change-qbusiness-14846.json diff --git a/.changes/1.34.140.json b/.changes/1.34.140.json new file mode 100644 index 00000000000..d41647e929b --- /dev/null +++ b/.changes/1.34.140.json @@ -0,0 +1,22 @@ +[ + { + "category": "``acm``", + "description": "[``botocore``] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] This release for Amazon ECR makes change to bring the SDK into sync with the API.", + "type": "api-change" + }, + { + "category": "``payment-cryptography-data``", + "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acm-15496.json b/.changes/next-release/api-change-acm-15496.json deleted file mode 100644 index 94adc5b31d7..00000000000 --- a/.changes/next-release/api-change-acm-15496.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm``", - "description": "[``botocore``] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description." -} diff --git a/.changes/next-release/api-change-ecr-30317.json b/.changes/next-release/api-change-ecr-30317.json deleted file mode 100644 index 09c727d5f01..00000000000 --- a/.changes/next-release/api-change-ecr-30317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] This release for Amazon ECR makes change to bring the SDK into sync with the API." -} diff --git a/.changes/next-release/api-change-paymentcryptographydata-99008.json b/.changes/next-release/api-change-paymentcryptographydata-99008.json deleted file mode 100644 index ac6d093a75d..00000000000 --- a/.changes/next-release/api-change-paymentcryptographydata-99008.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography-data``", - "description": "[``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs." -} diff --git a/.changes/next-release/api-change-qbusiness-14846.json b/.changes/next-release/api-change-qbusiness-14846.json deleted file mode 100644 index 8a1b47dedb3..00000000000 --- a/.changes/next-release/api-change-qbusiness-14846.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "[``botocore``] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c135db94c9..2afcde511ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.140 +======== + +* api-change:``acm``: [``botocore``] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description. +* api-change:``ecr``: [``botocore``] This release for Amazon ECR makes change to bring the SDK into sync with the API. +* api-change:``payment-cryptography-data``: [``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs. +* api-change:``qbusiness``: [``botocore``] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration. + + 1.34.139 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index afc8b41132d..45e8af59d68 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.139' +__version__ = '1.34.140' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c32b56d5539..fe391118022 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.139,<1.35.0 + botocore>=1.34.140,<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 5d8c6c5035d..c278527e235 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.139,<1.35.0', + 'botocore>=1.34.140,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From a9066f5addf8da3dadbcf5658cd73d388d800a6b Mon Sep 17 00:00:00 2001 From: jonathan343 <43360731+jonathan343@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:58:43 -0400 Subject: [PATCH 21/43] Add a lock file for requirements-docs.txt (#4171) * Add a lock file for requirements-docs.txt --- requirements-docs-lock.txt | 281 +++++++++++++++++++++++++++++++++++++ requirements-docs.txt | 2 + 2 files changed, 283 insertions(+) create mode 100644 requirements-docs-lock.txt diff --git a/requirements-docs-lock.txt b/requirements-docs-lock.txt new file mode 100644 index 00000000000..ab6d7da8d42 --- /dev/null +++ b/requirements-docs-lock.txt @@ -0,0 +1,281 @@ +# +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: +# +# pip-compile --allow-unsafe --generate-hashes --output-file=requirements-docs-lock.txt requirements-docs.txt +# +alabaster==0.7.13 \ + --hash=sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3 \ + --hash=sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2 + # via sphinx +babel==2.15.0 \ + --hash=sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb \ + --hash=sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413 + # via sphinx +beautifulsoup4==4.12.3 \ + --hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \ + --hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed + # via furo +certifi==2024.6.2 \ + --hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \ + --hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56 + # via requests +charset-normalizer==3.3.2 \ + --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \ + --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \ + --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 \ + --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 \ + --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 \ + --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 \ + --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 \ + --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e \ + --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 \ + --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 \ + --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 \ + --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 \ + --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f \ + --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 \ + --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 \ + --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a \ + --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 \ + --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc \ + --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 \ + --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 \ + --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc \ + --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce \ + --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d \ + --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e \ + --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 \ + --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 \ + --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 \ + --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d \ + --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a \ + --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 \ + --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 \ + --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d \ + --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 \ + --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed \ + --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 \ + --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac \ + --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 \ + --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 \ + --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab \ + --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 \ + --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 \ + --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db \ + --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f \ + --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 \ + --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 \ + --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c \ + --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d \ + --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 \ + --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa \ + --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a \ + --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 \ + --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b \ + --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 \ + --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c \ + --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 \ + --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 \ + --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 \ + --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 \ + --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 \ + --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 \ + --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 \ + --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f \ + --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d \ + --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 \ + --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a \ + --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 \ + --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 \ + --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c \ + --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 \ + --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 \ + --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 \ + --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 \ + --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 \ + --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c \ + --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 \ + --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 \ + --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b \ + --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae \ + --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 \ + --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c \ + --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae \ + --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 \ + --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 \ + --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b \ + --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 \ + --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f \ + --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 \ + --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 \ + --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 \ + --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561 + # via requests +docutils==0.19 \ + --hash=sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 \ + --hash=sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc + # via sphinx +furo==2022.12.7 \ + --hash=sha256:7cb76c12a25ef65db85ab0743df907573d03027a33631f17d267e598ebb191f7 \ + --hash=sha256:d8008f8efbe7587a97ba533c8b2df1f9c21ee9b3e5cad0d27f61193d38b1a986 + # via -r requirements-docs.txt +idna==3.7 \ + --hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \ + --hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0 + # via requests +imagesize==1.4.1 \ + --hash=sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b \ + --hash=sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a + # via sphinx +importlib-metadata==8.0.0 \ + --hash=sha256:15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f \ + --hash=sha256:188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812 + # via sphinx +jinja2==3.1.4 \ + --hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \ + --hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d + # via sphinx +markupsafe==2.1.5 \ + --hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \ + --hash=sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff \ + --hash=sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f \ + --hash=sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3 \ + --hash=sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532 \ + --hash=sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f \ + --hash=sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 \ + --hash=sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df \ + --hash=sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4 \ + --hash=sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906 \ + --hash=sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f \ + --hash=sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4 \ + --hash=sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8 \ + --hash=sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371 \ + --hash=sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2 \ + --hash=sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465 \ + --hash=sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52 \ + --hash=sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6 \ + --hash=sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169 \ + --hash=sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad \ + --hash=sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 \ + --hash=sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0 \ + --hash=sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029 \ + --hash=sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f \ + --hash=sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a \ + --hash=sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced \ + --hash=sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5 \ + --hash=sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c \ + --hash=sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf \ + --hash=sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9 \ + --hash=sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb \ + --hash=sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad \ + --hash=sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3 \ + --hash=sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1 \ + --hash=sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46 \ + --hash=sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc \ + --hash=sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a \ + --hash=sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee \ + --hash=sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900 \ + --hash=sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 \ + --hash=sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea \ + --hash=sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f \ + --hash=sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5 \ + --hash=sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e \ + --hash=sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a \ + --hash=sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f \ + --hash=sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50 \ + --hash=sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a \ + --hash=sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b \ + --hash=sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4 \ + --hash=sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff \ + --hash=sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2 \ + --hash=sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46 \ + --hash=sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b \ + --hash=sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf \ + --hash=sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5 \ + --hash=sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5 \ + --hash=sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab \ + --hash=sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd \ + --hash=sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68 + # via jinja2 +packaging==24.1 \ + --hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \ + --hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124 + # via sphinx +pygments==2.18.0 \ + --hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \ + --hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a + # via + # furo + # sphinx +pytz==2024.1 \ + --hash=sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812 \ + --hash=sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319 + # via babel +requests==2.32.3 \ + --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \ + --hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 + # via sphinx +snowballstemmer==2.2.0 \ + --hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \ + --hash=sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a + # via sphinx +soupsieve==2.5 \ + --hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \ + --hash=sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 + # via beautifulsoup4 +sphinx==5.3.0 \ + --hash=sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d \ + --hash=sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5 + # via + # -r requirements-docs.txt + # furo + # sphinx-basic-ng + # sphinx-copybutton + # sphinx-remove-toctrees +sphinx-basic-ng==1.0.0b2 \ + --hash=sha256:9ec55a47c90c8c002b5960c57492ec3021f5193cb26cebc2dc4ea226848651c9 \ + --hash=sha256:eb09aedbabfb650607e9b4b68c9d240b90b1e1be221d6ad71d61c52e29f7932b + # via furo +sphinx-copybutton==0.5.1 \ + --hash=sha256:0842851b5955087a7ec7fc870b622cb168618ad408dee42692e9a5c97d071da8 \ + --hash=sha256:366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a + # via -r requirements-docs.txt +sphinx-remove-toctrees==0.0.3 \ + --hash=sha256:1077ebc00652f8a896ce27404d31cb5bdde9eeaefc80ada72d95a7a0a7b99a9d \ + --hash=sha256:e4792cc4e5d25ceb1a44dd1490c45d578e6b36f1b1e385ede659e4c324b98cba + # via -r requirements-docs.txt +sphinxcontrib-applehelp==1.0.4 \ + --hash=sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228 \ + --hash=sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e + # via sphinx +sphinxcontrib-devhelp==1.0.2 \ + --hash=sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e \ + --hash=sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4 + # via sphinx +sphinxcontrib-htmlhelp==2.0.1 \ + --hash=sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff \ + --hash=sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903 + # via sphinx +sphinxcontrib-jsmath==1.0.1 \ + --hash=sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178 \ + --hash=sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8 + # via sphinx +sphinxcontrib-qthelp==1.0.3 \ + --hash=sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72 \ + --hash=sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6 + # via sphinx +sphinxcontrib-serializinghtml==1.1.5 \ + --hash=sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd \ + --hash=sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952 + # via sphinx +urllib3==1.26.19 ; python_version < "3.10" \ + --hash=sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3 \ + --hash=sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429 + # via + # -r requirements-docs.txt + # requests +zipp==3.19.2 \ + --hash=sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 \ + --hash=sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c + # via importlib-metadata diff --git a/requirements-docs.txt b/requirements-docs.txt index 29bf8a854ac..de99cd6ebda 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,3 +2,5 @@ sphinx==5.3.0 furo==2022.12.7 sphinx_copybutton==0.5.1 sphinx-remove-toctrees==0.0.3 +# Avoid urllib3 2.x below Python 3.10 +urllib3<2.0 ; python_version < "3.10" From 2d982362d08bba60a718044114b2599ec7b5a1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:59:17 +0000 Subject: [PATCH 22/43] Bump certifi from 2024.6.2 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs-lock.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-docs-lock.txt b/requirements-docs-lock.txt index ab6d7da8d42..26ae627b4d0 100644 --- a/requirements-docs-lock.txt +++ b/requirements-docs-lock.txt @@ -16,9 +16,9 @@ beautifulsoup4==4.12.3 \ --hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \ --hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed # via furo -certifi==2024.6.2 \ - --hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \ - --hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56 +certifi==2024.7.4 \ + --hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \ + --hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90 # via requests charset-normalizer==3.3.2 \ --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \ From 45c4fe4b55ffd89d74f50a37fbe711e972994191 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 8 Jul 2024 18:17:46 +0000 Subject: [PATCH 23/43] Add changelog entries from botocore --- .changes/next-release/api-change-codedeploy-40877.json | 5 +++++ .changes/next-release/api-change-devicefarm-85322.json | 5 +++++ .changes/next-release/api-change-dms-31608.json | 5 +++++ .changes/next-release/api-change-elasticbeanstalk-31494.json | 5 +++++ .changes/next-release/api-change-es-59610.json | 5 +++++ .changes/next-release/api-change-firehose-50683.json | 5 +++++ .changes/next-release/api-change-gamelift-87059.json | 5 +++++ .changes/next-release/api-change-qapps-21998.json | 5 +++++ .changes/next-release/api-change-route53resolver-46726.json | 5 +++++ .changes/next-release/api-change-ses-87560.json | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 .changes/next-release/api-change-codedeploy-40877.json create mode 100644 .changes/next-release/api-change-devicefarm-85322.json create mode 100644 .changes/next-release/api-change-dms-31608.json create mode 100644 .changes/next-release/api-change-elasticbeanstalk-31494.json create mode 100644 .changes/next-release/api-change-es-59610.json create mode 100644 .changes/next-release/api-change-firehose-50683.json create mode 100644 .changes/next-release/api-change-gamelift-87059.json create mode 100644 .changes/next-release/api-change-qapps-21998.json create mode 100644 .changes/next-release/api-change-route53resolver-46726.json create mode 100644 .changes/next-release/api-change-ses-87560.json diff --git a/.changes/next-release/api-change-codedeploy-40877.json b/.changes/next-release/api-change-codedeploy-40877.json new file mode 100644 index 00000000000..bd37732ae32 --- /dev/null +++ b/.changes/next-release/api-change-codedeploy-40877.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codedeploy``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-devicefarm-85322.json b/.changes/next-release/api-change-devicefarm-85322.json new file mode 100644 index 00000000000..af254b0c289 --- /dev/null +++ b/.changes/next-release/api-change-devicefarm-85322.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``devicefarm``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-dms-31608.json b/.changes/next-release/api-change-dms-31608.json new file mode 100644 index 00000000000..45c0ba5263f --- /dev/null +++ b/.changes/next-release/api-change-dms-31608.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dms``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-elasticbeanstalk-31494.json b/.changes/next-release/api-change-elasticbeanstalk-31494.json new file mode 100644 index 00000000000..c024bcd6736 --- /dev/null +++ b/.changes/next-release/api-change-elasticbeanstalk-31494.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elasticbeanstalk``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-es-59610.json b/.changes/next-release/api-change-es-59610.json new file mode 100644 index 00000000000..e3fae13c954 --- /dev/null +++ b/.changes/next-release/api-change-es-59610.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``es``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-firehose-50683.json b/.changes/next-release/api-change-firehose-50683.json new file mode 100644 index 00000000000..3ffbe2a43e6 --- /dev/null +++ b/.changes/next-release/api-change-firehose-50683.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``firehose``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-gamelift-87059.json b/.changes/next-release/api-change-gamelift-87059.json new file mode 100644 index 00000000000..ba807353272 --- /dev/null +++ b/.changes/next-release/api-change-gamelift-87059.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``gamelift``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-qapps-21998.json b/.changes/next-release/api-change-qapps-21998.json new file mode 100644 index 00000000000..3193ce478d4 --- /dev/null +++ b/.changes/next-release/api-change-qapps-21998.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qapps``", + "description": "[``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization." +} diff --git a/.changes/next-release/api-change-route53resolver-46726.json b/.changes/next-release/api-change-route53resolver-46726.json new file mode 100644 index 00000000000..33d28f4fcfa --- /dev/null +++ b/.changes/next-release/api-change-route53resolver-46726.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``route53resolver``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-ses-87560.json b/.changes/next-release/api-change-ses-87560.json new file mode 100644 index 00000000000..173a5d32dd4 --- /dev/null +++ b/.changes/next-release/api-change-ses-87560.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ses``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} From 37fafd4a9bac463ad19340410daffd85b531f9b8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 8 Jul 2024 18:18:55 +0000 Subject: [PATCH 24/43] Bumping version to 1.34.141 --- .changes/1.34.141.json | 52 +++++++++++++++++++ .../api-change-codedeploy-40877.json | 5 -- .../api-change-devicefarm-85322.json | 5 -- .../next-release/api-change-dms-31608.json | 5 -- .../api-change-elasticbeanstalk-31494.json | 5 -- .../next-release/api-change-es-59610.json | 5 -- .../api-change-firehose-50683.json | 5 -- .../api-change-gamelift-87059.json | 5 -- .../next-release/api-change-qapps-21998.json | 5 -- .../api-change-route53resolver-46726.json | 5 -- .../next-release/api-change-ses-87560.json | 5 -- CHANGELOG.rst | 15 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 15 files changed, 70 insertions(+), 53 deletions(-) create mode 100644 .changes/1.34.141.json delete mode 100644 .changes/next-release/api-change-codedeploy-40877.json delete mode 100644 .changes/next-release/api-change-devicefarm-85322.json delete mode 100644 .changes/next-release/api-change-dms-31608.json delete mode 100644 .changes/next-release/api-change-elasticbeanstalk-31494.json delete mode 100644 .changes/next-release/api-change-es-59610.json delete mode 100644 .changes/next-release/api-change-firehose-50683.json delete mode 100644 .changes/next-release/api-change-gamelift-87059.json delete mode 100644 .changes/next-release/api-change-qapps-21998.json delete mode 100644 .changes/next-release/api-change-route53resolver-46726.json delete mode 100644 .changes/next-release/api-change-ses-87560.json diff --git a/.changes/1.34.141.json b/.changes/1.34.141.json new file mode 100644 index 00000000000..d063d2bb0e5 --- /dev/null +++ b/.changes/1.34.141.json @@ -0,0 +1,52 @@ +[ + { + "category": "``codedeploy``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``devicefarm``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``dms``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``elasticbeanstalk``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``es``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``firehose``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``qapps``", + "description": "[``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``ses``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codedeploy-40877.json b/.changes/next-release/api-change-codedeploy-40877.json deleted file mode 100644 index bd37732ae32..00000000000 --- a/.changes/next-release/api-change-codedeploy-40877.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codedeploy``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-devicefarm-85322.json b/.changes/next-release/api-change-devicefarm-85322.json deleted file mode 100644 index af254b0c289..00000000000 --- a/.changes/next-release/api-change-devicefarm-85322.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devicefarm``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-dms-31608.json b/.changes/next-release/api-change-dms-31608.json deleted file mode 100644 index 45c0ba5263f..00000000000 --- a/.changes/next-release/api-change-dms-31608.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-elasticbeanstalk-31494.json b/.changes/next-release/api-change-elasticbeanstalk-31494.json deleted file mode 100644 index c024bcd6736..00000000000 --- a/.changes/next-release/api-change-elasticbeanstalk-31494.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elasticbeanstalk``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-es-59610.json b/.changes/next-release/api-change-es-59610.json deleted file mode 100644 index e3fae13c954..00000000000 --- a/.changes/next-release/api-change-es-59610.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``es``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-firehose-50683.json b/.changes/next-release/api-change-firehose-50683.json deleted file mode 100644 index 3ffbe2a43e6..00000000000 --- a/.changes/next-release/api-change-firehose-50683.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``firehose``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-gamelift-87059.json b/.changes/next-release/api-change-gamelift-87059.json deleted file mode 100644 index ba807353272..00000000000 --- a/.changes/next-release/api-change-gamelift-87059.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-qapps-21998.json b/.changes/next-release/api-change-qapps-21998.json deleted file mode 100644 index 3193ce478d4..00000000000 --- a/.changes/next-release/api-change-qapps-21998.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qapps``", - "description": "[``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization." -} diff --git a/.changes/next-release/api-change-route53resolver-46726.json b/.changes/next-release/api-change-route53resolver-46726.json deleted file mode 100644 index 33d28f4fcfa..00000000000 --- a/.changes/next-release/api-change-route53resolver-46726.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53resolver``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-ses-87560.json b/.changes/next-release/api-change-ses-87560.json deleted file mode 100644 index 173a5d32dd4..00000000000 --- a/.changes/next-release/api-change-ses-87560.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ses``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2afcde511ad..8fe2b3e037c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.34.141 +======== + +* api-change:``codedeploy``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``devicefarm``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``dms``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``elasticbeanstalk``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``es``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``firehose``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``gamelift``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``qapps``: [``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization. +* api-change:``route53resolver``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``ses``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. + + 1.34.140 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 45e8af59d68..3336a15d231 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.140' +__version__ = '1.34.141' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fe391118022..2c19cc8363f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.140,<1.35.0 + botocore>=1.34.141,<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 c278527e235..f0c5da7e96a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.140,<1.35.0', + 'botocore>=1.34.141,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 53609ddeb37458fbafff2dd806754b43287279d4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 9 Jul 2024 18:08:13 +0000 Subject: [PATCH 25/43] Add changelog entries from botocore --- .changes/next-release/api-change-datazone-24284.json | 5 +++++ .changes/next-release/api-change-fsx-63480.json | 5 +++++ .changes/next-release/api-change-opensearch-6019.json | 5 +++++ .changes/next-release/api-change-sagemaker-55808.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-datazone-24284.json create mode 100644 .changes/next-release/api-change-fsx-63480.json create mode 100644 .changes/next-release/api-change-opensearch-6019.json create mode 100644 .changes/next-release/api-change-sagemaker-55808.json diff --git a/.changes/next-release/api-change-datazone-24284.json b/.changes/next-release/api-change-datazone-24284.json new file mode 100644 index 00000000000..d453ffbc52b --- /dev/null +++ b/.changes/next-release/api-change-datazone-24284.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes" +} diff --git a/.changes/next-release/api-change-fsx-63480.json b/.changes/next-release/api-change-fsx-63480.json new file mode 100644 index 00000000000..e0c90e39f8a --- /dev/null +++ b/.changes/next-release/api-change-fsx-63480.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "[``botocore``] Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems." +} diff --git a/.changes/next-release/api-change-opensearch-6019.json b/.changes/next-release/api-change-opensearch-6019.json new file mode 100644 index 00000000000..a92c472e773 --- /dev/null +++ b/.changes/next-release/api-change-opensearch-6019.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." +} diff --git a/.changes/next-release/api-change-sagemaker-55808.json b/.changes/next-release/api-change-sagemaker-55808.json new file mode 100644 index 00000000000..566e9d1c6f7 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-55808.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action." +} From a32f62141ab15704facaedc6b6cd712e5989bf70 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 9 Jul 2024 18:09:18 +0000 Subject: [PATCH 26/43] Bumping version to 1.34.142 --- .changes/1.34.142.json | 22 +++++++++++++++++++ .../api-change-datazone-24284.json | 5 ----- .../next-release/api-change-fsx-63480.json | 5 ----- .../api-change-opensearch-6019.json | 5 ----- .../api-change-sagemaker-55808.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.34.142.json delete mode 100644 .changes/next-release/api-change-datazone-24284.json delete mode 100644 .changes/next-release/api-change-fsx-63480.json delete mode 100644 .changes/next-release/api-change-opensearch-6019.json delete mode 100644 .changes/next-release/api-change-sagemaker-55808.json diff --git a/.changes/1.34.142.json b/.changes/1.34.142.json new file mode 100644 index 00000000000..a513d73b57d --- /dev/null +++ b/.changes/1.34.142.json @@ -0,0 +1,22 @@ +[ + { + "category": "``datazone``", + "description": "[``botocore``] This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-24284.json b/.changes/next-release/api-change-datazone-24284.json deleted file mode 100644 index d453ffbc52b..00000000000 --- a/.changes/next-release/api-change-datazone-24284.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes" -} diff --git a/.changes/next-release/api-change-fsx-63480.json b/.changes/next-release/api-change-fsx-63480.json deleted file mode 100644 index e0c90e39f8a..00000000000 --- a/.changes/next-release/api-change-fsx-63480.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems." -} diff --git a/.changes/next-release/api-change-opensearch-6019.json b/.changes/next-release/api-change-opensearch-6019.json deleted file mode 100644 index a92c472e773..00000000000 --- a/.changes/next-release/api-change-opensearch-6019.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down." -} diff --git a/.changes/next-release/api-change-sagemaker-55808.json b/.changes/next-release/api-change-sagemaker-55808.json deleted file mode 100644 index 566e9d1c6f7..00000000000 --- a/.changes/next-release/api-change-sagemaker-55808.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fe2b3e037c..ef2064b0e88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.142 +======== + +* api-change:``datazone``: [``botocore``] This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes +* api-change:``fsx``: [``botocore``] Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems. +* api-change:``opensearch``: [``botocore``] This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. +* api-change:``sagemaker``: [``botocore``] This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action. + + 1.34.141 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 3336a15d231..8b010acb942 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.141' +__version__ = '1.34.142' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2c19cc8363f..0b0957aeac8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.141,<1.35.0 + botocore>=1.34.142,<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 f0c5da7e96a..f6ff094116a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.141,<1.35.0', + 'botocore>=1.34.142,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 5b207524fc3c8d697f2d526f3f1fc5d99529fadd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 10 Jul 2024 18:40:34 +0000 Subject: [PATCH 27/43] Add changelog entries from botocore --- .changes/next-release/api-change-batch-32099.json | 5 +++++ .changes/next-release/api-change-bedrock-97933.json | 5 +++++ .changes/next-release/api-change-bedrockagent-49821.json | 5 +++++ .../next-release/api-change-bedrockagentruntime-24941.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-21482.json | 5 +++++ .changes/next-release/api-change-ec2-75794.json | 5 +++++ .changes/next-release/api-change-glue-4080.json | 5 +++++ .changes/next-release/api-change-groundstation-49677.json | 5 +++++ .../api-change-licensemanagerlinuxsubscriptions-6685.json | 5 +++++ .changes/next-release/api-change-mediaconnect-43607.json | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 .changes/next-release/api-change-batch-32099.json create mode 100644 .changes/next-release/api-change-bedrock-97933.json create mode 100644 .changes/next-release/api-change-bedrockagent-49821.json create mode 100644 .changes/next-release/api-change-bedrockagentruntime-24941.json create mode 100644 .changes/next-release/api-change-bedrockruntime-21482.json create mode 100644 .changes/next-release/api-change-ec2-75794.json create mode 100644 .changes/next-release/api-change-glue-4080.json create mode 100644 .changes/next-release/api-change-groundstation-49677.json create mode 100644 .changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json create mode 100644 .changes/next-release/api-change-mediaconnect-43607.json diff --git a/.changes/next-release/api-change-batch-32099.json b/.changes/next-release/api-change-batch-32099.json new file mode 100644 index 00000000000..731a1cf2973 --- /dev/null +++ b/.changes/next-release/api-change-batch-32099.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``batch``", + "description": "[``botocore``] This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs." +} diff --git a/.changes/next-release/api-change-bedrock-97933.json b/.changes/next-release/api-change-bedrock-97933.json new file mode 100644 index 00000000000..905f9b74ce6 --- /dev/null +++ b/.changes/next-release/api-change-bedrock-97933.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "[``botocore``] Add support for contextual grounding check for Guardrails for Amazon Bedrock." +} diff --git a/.changes/next-release/api-change-bedrockagent-49821.json b/.changes/next-release/api-change-bedrockagent-49821.json new file mode 100644 index 00000000000..ec51342f3f3 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-49821.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources." +} diff --git a/.changes/next-release/api-change-bedrockagentruntime-24941.json b/.changes/next-release/api-change-bedrockagentruntime-24941.json new file mode 100644 index 00000000000..c28ad7590f9 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-24941.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions." +} diff --git a/.changes/next-release/api-change-bedrockruntime-21482.json b/.changes/next-release/api-change-bedrockruntime-21482.json new file mode 100644 index 00000000000..0805ab65336 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-21482.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock." +} diff --git a/.changes/next-release/api-change-ec2-75794.json b/.changes/next-release/api-change-ec2-75794.json new file mode 100644 index 00000000000..1fe5a1c81b0 --- /dev/null +++ b/.changes/next-release/api-change-ec2-75794.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level" +} diff --git a/.changes/next-release/api-change-glue-4080.json b/.changes/next-release/api-change-glue-4080.json new file mode 100644 index 00000000000..8485a9e0d62 --- /dev/null +++ b/.changes/next-release/api-change-glue-4080.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Add recipe step support for recipe node" +} diff --git a/.changes/next-release/api-change-groundstation-49677.json b/.changes/next-release/api-change-groundstation-49677.json new file mode 100644 index 00000000000..c8452853aa6 --- /dev/null +++ b/.changes/next-release/api-change-groundstation-49677.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``groundstation``", + "description": "[``botocore``] Documentation update specifying OEM ephemeris units of measurement" +} diff --git a/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json b/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json new file mode 100644 index 00000000000..1ea34e7c554 --- /dev/null +++ b/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``license-manager-linux-subscriptions``", + "description": "[``botocore``] Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer." +} diff --git a/.changes/next-release/api-change-mediaconnect-43607.json b/.changes/next-release/api-change-mediaconnect-43607.json new file mode 100644 index 00000000000..c9884500ed6 --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-43607.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "[``botocore``] AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs." +} From 5527d5b45cdd7e11cd2fe4bb195e0d0fc0553144 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 10 Jul 2024 18:41:48 +0000 Subject: [PATCH 28/43] Bumping version to 1.34.143 --- .changes/1.34.143.json | 52 +++++++++++++++++++ .../next-release/api-change-batch-32099.json | 5 -- .../api-change-bedrock-97933.json | 5 -- .../api-change-bedrockagent-49821.json | 5 -- .../api-change-bedrockagentruntime-24941.json | 5 -- .../api-change-bedrockruntime-21482.json | 5 -- .../next-release/api-change-ec2-75794.json | 5 -- .../next-release/api-change-glue-4080.json | 5 -- .../api-change-groundstation-49677.json | 5 -- ...licensemanagerlinuxsubscriptions-6685.json | 5 -- .../api-change-mediaconnect-43607.json | 5 -- CHANGELOG.rst | 15 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 15 files changed, 70 insertions(+), 53 deletions(-) create mode 100644 .changes/1.34.143.json delete mode 100644 .changes/next-release/api-change-batch-32099.json delete mode 100644 .changes/next-release/api-change-bedrock-97933.json delete mode 100644 .changes/next-release/api-change-bedrockagent-49821.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-24941.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-21482.json delete mode 100644 .changes/next-release/api-change-ec2-75794.json delete mode 100644 .changes/next-release/api-change-glue-4080.json delete mode 100644 .changes/next-release/api-change-groundstation-49677.json delete mode 100644 .changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json delete mode 100644 .changes/next-release/api-change-mediaconnect-43607.json diff --git a/.changes/1.34.143.json b/.changes/1.34.143.json new file mode 100644 index 00000000000..00a45d160c8 --- /dev/null +++ b/.changes/1.34.143.json @@ -0,0 +1,52 @@ +[ + { + "category": "``batch``", + "description": "[``botocore``] This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.", + "type": "api-change" + }, + { + "category": "``bedrock``", + "description": "[``botocore``] Add support for contextual grounding check for Guardrails for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add recipe step support for recipe node", + "type": "api-change" + }, + { + "category": "``groundstation``", + "description": "[``botocore``] Documentation update specifying OEM ephemeris units of measurement", + "type": "api-change" + }, + { + "category": "``license-manager-linux-subscriptions``", + "description": "[``botocore``] Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "[``botocore``] AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-batch-32099.json b/.changes/next-release/api-change-batch-32099.json deleted file mode 100644 index 731a1cf2973..00000000000 --- a/.changes/next-release/api-change-batch-32099.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "[``botocore``] This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs." -} diff --git a/.changes/next-release/api-change-bedrock-97933.json b/.changes/next-release/api-change-bedrock-97933.json deleted file mode 100644 index 905f9b74ce6..00000000000 --- a/.changes/next-release/api-change-bedrock-97933.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] Add support for contextual grounding check for Guardrails for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-bedrockagent-49821.json b/.changes/next-release/api-change-bedrockagent-49821.json deleted file mode 100644 index ec51342f3f3..00000000000 --- a/.changes/next-release/api-change-bedrockagent-49821.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-24941.json b/.changes/next-release/api-change-bedrockagentruntime-24941.json deleted file mode 100644 index c28ad7590f9..00000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-24941.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions." -} diff --git a/.changes/next-release/api-change-bedrockruntime-21482.json b/.changes/next-release/api-change-bedrockruntime-21482.json deleted file mode 100644 index 0805ab65336..00000000000 --- a/.changes/next-release/api-change-bedrockruntime-21482.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-ec2-75794.json b/.changes/next-release/api-change-ec2-75794.json deleted file mode 100644 index 1fe5a1c81b0..00000000000 --- a/.changes/next-release/api-change-ec2-75794.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level" -} diff --git a/.changes/next-release/api-change-glue-4080.json b/.changes/next-release/api-change-glue-4080.json deleted file mode 100644 index 8485a9e0d62..00000000000 --- a/.changes/next-release/api-change-glue-4080.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Add recipe step support for recipe node" -} diff --git a/.changes/next-release/api-change-groundstation-49677.json b/.changes/next-release/api-change-groundstation-49677.json deleted file mode 100644 index c8452853aa6..00000000000 --- a/.changes/next-release/api-change-groundstation-49677.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``groundstation``", - "description": "[``botocore``] Documentation update specifying OEM ephemeris units of measurement" -} diff --git a/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json b/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json deleted file mode 100644 index 1ea34e7c554..00000000000 --- a/.changes/next-release/api-change-licensemanagerlinuxsubscriptions-6685.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``license-manager-linux-subscriptions``", - "description": "[``botocore``] Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer." -} diff --git a/.changes/next-release/api-change-mediaconnect-43607.json b/.changes/next-release/api-change-mediaconnect-43607.json deleted file mode 100644 index c9884500ed6..00000000000 --- a/.changes/next-release/api-change-mediaconnect-43607.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "[``botocore``] AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef2064b0e88..c03fe467015 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.34.143 +======== + +* api-change:``batch``: [``botocore``] This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs. +* api-change:``bedrock``: [``botocore``] Add support for contextual grounding check for Guardrails for Amazon Bedrock. +* api-change:``bedrock-agent``: [``botocore``] Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources. +* api-change:``bedrock-agent-runtime``: [``botocore``] Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions. +* api-change:``bedrock-runtime``: [``botocore``] Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock. +* api-change:``ec2``: [``botocore``] Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level +* api-change:``glue``: [``botocore``] Add recipe step support for recipe node +* api-change:``groundstation``: [``botocore``] Documentation update specifying OEM ephemeris units of measurement +* api-change:``license-manager-linux-subscriptions``: [``botocore``] Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer. +* api-change:``mediaconnect``: [``botocore``] AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs. + + 1.34.142 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 8b010acb942..8200d098ce0 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.142' +__version__ = '1.34.143' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 0b0957aeac8..39c3a73e94d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.142,<1.35.0 + botocore>=1.34.143,<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 f6ff094116a..489b092b376 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.142,<1.35.0', + 'botocore>=1.34.143,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 074b8fcb640e091cb8bff3e7ac9883c224ccac2d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Jul 2024 18:06:08 +0000 Subject: [PATCH 29/43] Add changelog entries from botocore --- .changes/next-release/api-change-acmpca-9901.json | 5 +++++ .changes/next-release/api-change-arczonalshift-83150.json | 5 +++++ .../next-release/api-change-globalaccelerator-31678.json | 5 +++++ .changes/next-release/api-change-pinpoint-20409.json | 5 +++++ .changes/next-release/api-change-quicksight-14125.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-acmpca-9901.json create mode 100644 .changes/next-release/api-change-arczonalshift-83150.json create mode 100644 .changes/next-release/api-change-globalaccelerator-31678.json create mode 100644 .changes/next-release/api-change-pinpoint-20409.json create mode 100644 .changes/next-release/api-change-quicksight-14125.json diff --git a/.changes/next-release/api-change-acmpca-9901.json b/.changes/next-release/api-change-acmpca-9901.json new file mode 100644 index 00000000000..23990e0cdf3 --- /dev/null +++ b/.changes/next-release/api-change-acmpca-9901.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA" +} diff --git a/.changes/next-release/api-change-arczonalshift-83150.json b/.changes/next-release/api-change-arczonalshift-83150.json new file mode 100644 index 00000000000..670759080db --- /dev/null +++ b/.changes/next-release/api-change-arczonalshift-83150.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``arc-zonal-shift``", + "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region." +} diff --git a/.changes/next-release/api-change-globalaccelerator-31678.json b/.changes/next-release/api-change-globalaccelerator-31678.json new file mode 100644 index 00000000000..2c8b8420572 --- /dev/null +++ b/.changes/next-release/api-change-globalaccelerator-31678.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``globalaccelerator``", + "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors" +} diff --git a/.changes/next-release/api-change-pinpoint-20409.json b/.changes/next-release/api-change-pinpoint-20409.json new file mode 100644 index 00000000000..610a41f19d6 --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-20409.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-quicksight-14125.json b/.changes/next-release/api-change-quicksight-14125.json new file mode 100644 index 00000000000..459f706860e --- /dev/null +++ b/.changes/next-release/api-change-quicksight-14125.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics" +} From b3936b5ac5c04fafebff8b3d943462297e6cee22 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Jul 2024 18:07:31 +0000 Subject: [PATCH 30/43] Bumping version to 1.34.144 --- .changes/1.34.144.json | 27 +++++++++++++++++++ .../next-release/api-change-acmpca-9901.json | 5 ---- .../api-change-arczonalshift-83150.json | 5 ---- .../api-change-globalaccelerator-31678.json | 5 ---- .../api-change-pinpoint-20409.json | 5 ---- .../api-change-quicksight-14125.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.144.json delete mode 100644 .changes/next-release/api-change-acmpca-9901.json delete mode 100644 .changes/next-release/api-change-arczonalshift-83150.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-31678.json delete mode 100644 .changes/next-release/api-change-pinpoint-20409.json delete mode 100644 .changes/next-release/api-change-quicksight-14125.json diff --git a/.changes/1.34.144.json b/.changes/1.34.144.json new file mode 100644 index 00000000000..da5d2a8f8b8 --- /dev/null +++ b/.changes/1.34.144.json @@ -0,0 +1,27 @@ +[ + { + "category": "``acm-pca``", + "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA", + "type": "api-change" + }, + { + "category": "``arc-zonal-shift``", + "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-9901.json b/.changes/next-release/api-change-acmpca-9901.json deleted file mode 100644 index 23990e0cdf3..00000000000 --- a/.changes/next-release/api-change-acmpca-9901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA" -} diff --git a/.changes/next-release/api-change-arczonalshift-83150.json b/.changes/next-release/api-change-arczonalshift-83150.json deleted file mode 100644 index 670759080db..00000000000 --- a/.changes/next-release/api-change-arczonalshift-83150.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``arc-zonal-shift``", - "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region." -} diff --git a/.changes/next-release/api-change-globalaccelerator-31678.json b/.changes/next-release/api-change-globalaccelerator-31678.json deleted file mode 100644 index 2c8b8420572..00000000000 --- a/.changes/next-release/api-change-globalaccelerator-31678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors" -} diff --git a/.changes/next-release/api-change-pinpoint-20409.json b/.changes/next-release/api-change-pinpoint-20409.json deleted file mode 100644 index 610a41f19d6..00000000000 --- a/.changes/next-release/api-change-pinpoint-20409.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-quicksight-14125.json b/.changes/next-release/api-change-quicksight-14125.json deleted file mode 100644 index 459f706860e..00000000000 --- a/.changes/next-release/api-change-quicksight-14125.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c03fe467015..33d54766195 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.144 +======== + +* api-change:``acm-pca``: [``botocore``] Minor refactoring of C2J model for AWS Private CA +* api-change:``arc-zonal-shift``: [``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region. +* api-change:``globalaccelerator``: [``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors +* api-change:``pinpoint``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``quicksight``: [``botocore``] Vega ally control options and Support for Reviewed Answers in Topics + + 1.34.143 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 8200d098ce0..71884efc50b 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.143' +__version__ = '1.34.144' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 39c3a73e94d..e9be053c776 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.143,<1.35.0 + botocore>=1.34.144,<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 489b092b376..682db36894a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.143,<1.35.0', + 'botocore>=1.34.144,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 9668efe3d1ccb5f661f44419d4a61e89376503ed Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Jul 2024 19:21:39 +0000 Subject: [PATCH 31/43] Add changelog entries from botocore --- .changes/next-release/api-change-acmpca-8983.json | 5 +++++ .changes/next-release/api-change-connect-24816.json | 5 +++++ .changes/next-release/api-change-ec2-38874.json | 5 +++++ .changes/next-release/api-change-firehose-44210.json | 5 +++++ .changes/next-release/api-change-ivschat-68235.json | 5 +++++ .changes/next-release/api-change-medialive-2443.json | 5 +++++ .changes/next-release/api-change-rds-60841.json | 5 +++++ .changes/next-release/api-change-sagemaker-39890.json | 5 +++++ .changes/next-release/api-change-secretsmanager-33190.json | 5 +++++ .changes/next-release/api-change-taxsettings-33097.json | 5 +++++ .changes/next-release/api-change-timestreamquery-6736.json | 5 +++++ .../next-release/api-change-workspacesthinclient-53210.json | 5 +++++ .changes/next-release/bugfix-Waiter-88466.json | 5 +++++ 13 files changed, 65 insertions(+) create mode 100644 .changes/next-release/api-change-acmpca-8983.json create mode 100644 .changes/next-release/api-change-connect-24816.json create mode 100644 .changes/next-release/api-change-ec2-38874.json create mode 100644 .changes/next-release/api-change-firehose-44210.json create mode 100644 .changes/next-release/api-change-ivschat-68235.json create mode 100644 .changes/next-release/api-change-medialive-2443.json create mode 100644 .changes/next-release/api-change-rds-60841.json create mode 100644 .changes/next-release/api-change-sagemaker-39890.json create mode 100644 .changes/next-release/api-change-secretsmanager-33190.json create mode 100644 .changes/next-release/api-change-taxsettings-33097.json create mode 100644 .changes/next-release/api-change-timestreamquery-6736.json create mode 100644 .changes/next-release/api-change-workspacesthinclient-53210.json create mode 100644 .changes/next-release/bugfix-Waiter-88466.json diff --git a/.changes/next-release/api-change-acmpca-8983.json b/.changes/next-release/api-change-acmpca-8983.json new file mode 100644 index 00000000000..f514335f4c0 --- /dev/null +++ b/.changes/next-release/api-change-acmpca-8983.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "[``botocore``] Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK." +} diff --git a/.changes/next-release/api-change-connect-24816.json b/.changes/next-release/api-change-connect-24816.json new file mode 100644 index 00000000000..2666d5701c5 --- /dev/null +++ b/.changes/next-release/api-change-connect-24816.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)" +} diff --git a/.changes/next-release/api-change-ec2-38874.json b/.changes/next-release/api-change-ec2-38874.json new file mode 100644 index 00000000000..820adf85e3f --- /dev/null +++ b/.changes/next-release/api-change-ec2-38874.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range." +} diff --git a/.changes/next-release/api-change-firehose-44210.json b/.changes/next-release/api-change-firehose-44210.json new file mode 100644 index 00000000000..019491b9bf7 --- /dev/null +++ b/.changes/next-release/api-change-firehose-44210.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``firehose``", + "description": "[``botocore``] This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination." +} diff --git a/.changes/next-release/api-change-ivschat-68235.json b/.changes/next-release/api-change-ivschat-68235.json new file mode 100644 index 00000000000..0489cdb56c0 --- /dev/null +++ b/.changes/next-release/api-change-ivschat-68235.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivschat``", + "description": "[``botocore``] Documentation update for IVS Chat API Reference." +} diff --git a/.changes/next-release/api-change-medialive-2443.json b/.changes/next-release/api-change-medialive-2443.json new file mode 100644 index 00000000000..1f965b0ffdc --- /dev/null +++ b/.changes/next-release/api-change-medialive-2443.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type." +} diff --git a/.changes/next-release/api-change-rds-60841.json b/.changes/next-release/api-change-rds-60841.json new file mode 100644 index 00000000000..581d990f2ab --- /dev/null +++ b/.changes/next-release/api-change-rds-60841.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions." +} diff --git a/.changes/next-release/api-change-sagemaker-39890.json b/.changes/next-release/api-change-sagemaker-39890.json new file mode 100644 index 00000000000..d243479b062 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-39890.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family." +} diff --git a/.changes/next-release/api-change-secretsmanager-33190.json b/.changes/next-release/api-change-secretsmanager-33190.json new file mode 100644 index 00000000000..3207d10055d --- /dev/null +++ b/.changes/next-release/api-change-secretsmanager-33190.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``secretsmanager``", + "description": "[``botocore``] Doc only update for Secrets Manager" +} diff --git a/.changes/next-release/api-change-taxsettings-33097.json b/.changes/next-release/api-change-taxsettings-33097.json new file mode 100644 index 00000000000..8f03378db1d --- /dev/null +++ b/.changes/next-release/api-change-taxsettings-33097.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``taxsettings``", + "description": "[``botocore``] Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint." +} diff --git a/.changes/next-release/api-change-timestreamquery-6736.json b/.changes/next-release/api-change-timestreamquery-6736.json new file mode 100644 index 00000000000..15601e3c447 --- /dev/null +++ b/.changes/next-release/api-change-timestreamquery-6736.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-query``", + "description": "[``botocore``] Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter." +} diff --git a/.changes/next-release/api-change-workspacesthinclient-53210.json b/.changes/next-release/api-change-workspacesthinclient-53210.json new file mode 100644 index 00000000000..a12f4baa57d --- /dev/null +++ b/.changes/next-release/api-change-workspacesthinclient-53210.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces-thin-client``", + "description": "[``botocore``] Documentation update for WorkSpaces Thin Client." +} diff --git a/.changes/next-release/bugfix-Waiter-88466.json b/.changes/next-release/bugfix-Waiter-88466.json new file mode 100644 index 00000000000..95d52e1fba3 --- /dev/null +++ b/.changes/next-release/bugfix-Waiter-88466.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "Waiter", + "description": "[``botocore``] Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__)" +} From de349b57afb47507aa2570e09440461f6060adee Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Jul 2024 19:22:45 +0000 Subject: [PATCH 32/43] Bumping version to 1.34.145 --- .changes/1.34.145.json | 67 +++++++++++++++++++ .../next-release/api-change-acmpca-8983.json | 5 -- .../api-change-connect-24816.json | 5 -- .../next-release/api-change-ec2-38874.json | 5 -- .../api-change-firehose-44210.json | 5 -- .../api-change-ivschat-68235.json | 5 -- .../api-change-medialive-2443.json | 5 -- .../next-release/api-change-rds-60841.json | 5 -- .../api-change-sagemaker-39890.json | 5 -- .../api-change-secretsmanager-33190.json | 5 -- .../api-change-taxsettings-33097.json | 5 -- .../api-change-timestreamquery-6736.json | 5 -- ...api-change-workspacesthinclient-53210.json | 5 -- .../next-release/bugfix-Waiter-88466.json | 5 -- CHANGELOG.rst | 18 +++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 18 files changed, 88 insertions(+), 68 deletions(-) create mode 100644 .changes/1.34.145.json delete mode 100644 .changes/next-release/api-change-acmpca-8983.json delete mode 100644 .changes/next-release/api-change-connect-24816.json delete mode 100644 .changes/next-release/api-change-ec2-38874.json delete mode 100644 .changes/next-release/api-change-firehose-44210.json delete mode 100644 .changes/next-release/api-change-ivschat-68235.json delete mode 100644 .changes/next-release/api-change-medialive-2443.json delete mode 100644 .changes/next-release/api-change-rds-60841.json delete mode 100644 .changes/next-release/api-change-sagemaker-39890.json delete mode 100644 .changes/next-release/api-change-secretsmanager-33190.json delete mode 100644 .changes/next-release/api-change-taxsettings-33097.json delete mode 100644 .changes/next-release/api-change-timestreamquery-6736.json delete mode 100644 .changes/next-release/api-change-workspacesthinclient-53210.json delete mode 100644 .changes/next-release/bugfix-Waiter-88466.json diff --git a/.changes/1.34.145.json b/.changes/1.34.145.json new file mode 100644 index 00000000000..731917ef0f0 --- /dev/null +++ b/.changes/1.34.145.json @@ -0,0 +1,67 @@ +[ + { + "category": "``acm-pca``", + "description": "[``botocore``] Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.", + "type": "api-change" + }, + { + "category": "``firehose``", + "description": "[``botocore``] This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "[``botocore``] Documentation update for IVS Chat API Reference.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "[``botocore``] Doc only update for Secrets Manager", + "type": "api-change" + }, + { + "category": "``taxsettings``", + "description": "[``botocore``] Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.", + "type": "api-change" + }, + { + "category": "``timestream-query``", + "description": "[``botocore``] Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "[``botocore``] Documentation update for WorkSpaces Thin Client.", + "type": "api-change" + }, + { + "category": "Waiter", + "description": "[``botocore``] Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__)", + "type": "bugfix" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-8983.json b/.changes/next-release/api-change-acmpca-8983.json deleted file mode 100644 index f514335f4c0..00000000000 --- a/.changes/next-release/api-change-acmpca-8983.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK." -} diff --git a/.changes/next-release/api-change-connect-24816.json b/.changes/next-release/api-change-connect-24816.json deleted file mode 100644 index 2666d5701c5..00000000000 --- a/.changes/next-release/api-change-connect-24816.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)" -} diff --git a/.changes/next-release/api-change-ec2-38874.json b/.changes/next-release/api-change-ec2-38874.json deleted file mode 100644 index 820adf85e3f..00000000000 --- a/.changes/next-release/api-change-ec2-38874.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range." -} diff --git a/.changes/next-release/api-change-firehose-44210.json b/.changes/next-release/api-change-firehose-44210.json deleted file mode 100644 index 019491b9bf7..00000000000 --- a/.changes/next-release/api-change-firehose-44210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``firehose``", - "description": "[``botocore``] This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination." -} diff --git a/.changes/next-release/api-change-ivschat-68235.json b/.changes/next-release/api-change-ivschat-68235.json deleted file mode 100644 index 0489cdb56c0..00000000000 --- a/.changes/next-release/api-change-ivschat-68235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivschat``", - "description": "[``botocore``] Documentation update for IVS Chat API Reference." -} diff --git a/.changes/next-release/api-change-medialive-2443.json b/.changes/next-release/api-change-medialive-2443.json deleted file mode 100644 index 1f965b0ffdc..00000000000 --- a/.changes/next-release/api-change-medialive-2443.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type." -} diff --git a/.changes/next-release/api-change-rds-60841.json b/.changes/next-release/api-change-rds-60841.json deleted file mode 100644 index 581d990f2ab..00000000000 --- a/.changes/next-release/api-change-rds-60841.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions." -} diff --git a/.changes/next-release/api-change-sagemaker-39890.json b/.changes/next-release/api-change-sagemaker-39890.json deleted file mode 100644 index d243479b062..00000000000 --- a/.changes/next-release/api-change-sagemaker-39890.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family." -} diff --git a/.changes/next-release/api-change-secretsmanager-33190.json b/.changes/next-release/api-change-secretsmanager-33190.json deleted file mode 100644 index 3207d10055d..00000000000 --- a/.changes/next-release/api-change-secretsmanager-33190.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``secretsmanager``", - "description": "[``botocore``] Doc only update for Secrets Manager" -} diff --git a/.changes/next-release/api-change-taxsettings-33097.json b/.changes/next-release/api-change-taxsettings-33097.json deleted file mode 100644 index 8f03378db1d..00000000000 --- a/.changes/next-release/api-change-taxsettings-33097.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``taxsettings``", - "description": "[``botocore``] Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint." -} diff --git a/.changes/next-release/api-change-timestreamquery-6736.json b/.changes/next-release/api-change-timestreamquery-6736.json deleted file mode 100644 index 15601e3c447..00000000000 --- a/.changes/next-release/api-change-timestreamquery-6736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-query``", - "description": "[``botocore``] Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-53210.json b/.changes/next-release/api-change-workspacesthinclient-53210.json deleted file mode 100644 index a12f4baa57d..00000000000 --- a/.changes/next-release/api-change-workspacesthinclient-53210.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "[``botocore``] Documentation update for WorkSpaces Thin Client." -} diff --git a/.changes/next-release/bugfix-Waiter-88466.json b/.changes/next-release/bugfix-Waiter-88466.json deleted file mode 100644 index 95d52e1fba3..00000000000 --- a/.changes/next-release/bugfix-Waiter-88466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "Waiter", - "description": "[``botocore``] Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__)" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 33d54766195..b6138fedc08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,24 @@ CHANGELOG ========= +1.34.145 +======== + +* api-change:``acm-pca``: [``botocore``] Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK. +* api-change:``connect``: [``botocore``] Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint) +* api-change:``ec2``: [``botocore``] Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range. +* api-change:``firehose``: [``botocore``] This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination. +* api-change:``ivschat``: [``botocore``] Documentation update for IVS Chat API Reference. +* api-change:``medialive``: [``botocore``] AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type. +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions. +* api-change:``sagemaker``: [``botocore``] SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family. +* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager +* api-change:``taxsettings``: [``botocore``] Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint. +* api-change:``timestream-query``: [``botocore``] Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter. +* api-change:``workspaces-thin-client``: [``botocore``] Documentation update for WorkSpaces Thin Client. +* bugfix:Waiter: [``botocore``] Update waiters to handle expected boolean values when matching errors (`boto/botocore#3220 `__) + + 1.34.144 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 71884efc50b..bdeae301645 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.144' +__version__ = '1.34.145' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index e9be053c776..3fd69b78a79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.144,<1.35.0 + botocore>=1.34.145,<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 682db36894a..460fd7c601e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.144,<1.35.0', + 'botocore>=1.34.145,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From d118f86203b3de1d9d0aec03fc61f51ffdea8d0c Mon Sep 17 00:00:00 2001 From: jonathan343 <43360731+jonathan343@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:56:28 -0700 Subject: [PATCH 33/43] pin setuptools in ci for python >= 3.12 (#4208) --- scripts/ci/install-dev-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/install-dev-deps b/scripts/ci/install-dev-deps index 7477376430e..903b0556677 100755 --- a/scripts/ci/install-dev-deps +++ b/scripts/ci/install-dev-deps @@ -27,5 +27,5 @@ def run(command): if __name__ == "__main__": with cd(REPO_ROOT): if sys.version_info[:2] >= (3, 12): - run("pip install setuptools") + run("pip install setuptools==67.8.0") run("pip install -r requirements-dev-lock.txt") From 3cce4963428ebd486014cdb4c1d1929e90b14e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:39:55 +0000 Subject: [PATCH 34/43] Bump aws-actions/closed-issue-message Bumps [aws-actions/closed-issue-message](https://github.com/aws-actions/closed-issue-message) from 8b6324312193476beecf11f8e8539d73a3553bf4 to 80edfc24bdf1283400eb04d20a8a605ae8bf7d48. - [Commits](https://github.com/aws-actions/closed-issue-message/compare/8b6324312193476beecf11f8e8539d73a3553bf4...80edfc24bdf1283400eb04d20a8a605ae8bf7d48) --- updated-dependencies: - dependency-name: aws-actions/closed-issue-message dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/closed-issue-message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index c35e8e0907c..a9623e8feb8 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: aws-actions/closed-issue-message@8b6324312193476beecf11f8e8539d73a3553bf4 + - uses: aws-actions/closed-issue-message@80edfc24bdf1283400eb04d20a8a605ae8bf7d48 with: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" From ee3b7c8b5bdcbca8c8064ca8284482dda2f08643 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 22 Jul 2024 18:06:40 +0000 Subject: [PATCH 35/43] Add changelog entries from botocore --- .changes/next-release/api-change-datazone-83071.json | 5 +++++ .changes/next-release/api-change-ivs-64235.json | 5 +++++ .changes/next-release/api-change-mobile-34586.json | 5 +++++ .changes/next-release/api-change-neptunegraph-28325.json | 5 +++++ .../next-release/api-change-redshiftserverless-4257.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-datazone-83071.json create mode 100644 .changes/next-release/api-change-ivs-64235.json create mode 100644 .changes/next-release/api-change-mobile-34586.json create mode 100644 .changes/next-release/api-change-neptunegraph-28325.json create mode 100644 .changes/next-release/api-change-redshiftserverless-4257.json diff --git a/.changes/next-release/api-change-datazone-83071.json b/.changes/next-release/api-change-datazone-83071.json new file mode 100644 index 00000000000..fddaf16e64e --- /dev/null +++ b/.changes/next-release/api-change-datazone-83071.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters." +} diff --git a/.changes/next-release/api-change-ivs-64235.json b/.changes/next-release/api-change-ivs-64235.json new file mode 100644 index 00000000000..cc8358760a8 --- /dev/null +++ b/.changes/next-release/api-change-ivs-64235.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivs``", + "description": "[``botocore``] Documentation update for IVS Low Latency API Reference." +} diff --git a/.changes/next-release/api-change-mobile-34586.json b/.changes/next-release/api-change-mobile-34586.json new file mode 100644 index 00000000000..584f589564c --- /dev/null +++ b/.changes/next-release/api-change-mobile-34586.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mobile``", + "description": "[``botocore``] The mobile client has been removed following the deprecation of the service." +} diff --git a/.changes/next-release/api-change-neptunegraph-28325.json b/.changes/next-release/api-change-neptunegraph-28325.json new file mode 100644 index 00000000000..1713e5f4ecf --- /dev/null +++ b/.changes/next-release/api-change-neptunegraph-28325.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``neptune-graph``", + "description": "[``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`" +} diff --git a/.changes/next-release/api-change-redshiftserverless-4257.json b/.changes/next-release/api-change-redshiftserverless-4257.json new file mode 100644 index 00000000000..037b72f48ad --- /dev/null +++ b/.changes/next-release/api-change-redshiftserverless-4257.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift-serverless``", + "description": "[``botocore``] Adds dualstack support for Redshift Serverless workgroup." +} From e710b4eeed22cfaa222e8080b069dc86d0fabc17 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 22 Jul 2024 18:07:55 +0000 Subject: [PATCH 36/43] Bumping version to 1.34.146 --- .changes/1.34.146.json | 27 +++++++++++++++++++ .../api-change-datazone-83071.json | 5 ---- .../next-release/api-change-ivs-64235.json | 5 ---- .../next-release/api-change-mobile-34586.json | 5 ---- .../api-change-neptunegraph-28325.json | 5 ---- .../api-change-redshiftserverless-4257.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.146.json delete mode 100644 .changes/next-release/api-change-datazone-83071.json delete mode 100644 .changes/next-release/api-change-ivs-64235.json delete mode 100644 .changes/next-release/api-change-mobile-34586.json delete mode 100644 .changes/next-release/api-change-neptunegraph-28325.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-4257.json diff --git a/.changes/1.34.146.json b/.changes/1.34.146.json new file mode 100644 index 00000000000..a9c1aa7fceb --- /dev/null +++ b/.changes/1.34.146.json @@ -0,0 +1,27 @@ +[ + { + "category": "``datazone``", + "description": "[``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters.", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] Documentation update for IVS Low Latency API Reference.", + "type": "api-change" + }, + { + "category": "``mobile``", + "description": "[``botocore``] The mobile client has been removed following the deprecation of the service.", + "type": "api-change" + }, + { + "category": "``neptune-graph``", + "description": "[``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] Adds dualstack support for Redshift Serverless workgroup.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-83071.json b/.changes/next-release/api-change-datazone-83071.json deleted file mode 100644 index fddaf16e64e..00000000000 --- a/.changes/next-release/api-change-datazone-83071.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters." -} diff --git a/.changes/next-release/api-change-ivs-64235.json b/.changes/next-release/api-change-ivs-64235.json deleted file mode 100644 index cc8358760a8..00000000000 --- a/.changes/next-release/api-change-ivs-64235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "[``botocore``] Documentation update for IVS Low Latency API Reference." -} diff --git a/.changes/next-release/api-change-mobile-34586.json b/.changes/next-release/api-change-mobile-34586.json deleted file mode 100644 index 584f589564c..00000000000 --- a/.changes/next-release/api-change-mobile-34586.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mobile``", - "description": "[``botocore``] The mobile client has been removed following the deprecation of the service." -} diff --git a/.changes/next-release/api-change-neptunegraph-28325.json b/.changes/next-release/api-change-neptunegraph-28325.json deleted file mode 100644 index 1713e5f4ecf..00000000000 --- a/.changes/next-release/api-change-neptunegraph-28325.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune-graph``", - "description": "[``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`" -} diff --git a/.changes/next-release/api-change-redshiftserverless-4257.json b/.changes/next-release/api-change-redshiftserverless-4257.json deleted file mode 100644 index 037b72f48ad..00000000000 --- a/.changes/next-release/api-change-redshiftserverless-4257.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] Adds dualstack support for Redshift Serverless workgroup." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6138fedc08..e0e5cca5611 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.146 +======== + +* api-change:``datazone``: [``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters. +* api-change:``ivs``: [``botocore``] Documentation update for IVS Low Latency API Reference. +* api-change:``mobile``: [``botocore``] The mobile client has been removed following the deprecation of the service. +* api-change:``neptune-graph``: [``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory` +* api-change:``redshift-serverless``: [``botocore``] Adds dualstack support for Redshift Serverless workgroup. + + 1.34.145 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index bdeae301645..5532e5e53c9 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.145' +__version__ = '1.34.146' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3fd69b78a79..31df55f8b17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.145,<1.35.0 + botocore>=1.34.146,<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 460fd7c601e..01660648b23 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.145,<1.35.0', + 'botocore>=1.34.146,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 38d6688bd37d3e50c25c3b9587e20b5baeb0228c Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 22 Jul 2024 14:14:19 -0700 Subject: [PATCH 37/43] Updating contributing guide (#4215) --- CONTRIBUTING.rst | 15 ++++++--------- setup.cfg | 8 -------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3e9bae73e6b..e534516c829 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -40,10 +40,11 @@ ideal report includes: Codestyle --------- -This project uses flake8 to enforce codestyle requirements. We've codified this -process using a tool called `pre-commit `__. pre-commit -allows us to specify a config file with all tools required for code linting, -and surfaces either a git commit hook, or single command, for enforcing these. +This project uses `ruff `__ to enforce +codstyle requirements. We've codified this process using a tool called +`pre-commit `__. pre-commit allows us to specify a +config file with all tools required for code linting, and surfaces either a +git commit hook, or single command, for enforcing these. To validate your PR prior to publishing, you can use the following `installation guide `__ to setup pre-commit. @@ -56,11 +57,7 @@ to automatically perform the codestyle validation: $ pre-commit run This will automatically perform simple updates (such as white space clean up) -and provide a list of any failing flake8 checks. After these are addressed, +and provide a list of any failing checks. After these are addressed, you can commit the changes prior to publishing the PR. These checks are also included in our CI setup under the "Lint" workflow which will provide output on Github for anything missed locally. - -See the `flake8` section of the -`setup.cfg `__ for the -currently enforced rules. diff --git a/setup.cfg b/setup.cfg index 31df55f8b17..5d426dcd846 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,11 +9,3 @@ requires_dist = [options.extras_require] crt = botocore[crt]>=1.21.0,<2.0a0 - -[flake8] -ignore = E203,E501,W503,W504 -exclude = - docs, - boto3/compat.py, - boto3/data, - .changes From 5953105f9e48631769b174ffff528f7e0898853d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 23 Jul 2024 18:10:16 +0000 Subject: [PATCH 38/43] Add changelog entries from botocore --- .changes/next-release/api-change-appsync-41028.json | 5 +++++ .changes/next-release/api-change-cleanrooms-5965.json | 5 +++++ .changes/next-release/api-change-cleanroomsml-65074.json | 5 +++++ .changes/next-release/api-change-connect-75392.json | 5 +++++ .../next-release/api-change-connectcontactlens-21259.json | 5 +++++ .changes/next-release/api-change-datazone-65572.json | 5 +++++ .changes/next-release/api-change-entityresolution-38687.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-41028.json create mode 100644 .changes/next-release/api-change-cleanrooms-5965.json create mode 100644 .changes/next-release/api-change-cleanroomsml-65074.json create mode 100644 .changes/next-release/api-change-connect-75392.json create mode 100644 .changes/next-release/api-change-connectcontactlens-21259.json create mode 100644 .changes/next-release/api-change-datazone-65572.json create mode 100644 .changes/next-release/api-change-entityresolution-38687.json diff --git a/.changes/next-release/api-change-appsync-41028.json b/.changes/next-release/api-change-appsync-41028.json new file mode 100644 index 00000000000..53760ffb744 --- /dev/null +++ b/.changes/next-release/api-change-appsync-41028.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "[``botocore``] Adding support for paginators in AppSync list APIs" +} diff --git a/.changes/next-release/api-change-cleanrooms-5965.json b/.changes/next-release/api-change-cleanrooms-5965.json new file mode 100644 index 00000000000..2c19b5a6704 --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-5965.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table." +} diff --git a/.changes/next-release/api-change-cleanroomsml-65074.json b/.changes/next-release/api-change-cleanroomsml-65074.json new file mode 100644 index 00000000000..ddc5217fae2 --- /dev/null +++ b/.changes/next-release/api-change-cleanroomsml-65074.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanroomsml``", + "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job." +} diff --git a/.changes/next-release/api-change-connect-75392.json b/.changes/next-release/api-change-connect-75392.json new file mode 100644 index 00000000000..6ab105bd937 --- /dev/null +++ b/.changes/next-release/api-change-connect-75392.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API" +} diff --git a/.changes/next-release/api-change-connectcontactlens-21259.json b/.changes/next-release/api-change-connectcontactlens-21259.json new file mode 100644 index 00000000000..c37d78399e7 --- /dev/null +++ b/.changes/next-release/api-change-connectcontactlens-21259.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect-contact-lens``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API" +} diff --git a/.changes/next-release/api-change-datazone-65572.json b/.changes/next-release/api-change-datazone-65572.json new file mode 100644 index 00000000000..9e717e43826 --- /dev/null +++ b/.changes/next-release/api-change-datazone-65572.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output." +} diff --git a/.changes/next-release/api-change-entityresolution-38687.json b/.changes/next-release/api-change-entityresolution-38687.json new file mode 100644 index 00000000000..ef016d9bb41 --- /dev/null +++ b/.changes/next-release/api-change-entityresolution-38687.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``entityresolution``", + "description": "[``botocore``] Support First Party ID Mapping" +} From 24baa35b242b45a2a642525353a42ff55043b57c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 23 Jul 2024 18:11:39 +0000 Subject: [PATCH 39/43] Bumping version to 1.34.147 --- .changes/1.34.147.json | 37 +++++++++++++++++++ .../api-change-appsync-41028.json | 5 --- .../api-change-cleanrooms-5965.json | 5 --- .../api-change-cleanroomsml-65074.json | 5 --- .../api-change-connect-75392.json | 5 --- .../api-change-connectcontactlens-21259.json | 5 --- .../api-change-datazone-65572.json | 5 --- .../api-change-entityresolution-38687.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.34.147.json delete mode 100644 .changes/next-release/api-change-appsync-41028.json delete mode 100644 .changes/next-release/api-change-cleanrooms-5965.json delete mode 100644 .changes/next-release/api-change-cleanroomsml-65074.json delete mode 100644 .changes/next-release/api-change-connect-75392.json delete mode 100644 .changes/next-release/api-change-connectcontactlens-21259.json delete mode 100644 .changes/next-release/api-change-datazone-65572.json delete mode 100644 .changes/next-release/api-change-entityresolution-38687.json diff --git a/.changes/1.34.147.json b/.changes/1.34.147.json new file mode 100644 index 00000000000..027070cf13d --- /dev/null +++ b/.changes/1.34.147.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "[``botocore``] Adding support for paginators in AppSync list APIs", + "type": "api-change" + }, + { + "category": "``cleanrooms``", + "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.", + "type": "api-change" + }, + { + "category": "``cleanroomsml``", + "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API", + "type": "api-change" + }, + { + "category": "``connect-contact-lens``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output.", + "type": "api-change" + }, + { + "category": "``entityresolution``", + "description": "[``botocore``] Support First Party ID Mapping", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-41028.json b/.changes/next-release/api-change-appsync-41028.json deleted file mode 100644 index 53760ffb744..00000000000 --- a/.changes/next-release/api-change-appsync-41028.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "[``botocore``] Adding support for paginators in AppSync list APIs" -} diff --git a/.changes/next-release/api-change-cleanrooms-5965.json b/.changes/next-release/api-change-cleanrooms-5965.json deleted file mode 100644 index 2c19b5a6704..00000000000 --- a/.changes/next-release/api-change-cleanrooms-5965.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table." -} diff --git a/.changes/next-release/api-change-cleanroomsml-65074.json b/.changes/next-release/api-change-cleanroomsml-65074.json deleted file mode 100644 index ddc5217fae2..00000000000 --- a/.changes/next-release/api-change-cleanroomsml-65074.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanroomsml``", - "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job." -} diff --git a/.changes/next-release/api-change-connect-75392.json b/.changes/next-release/api-change-connect-75392.json deleted file mode 100644 index 6ab105bd937..00000000000 --- a/.changes/next-release/api-change-connect-75392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API" -} diff --git a/.changes/next-release/api-change-connectcontactlens-21259.json b/.changes/next-release/api-change-connectcontactlens-21259.json deleted file mode 100644 index c37d78399e7..00000000000 --- a/.changes/next-release/api-change-connectcontactlens-21259.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect-contact-lens``", - "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API" -} diff --git a/.changes/next-release/api-change-datazone-65572.json b/.changes/next-release/api-change-datazone-65572.json deleted file mode 100644 index 9e717e43826..00000000000 --- a/.changes/next-release/api-change-datazone-65572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output." -} diff --git a/.changes/next-release/api-change-entityresolution-38687.json b/.changes/next-release/api-change-entityresolution-38687.json deleted file mode 100644 index ef016d9bb41..00000000000 --- a/.changes/next-release/api-change-entityresolution-38687.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``entityresolution``", - "description": "[``botocore``] Support First Party ID Mapping" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0e5cca5611..981a57fdb72 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.147 +======== + +* api-change:``appsync``: [``botocore``] Adding support for paginators in AppSync list APIs +* api-change:``cleanrooms``: [``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table. +* api-change:``cleanroomsml``: [``botocore``] Adds SQL query as the source of seed audience for audience generation job. +* api-change:``connect``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API +* api-change:``connect-contact-lens``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API +* api-change:``datazone``: [``botocore``] This release removes the deprecated dataProductItem field from Search API output. +* api-change:``entityresolution``: [``botocore``] Support First Party ID Mapping + + 1.34.146 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5532e5e53c9..b15bd1715ea 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.146' +__version__ = '1.34.147' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 5d426dcd846..b24bc8fe038 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.146,<1.35.0 + botocore>=1.34.147,<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 01660648b23..5d792a8328d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.146,<1.35.0', + 'botocore>=1.34.147,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 80606ab080eef7df7d2bc31ec016af790a7bfeb1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 24 Jul 2024 18:17:23 +0000 Subject: [PATCH 40/43] Add changelog entries from botocore --- .changes/next-release/api-change-cleanrooms-28554.json | 5 +++++ .changes/next-release/api-change-dynamodb-74256.json | 5 +++++ .changes/next-release/api-change-iotsitewise-35719.json | 5 +++++ .changes/next-release/api-change-mediapackagev2-46553.json | 5 +++++ .changes/next-release/api-change-medicalimaging-65420.json | 5 +++++ .../next-release/api-change-pinpointsmsvoicev2-43299.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-cleanrooms-28554.json create mode 100644 .changes/next-release/api-change-dynamodb-74256.json create mode 100644 .changes/next-release/api-change-iotsitewise-35719.json create mode 100644 .changes/next-release/api-change-mediapackagev2-46553.json create mode 100644 .changes/next-release/api-change-medicalimaging-65420.json create mode 100644 .changes/next-release/api-change-pinpointsmsvoicev2-43299.json diff --git a/.changes/next-release/api-change-cleanrooms-28554.json b/.changes/next-release/api-change-cleanrooms-28554.json new file mode 100644 index 00000000000..e309e61c92f --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-28554.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "[``botocore``] Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed" +} diff --git a/.changes/next-release/api-change-dynamodb-74256.json b/.changes/next-release/api-change-dynamodb-74256.json new file mode 100644 index 00000000000..849745f742b --- /dev/null +++ b/.changes/next-release/api-change-dynamodb-74256.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dynamodb``", + "description": "[``botocore``] DynamoDB doc only update for July" +} diff --git a/.changes/next-release/api-change-iotsitewise-35719.json b/.changes/next-release/api-change-iotsitewise-35719.json new file mode 100644 index 00000000000..d937f6f44ca --- /dev/null +++ b/.changes/next-release/api-change-iotsitewise-35719.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotsitewise``", + "description": "[``botocore``] Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device." +} diff --git a/.changes/next-release/api-change-mediapackagev2-46553.json b/.changes/next-release/api-change-mediapackagev2-46553.json new file mode 100644 index 00000000000..bcffd9fd2d3 --- /dev/null +++ b/.changes/next-release/api-change-mediapackagev2-46553.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediapackagev2``", + "description": "[``botocore``] This release adds support for Irdeto DRM encryption in DASH manifests." +} diff --git a/.changes/next-release/api-change-medicalimaging-65420.json b/.changes/next-release/api-change-medicalimaging-65420.json new file mode 100644 index 00000000000..5c199d619e9 --- /dev/null +++ b/.changes/next-release/api-change-medicalimaging-65420.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medical-imaging``", + "description": "[``botocore``] CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter." +} diff --git a/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json b/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json new file mode 100644 index 00000000000..481b1380e72 --- /dev/null +++ b/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint-sms-voice-v2``", + "description": "[``botocore``] Update for rebrand to AWS End User Messaging SMS and Voice." +} From a4c65c89a573fa2dbb0e34837f88ef7aa6309f26 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 24 Jul 2024 18:18:26 +0000 Subject: [PATCH 41/43] Bumping version to 1.34.148 --- .changes/1.34.148.json | 32 +++++++++++++++++++ .../api-change-cleanrooms-28554.json | 5 --- .../api-change-dynamodb-74256.json | 5 --- .../api-change-iotsitewise-35719.json | 5 --- .../api-change-mediapackagev2-46553.json | 5 --- .../api-change-medicalimaging-65420.json | 5 --- .../api-change-pinpointsmsvoicev2-43299.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.148.json delete mode 100644 .changes/next-release/api-change-cleanrooms-28554.json delete mode 100644 .changes/next-release/api-change-dynamodb-74256.json delete mode 100644 .changes/next-release/api-change-iotsitewise-35719.json delete mode 100644 .changes/next-release/api-change-mediapackagev2-46553.json delete mode 100644 .changes/next-release/api-change-medicalimaging-65420.json delete mode 100644 .changes/next-release/api-change-pinpointsmsvoicev2-43299.json diff --git a/.changes/1.34.148.json b/.changes/1.34.148.json new file mode 100644 index 00000000000..503ced54e7f --- /dev/null +++ b/.changes/1.34.148.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cleanrooms``", + "description": "[``botocore``] Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed", + "type": "api-change" + }, + { + "category": "``dynamodb``", + "description": "[``botocore``] DynamoDB doc only update for July", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "[``botocore``] Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device.", + "type": "api-change" + }, + { + "category": "``mediapackagev2``", + "description": "[``botocore``] This release adds support for Irdeto DRM encryption in DASH manifests.", + "type": "api-change" + }, + { + "category": "``medical-imaging``", + "description": "[``botocore``] CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter.", + "type": "api-change" + }, + { + "category": "``pinpoint-sms-voice-v2``", + "description": "[``botocore``] Update for rebrand to AWS End User Messaging SMS and Voice.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cleanrooms-28554.json b/.changes/next-release/api-change-cleanrooms-28554.json deleted file mode 100644 index e309e61c92f..00000000000 --- a/.changes/next-release/api-change-cleanrooms-28554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "[``botocore``] Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed" -} diff --git a/.changes/next-release/api-change-dynamodb-74256.json b/.changes/next-release/api-change-dynamodb-74256.json deleted file mode 100644 index 849745f742b..00000000000 --- a/.changes/next-release/api-change-dynamodb-74256.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] DynamoDB doc only update for July" -} diff --git a/.changes/next-release/api-change-iotsitewise-35719.json b/.changes/next-release/api-change-iotsitewise-35719.json deleted file mode 100644 index d937f6f44ca..00000000000 --- a/.changes/next-release/api-change-iotsitewise-35719.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "[``botocore``] Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device." -} diff --git a/.changes/next-release/api-change-mediapackagev2-46553.json b/.changes/next-release/api-change-mediapackagev2-46553.json deleted file mode 100644 index bcffd9fd2d3..00000000000 --- a/.changes/next-release/api-change-mediapackagev2-46553.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackagev2``", - "description": "[``botocore``] This release adds support for Irdeto DRM encryption in DASH manifests." -} diff --git a/.changes/next-release/api-change-medicalimaging-65420.json b/.changes/next-release/api-change-medicalimaging-65420.json deleted file mode 100644 index 5c199d619e9..00000000000 --- a/.changes/next-release/api-change-medicalimaging-65420.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medical-imaging``", - "description": "[``botocore``] CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter." -} diff --git a/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json b/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json deleted file mode 100644 index 481b1380e72..00000000000 --- a/.changes/next-release/api-change-pinpointsmsvoicev2-43299.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint-sms-voice-v2``", - "description": "[``botocore``] Update for rebrand to AWS End User Messaging SMS and Voice." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 981a57fdb72..0d93f74444f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.148 +======== + +* api-change:``cleanrooms``: [``botocore``] Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed +* api-change:``dynamodb``: [``botocore``] DynamoDB doc only update for July +* api-change:``iotsitewise``: [``botocore``] Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device. +* api-change:``mediapackagev2``: [``botocore``] This release adds support for Irdeto DRM encryption in DASH manifests. +* api-change:``medical-imaging``: [``botocore``] CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter. +* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Update for rebrand to AWS End User Messaging SMS and Voice. + + 1.34.147 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index b15bd1715ea..63f05fbdfcd 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.147' +__version__ = '1.34.148' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b24bc8fe038..4fc8a332f49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.147,<1.35.0 + botocore>=1.34.148,<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 5d792a8328d..2c9f7f25e1b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.147,<1.35.0', + 'botocore>=1.34.148,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ] From 2a65fa9426d96e5e408e4f6c29b97efb393333fe Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 25 Jul 2024 19:27:46 +0000 Subject: [PATCH 42/43] Add changelog entries from botocore --- .../api-change-applicationautoscaling-21643.json | 5 +++++ .../next-release/api-change-applicationsignals-22431.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-4226.json | 5 +++++ .changes/next-release/api-change-codecommit-6769.json | 5 +++++ .changes/next-release/api-change-datazone-56396.json | 5 +++++ .changes/next-release/api-change-ec2-42318.json | 5 +++++ .changes/next-release/api-change-ecr-58061.json | 5 +++++ .changes/next-release/api-change-eks-27058.json | 5 +++++ .changes/next-release/api-change-elbv2-26165.json | 5 +++++ .changes/next-release/api-change-networkfirewall-16264.json | 5 +++++ .changes/next-release/api-change-outposts-85322.json | 5 +++++ .changes/next-release/api-change-stepfunctions-17003.json | 5 +++++ 12 files changed, 60 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-21643.json create mode 100644 .changes/next-release/api-change-applicationsignals-22431.json create mode 100644 .changes/next-release/api-change-bedrockruntime-4226.json create mode 100644 .changes/next-release/api-change-codecommit-6769.json create mode 100644 .changes/next-release/api-change-datazone-56396.json create mode 100644 .changes/next-release/api-change-ec2-42318.json create mode 100644 .changes/next-release/api-change-ecr-58061.json create mode 100644 .changes/next-release/api-change-eks-27058.json create mode 100644 .changes/next-release/api-change-elbv2-26165.json create mode 100644 .changes/next-release/api-change-networkfirewall-16264.json create mode 100644 .changes/next-release/api-change-outposts-85322.json create mode 100644 .changes/next-release/api-change-stepfunctions-17003.json diff --git a/.changes/next-release/api-change-applicationautoscaling-21643.json b/.changes/next-release/api-change-applicationautoscaling-21643.json new file mode 100644 index 00000000000..466bb13e7b0 --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-21643.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics." +} diff --git a/.changes/next-release/api-change-applicationsignals-22431.json b/.changes/next-release/api-change-applicationsignals-22431.json new file mode 100644 index 00000000000..24db426a8c7 --- /dev/null +++ b/.changes/next-release/api-change-applicationsignals-22431.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-signals``", + "description": "[``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability." +} diff --git a/.changes/next-release/api-change-bedrockruntime-4226.json b/.changes/next-release/api-change-bedrockruntime-4226.json new file mode 100644 index 00000000000..9a8c87853b2 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-4226.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Provides ServiceUnavailableException error message" +} diff --git a/.changes/next-release/api-change-codecommit-6769.json b/.changes/next-release/api-change-codecommit-6769.json new file mode 100644 index 00000000000..0abd55d888c --- /dev/null +++ b/.changes/next-release/api-change-codecommit-6769.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codecommit``", + "description": "[``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository." +} diff --git a/.changes/next-release/api-change-datazone-56396.json b/.changes/next-release/api-change-datazone-56396.json new file mode 100644 index 00000000000..3484b875403 --- /dev/null +++ b/.changes/next-release/api-change-datazone-56396.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] Introduces GetEnvironmentCredentials operation to SDK" +} diff --git a/.changes/next-release/api-change-ec2-42318.json b/.changes/next-release/api-change-ec2-42318.json new file mode 100644 index 00000000000..1c1117bf5c8 --- /dev/null +++ b/.changes/next-release/api-change-ec2-42318.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types." +} diff --git a/.changes/next-release/api-change-ecr-58061.json b/.changes/next-release/api-change-ecr-58061.json new file mode 100644 index 00000000000..8ba6f8ad94f --- /dev/null +++ b/.changes/next-release/api-change-ecr-58061.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template." +} diff --git a/.changes/next-release/api-change-eks-27058.json b/.changes/next-release/api-change-eks-27058.json new file mode 100644 index 00000000000..16529a2c41d --- /dev/null +++ b/.changes/next-release/api-change-eks-27058.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] This release adds support for EKS cluster to manage extended support." +} diff --git a/.changes/next-release/api-change-elbv2-26165.json b/.changes/next-release/api-change-elbv2-26165.json new file mode 100644 index 00000000000..62d2f02f655 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-26165.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elbv2``", + "description": "[``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager." +} diff --git a/.changes/next-release/api-change-networkfirewall-16264.json b/.changes/next-release/api-change-networkfirewall-16264.json new file mode 100644 index 00000000000..bbf71b14a73 --- /dev/null +++ b/.changes/next-release/api-change-networkfirewall-16264.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``network-firewall``", + "description": "[``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging." +} diff --git a/.changes/next-release/api-change-outposts-85322.json b/.changes/next-release/api-change-outposts-85322.json new file mode 100644 index 00000000000..b748916c65b --- /dev/null +++ b/.changes/next-release/api-change-outposts-85322.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``outposts``", + "description": "[``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses" +} diff --git a/.changes/next-release/api-change-stepfunctions-17003.json b/.changes/next-release/api-change-stepfunctions-17003.json new file mode 100644 index 00000000000..2b25579dd6c --- /dev/null +++ b/.changes/next-release/api-change-stepfunctions-17003.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``stepfunctions``", + "description": "[``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions." +} From 2448ec2731548b19563627a50e6393d30f81392d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 25 Jul 2024 19:29:06 +0000 Subject: [PATCH 43/43] Bumping version to 1.34.149 --- .changes/1.34.149.json | 62 +++++++++++++++++++ ...i-change-applicationautoscaling-21643.json | 5 -- .../api-change-applicationsignals-22431.json | 5 -- .../api-change-bedrockruntime-4226.json | 5 -- .../api-change-codecommit-6769.json | 5 -- .../api-change-datazone-56396.json | 5 -- .../next-release/api-change-ec2-42318.json | 5 -- .../next-release/api-change-ecr-58061.json | 5 -- .../next-release/api-change-eks-27058.json | 5 -- .../next-release/api-change-elbv2-26165.json | 5 -- .../api-change-networkfirewall-16264.json | 5 -- .../api-change-outposts-85322.json | 5 -- .../api-change-stepfunctions-17003.json | 5 -- CHANGELOG.rst | 17 +++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 17 files changed, 82 insertions(+), 63 deletions(-) create mode 100644 .changes/1.34.149.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-21643.json delete mode 100644 .changes/next-release/api-change-applicationsignals-22431.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-4226.json delete mode 100644 .changes/next-release/api-change-codecommit-6769.json delete mode 100644 .changes/next-release/api-change-datazone-56396.json delete mode 100644 .changes/next-release/api-change-ec2-42318.json delete mode 100644 .changes/next-release/api-change-ecr-58061.json delete mode 100644 .changes/next-release/api-change-eks-27058.json delete mode 100644 .changes/next-release/api-change-elbv2-26165.json delete mode 100644 .changes/next-release/api-change-networkfirewall-16264.json delete mode 100644 .changes/next-release/api-change-outposts-85322.json delete mode 100644 .changes/next-release/api-change-stepfunctions-17003.json diff --git a/.changes/1.34.149.json b/.changes/1.34.149.json new file mode 100644 index 00000000000..1ebb36af606 --- /dev/null +++ b/.changes/1.34.149.json @@ -0,0 +1,62 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.", + "type": "api-change" + }, + { + "category": "``application-signals``", + "description": "[``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Provides ServiceUnavailableException error message", + "type": "api-change" + }, + { + "category": "``codecommit``", + "description": "[``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] Introduces GetEnvironmentCredentials operation to SDK", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] This release adds support for EKS cluster to manage extended support.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "[``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.", + "type": "api-change" + }, + { + "category": "``network-firewall``", + "description": "[``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "[``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses", + "type": "api-change" + }, + { + "category": "``stepfunctions``", + "description": "[``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-21643.json b/.changes/next-release/api-change-applicationautoscaling-21643.json deleted file mode 100644 index 466bb13e7b0..00000000000 --- a/.changes/next-release/api-change-applicationautoscaling-21643.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics." -} diff --git a/.changes/next-release/api-change-applicationsignals-22431.json b/.changes/next-release/api-change-applicationsignals-22431.json deleted file mode 100644 index 24db426a8c7..00000000000 --- a/.changes/next-release/api-change-applicationsignals-22431.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-signals``", - "description": "[``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability." -} diff --git a/.changes/next-release/api-change-bedrockruntime-4226.json b/.changes/next-release/api-change-bedrockruntime-4226.json deleted file mode 100644 index 9a8c87853b2..00000000000 --- a/.changes/next-release/api-change-bedrockruntime-4226.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] Provides ServiceUnavailableException error message" -} diff --git a/.changes/next-release/api-change-codecommit-6769.json b/.changes/next-release/api-change-codecommit-6769.json deleted file mode 100644 index 0abd55d888c..00000000000 --- a/.changes/next-release/api-change-codecommit-6769.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codecommit``", - "description": "[``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository." -} diff --git a/.changes/next-release/api-change-datazone-56396.json b/.changes/next-release/api-change-datazone-56396.json deleted file mode 100644 index 3484b875403..00000000000 --- a/.changes/next-release/api-change-datazone-56396.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] Introduces GetEnvironmentCredentials operation to SDK" -} diff --git a/.changes/next-release/api-change-ec2-42318.json b/.changes/next-release/api-change-ec2-42318.json deleted file mode 100644 index 1c1117bf5c8..00000000000 --- a/.changes/next-release/api-change-ec2-42318.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types." -} diff --git a/.changes/next-release/api-change-ecr-58061.json b/.changes/next-release/api-change-ecr-58061.json deleted file mode 100644 index 8ba6f8ad94f..00000000000 --- a/.changes/next-release/api-change-ecr-58061.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template." -} diff --git a/.changes/next-release/api-change-eks-27058.json b/.changes/next-release/api-change-eks-27058.json deleted file mode 100644 index 16529a2c41d..00000000000 --- a/.changes/next-release/api-change-eks-27058.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] This release adds support for EKS cluster to manage extended support." -} diff --git a/.changes/next-release/api-change-elbv2-26165.json b/.changes/next-release/api-change-elbv2-26165.json deleted file mode 100644 index 62d2f02f655..00000000000 --- a/.changes/next-release/api-change-elbv2-26165.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "[``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager." -} diff --git a/.changes/next-release/api-change-networkfirewall-16264.json b/.changes/next-release/api-change-networkfirewall-16264.json deleted file mode 100644 index bbf71b14a73..00000000000 --- a/.changes/next-release/api-change-networkfirewall-16264.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``network-firewall``", - "description": "[``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging." -} diff --git a/.changes/next-release/api-change-outposts-85322.json b/.changes/next-release/api-change-outposts-85322.json deleted file mode 100644 index b748916c65b..00000000000 --- a/.changes/next-release/api-change-outposts-85322.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``outposts``", - "description": "[``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses" -} diff --git a/.changes/next-release/api-change-stepfunctions-17003.json b/.changes/next-release/api-change-stepfunctions-17003.json deleted file mode 100644 index 2b25579dd6c..00000000000 --- a/.changes/next-release/api-change-stepfunctions-17003.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``stepfunctions``", - "description": "[``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d93f74444f..f6e63a5711e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,23 @@ CHANGELOG ========= +1.34.149 +======== + +* api-change:``application-autoscaling``: [``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. +* api-change:``application-signals``: [``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. +* api-change:``bedrock-runtime``: [``botocore``] Provides ServiceUnavailableException error message +* api-change:``codecommit``: [``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. +* api-change:``datazone``: [``botocore``] Introduces GetEnvironmentCredentials operation to SDK +* api-change:``ec2``: [``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. +* api-change:``ecr``: [``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. +* api-change:``eks``: [``botocore``] This release adds support for EKS cluster to manage extended support. +* api-change:``elbv2``: [``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. +* api-change:``network-firewall``: [``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. +* api-change:``outposts``: [``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses +* api-change:``stepfunctions``: [``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions. + + 1.34.148 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 63f05fbdfcd..b2f387f4313 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.148' +__version__ = '1.34.149' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4fc8a332f49..21ce6e2eb43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.148,<1.35.0 + botocore>=1.34.149,<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 2c9f7f25e1b..bcf792a9317 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.148,<1.35.0', + 'botocore>=1.34.149,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]