From f992cb96b486361fda30fe1cade2cba710cb2fd9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Aug 2024 18:15:00 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockagent-3726.json | 5 +++++ .../next-release/api-change-bedrockagentruntime-63993.json | 5 +++++ .changes/next-release/api-change-codebuild-86672.json | 5 +++++ .changes/next-release/api-change-organizations-45056.json | 5 +++++ .changes/next-release/api-change-qbusiness-53925.json | 5 +++++ .changes/next-release/api-change-supplychain-8521.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-3726.json create mode 100644 .changes/next-release/api-change-bedrockagentruntime-63993.json create mode 100644 .changes/next-release/api-change-codebuild-86672.json create mode 100644 .changes/next-release/api-change-organizations-45056.json create mode 100644 .changes/next-release/api-change-qbusiness-53925.json create mode 100644 .changes/next-release/api-change-supplychain-8521.json diff --git a/.changes/next-release/api-change-bedrockagent-3726.json b/.changes/next-release/api-change-bedrockagent-3726.json new file mode 100644 index 0000000000..d5252c7580 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-3726.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] Releasing the support for Action User Confirmation." +} diff --git a/.changes/next-release/api-change-bedrockagentruntime-63993.json b/.changes/next-release/api-change-bedrockagentruntime-63993.json new file mode 100644 index 0000000000..58a80564a2 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-63993.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Releasing the support for Action User Confirmation." +} diff --git a/.changes/next-release/api-change-codebuild-86672.json b/.changes/next-release/api-change-codebuild-86672.json new file mode 100644 index 0000000000..52914feeb6 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-86672.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] Added support for the MAC_ARM environment type for CodeBuild fleets." +} diff --git a/.changes/next-release/api-change-organizations-45056.json b/.changes/next-release/api-change-organizations-45056.json new file mode 100644 index 0000000000..4c43c3f3f8 --- /dev/null +++ b/.changes/next-release/api-change-organizations-45056.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "[``botocore``] Releasing minor partitional endpoint updates." +} diff --git a/.changes/next-release/api-change-qbusiness-53925.json b/.changes/next-release/api-change-qbusiness-53925.json new file mode 100644 index 0000000000..91f3929729 --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-53925.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "[``botocore``] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration." +} diff --git a/.changes/next-release/api-change-supplychain-8521.json b/.changes/next-release/api-change-supplychain-8521.json new file mode 100644 index 0000000000..b46a118275 --- /dev/null +++ b/.changes/next-release/api-change-supplychain-8521.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``supplychain``", + "description": "[``botocore``] Update API documentation to clarify the event SLA as well as the data model expectations" +} From dfe6eeef008468fd876d69425cc7d1c5f8b20f3c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Aug 2024 18:15:22 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.5 --- .changes/1.35.5.json | 32 +++++++++++++++++++ .../api-change-bedrockagent-3726.json | 5 --- .../api-change-bedrockagentruntime-63993.json | 5 --- .../api-change-codebuild-86672.json | 5 --- .../api-change-organizations-45056.json | 5 --- .../api-change-qbusiness-53925.json | 5 --- .../api-change-supplychain-8521.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.35.5.json delete mode 100644 .changes/next-release/api-change-bedrockagent-3726.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-63993.json delete mode 100644 .changes/next-release/api-change-codebuild-86672.json delete mode 100644 .changes/next-release/api-change-organizations-45056.json delete mode 100644 .changes/next-release/api-change-qbusiness-53925.json delete mode 100644 .changes/next-release/api-change-supplychain-8521.json diff --git a/.changes/1.35.5.json b/.changes/1.35.5.json new file mode 100644 index 0000000000..2fe1c3b71f --- /dev/null +++ b/.changes/1.35.5.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Releasing the support for Action User Confirmation.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Releasing the support for Action User Confirmation.", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] Added support for the MAC_ARM environment type for CodeBuild fleets.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "[``botocore``] Releasing minor partitional endpoint updates.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.", + "type": "api-change" + }, + { + "category": "``supplychain``", + "description": "[``botocore``] Update API documentation to clarify the event SLA as well as the data model expectations", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-3726.json b/.changes/next-release/api-change-bedrockagent-3726.json deleted file mode 100644 index d5252c7580..0000000000 --- a/.changes/next-release/api-change-bedrockagent-3726.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Releasing the support for Action User Confirmation." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-63993.json b/.changes/next-release/api-change-bedrockagentruntime-63993.json deleted file mode 100644 index 58a80564a2..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-63993.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Releasing the support for Action User Confirmation." -} diff --git a/.changes/next-release/api-change-codebuild-86672.json b/.changes/next-release/api-change-codebuild-86672.json deleted file mode 100644 index 52914feeb6..0000000000 --- a/.changes/next-release/api-change-codebuild-86672.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] Added support for the MAC_ARM environment type for CodeBuild fleets." -} diff --git a/.changes/next-release/api-change-organizations-45056.json b/.changes/next-release/api-change-organizations-45056.json deleted file mode 100644 index 4c43c3f3f8..0000000000 --- a/.changes/next-release/api-change-organizations-45056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "[``botocore``] Releasing minor partitional endpoint updates." -} diff --git a/.changes/next-release/api-change-qbusiness-53925.json b/.changes/next-release/api-change-qbusiness-53925.json deleted file mode 100644 index 91f3929729..0000000000 --- a/.changes/next-release/api-change-qbusiness-53925.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "[``botocore``] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration." -} diff --git a/.changes/next-release/api-change-supplychain-8521.json b/.changes/next-release/api-change-supplychain-8521.json deleted file mode 100644 index b46a118275..0000000000 --- a/.changes/next-release/api-change-supplychain-8521.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``supplychain``", - "description": "[``botocore``] Update API documentation to clarify the event SLA as well as the data model expectations" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f56487bbf1..7aa80096da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.5 +====== + +* api-change:``bedrock-agent``: [``botocore``] Releasing the support for Action User Confirmation. +* api-change:``bedrock-agent-runtime``: [``botocore``] Releasing the support for Action User Confirmation. +* api-change:``codebuild``: [``botocore``] Added support for the MAC_ARM environment type for CodeBuild fleets. +* api-change:``organizations``: [``botocore``] Releasing minor partitional endpoint updates. +* api-change:``qbusiness``: [``botocore``] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration. +* api-change:``supplychain``: [``botocore``] Update API documentation to clarify the event SLA as well as the data model expectations + + 1.35.4 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 4bf0a865f6..d8fff937d9 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.4' +__version__ = '1.35.5' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ebf22448a7..300b714bb8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.4,<1.36.0 + botocore>=1.35.5,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 9d3376b500..651ab91fb8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.4,<1.36.0', + 'botocore>=1.35.5,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]