From f47c6aa6230ad26412640e6edab5feff102287e2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 17 Jan 2025 19:10:27 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockruntime-15994.json | 5 +++++ .changes/next-release/api-change-detective-2187.json | 5 +++++ .changes/next-release/api-change-ec2-76117.json | 5 +++++ .changes/next-release/api-change-notifications-16338.json | 5 +++++ .changes/next-release/api-change-sagemaker-15670.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockruntime-15994.json create mode 100644 .changes/next-release/api-change-detective-2187.json create mode 100644 .changes/next-release/api-change-ec2-76117.json create mode 100644 .changes/next-release/api-change-notifications-16338.json create mode 100644 .changes/next-release/api-change-sagemaker-15670.json diff --git a/.changes/next-release/api-change-bedrockruntime-15994.json b/.changes/next-release/api-change-bedrockruntime-15994.json new file mode 100644 index 0000000000..b664baaaad --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-15994.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Allow hyphens in tool name for Converse and ConverseStream APIs" +} diff --git a/.changes/next-release/api-change-detective-2187.json b/.changes/next-release/api-change-detective-2187.json new file mode 100644 index 0000000000..c8ee8a007b --- /dev/null +++ b/.changes/next-release/api-change-detective-2187.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``detective``", + "description": "[``botocore``] Doc only update for Detective documentation." +} diff --git a/.changes/next-release/api-change-ec2-76117.json b/.changes/next-release/api-change-ec2-76117.json new file mode 100644 index 0000000000..84923c53d9 --- /dev/null +++ b/.changes/next-release/api-change-ec2-76117.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types." +} diff --git a/.changes/next-release/api-change-notifications-16338.json b/.changes/next-release/api-change-notifications-16338.json new file mode 100644 index 0000000000..6a1ee453a4 --- /dev/null +++ b/.changes/next-release/api-change-notifications-16338.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``notifications``", + "description": "[``botocore``] Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications" +} diff --git a/.changes/next-release/api-change-sagemaker-15670.json b/.changes/next-release/api-change-sagemaker-15670.json new file mode 100644 index 0000000000..a645da4760 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-15670.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Correction of docs for \"Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering\"" +} From 3632dae3e6d13cc2ec0698066de1156a503ecfd1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 17 Jan 2025 19:10:53 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.2 --- .changes/1.36.2.json | 27 +++++++++++++++++++ .../api-change-bedrockruntime-15994.json | 5 ---- .../api-change-detective-2187.json | 5 ---- .../next-release/api-change-ec2-76117.json | 5 ---- .../api-change-notifications-16338.json | 5 ---- .../api-change-sagemaker-15670.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.36.2.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-15994.json delete mode 100644 .changes/next-release/api-change-detective-2187.json delete mode 100644 .changes/next-release/api-change-ec2-76117.json delete mode 100644 .changes/next-release/api-change-notifications-16338.json delete mode 100644 .changes/next-release/api-change-sagemaker-15670.json diff --git a/.changes/1.36.2.json b/.changes/1.36.2.json new file mode 100644 index 0000000000..27528b28f0 --- /dev/null +++ b/.changes/1.36.2.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Allow hyphens in tool name for Converse and ConverseStream APIs", + "type": "api-change" + }, + { + "category": "``detective``", + "description": "[``botocore``] Doc only update for Detective documentation.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.", + "type": "api-change" + }, + { + "category": "``notifications``", + "description": "[``botocore``] Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Correction of docs for \"Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering\"", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockruntime-15994.json b/.changes/next-release/api-change-bedrockruntime-15994.json deleted file mode 100644 index b664baaaad..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-15994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] Allow hyphens in tool name for Converse and ConverseStream APIs" -} diff --git a/.changes/next-release/api-change-detective-2187.json b/.changes/next-release/api-change-detective-2187.json deleted file mode 100644 index c8ee8a007b..0000000000 --- a/.changes/next-release/api-change-detective-2187.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``detective``", - "description": "[``botocore``] Doc only update for Detective documentation." -} diff --git a/.changes/next-release/api-change-ec2-76117.json b/.changes/next-release/api-change-ec2-76117.json deleted file mode 100644 index 84923c53d9..0000000000 --- a/.changes/next-release/api-change-ec2-76117.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types." -} diff --git a/.changes/next-release/api-change-notifications-16338.json b/.changes/next-release/api-change-notifications-16338.json deleted file mode 100644 index 6a1ee453a4..0000000000 --- a/.changes/next-release/api-change-notifications-16338.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``notifications``", - "description": "[``botocore``] Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications" -} diff --git a/.changes/next-release/api-change-sagemaker-15670.json b/.changes/next-release/api-change-sagemaker-15670.json deleted file mode 100644 index a645da4760..0000000000 --- a/.changes/next-release/api-change-sagemaker-15670.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Correction of docs for \"Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering\"" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 60a869dfa2..56e8def23b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.36.2 +====== + +* api-change:``bedrock-runtime``: [``botocore``] Allow hyphens in tool name for Converse and ConverseStream APIs +* api-change:``detective``: [``botocore``] Doc only update for Detective documentation. +* api-change:``ec2``: [``botocore``] Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types. +* api-change:``notifications``: [``botocore``] Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications +* api-change:``sagemaker``: [``botocore``] Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering" + + 1.36.1 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 38f96bac26..5bb58861e7 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.36.1' +__version__ = '1.36.2' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4732daecb3..68481190be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.1,<1.37.0 + botocore>=1.36.2,<1.37.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index 265add5e26..59daedb22f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.1,<1.37.0', + 'botocore>=1.36.2,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]