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] 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 0000000000..00a45d160c --- /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 731a1cf297..0000000000 --- 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 905f9b74ce..0000000000 --- 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 ec51342f3f..0000000000 --- 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 c28ad7590f..0000000000 --- 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 0805ab6533..0000000000 --- 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 1fe5a1c81b..0000000000 --- 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 8485a9e0d6..0000000000 --- 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 c8452853aa..0000000000 --- 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 1ea34e7c55..0000000000 --- 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 c9884500ed..0000000000 --- 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 ef2064b0e8..c03fe46701 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 8b010acb94..8200d098ce 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 0b0957aeac..39c3a73e94 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 f6ff094116..489b092b37 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', ]