From 1ad12c8af18094d5954fcad2f3a6fa81072bc82a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Sep 2024 18:04:49 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-applicationsignals-70738.json | 5 +++++ .changes/next-release/api-change-codepipeline-16952.json | 5 +++++ .changes/next-release/api-change-connect-52153.json | 5 +++++ .changes/next-release/api-change-gamelift-15118.json | 5 +++++ .../next-release/api-change-kinesisanalyticsv2-64087.json | 5 +++++ .changes/next-release/api-change-sagemaker-3080.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-applicationsignals-70738.json create mode 100644 .changes/next-release/api-change-codepipeline-16952.json create mode 100644 .changes/next-release/api-change-connect-52153.json create mode 100644 .changes/next-release/api-change-gamelift-15118.json create mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-64087.json create mode 100644 .changes/next-release/api-change-sagemaker-3080.json diff --git a/.changes/next-release/api-change-applicationsignals-70738.json b/.changes/next-release/api-change-applicationsignals-70738.json new file mode 100644 index 0000000000..b748635051 --- /dev/null +++ b/.changes/next-release/api-change-applicationsignals-70738.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-signals``", + "description": "[``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements." +} diff --git a/.changes/next-release/api-change-codepipeline-16952.json b/.changes/next-release/api-change-codepipeline-16952.json new file mode 100644 index 0000000000..8133c1f037 --- /dev/null +++ b/.changes/next-release/api-change-codepipeline-16952.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codepipeline``", + "description": "[``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally." +} diff --git a/.changes/next-release/api-change-connect-52153.json b/.changes/next-release/api-change-connect-52153.json new file mode 100644 index 0000000000..424e29b867 --- /dev/null +++ b/.changes/next-release/api-change-connect-52153.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines)." +} diff --git a/.changes/next-release/api-change-gamelift-15118.json b/.changes/next-release/api-change-gamelift-15118.json new file mode 100644 index 0000000000..e7570599e0 --- /dev/null +++ b/.changes/next-release/api-change-gamelift-15118.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``gamelift``", + "description": "[``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process." +} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-64087.json b/.changes/next-release/api-change-kinesisanalyticsv2-64087.json new file mode 100644 index 0000000000..4258a30c6b --- /dev/null +++ b/.changes/next-release/api-change-kinesisanalyticsv2-64087.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink" +} diff --git a/.changes/next-release/api-change-sagemaker-3080.json b/.changes/next-release/api-change-sagemaker-3080.json new file mode 100644 index 0000000000..1061868e64 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-3080.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio." +} From cea4f0565bf6cbf612f395d87f2f4282351586f7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 5 Sep 2024 18:05:11 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.13 --- .changes/1.35.13.json | 32 +++++++++++++++++++ .../api-change-applicationsignals-70738.json | 5 --- .../api-change-codepipeline-16952.json | 5 --- .../api-change-connect-52153.json | 5 --- .../api-change-gamelift-15118.json | 5 --- .../api-change-kinesisanalyticsv2-64087.json | 5 --- .../api-change-sagemaker-3080.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.13.json delete mode 100644 .changes/next-release/api-change-applicationsignals-70738.json delete mode 100644 .changes/next-release/api-change-codepipeline-16952.json delete mode 100644 .changes/next-release/api-change-connect-52153.json delete mode 100644 .changes/next-release/api-change-gamelift-15118.json delete mode 100644 .changes/next-release/api-change-kinesisanalyticsv2-64087.json delete mode 100644 .changes/next-release/api-change-sagemaker-3080.json diff --git a/.changes/1.35.13.json b/.changes/1.35.13.json new file mode 100644 index 0000000000..87e7748f3a --- /dev/null +++ b/.changes/1.35.13.json @@ -0,0 +1,32 @@ +[ + { + "category": "``application-signals``", + "description": "[``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.", + "type": "api-change" + }, + { + "category": "``codepipeline``", + "description": "[``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "[``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationsignals-70738.json b/.changes/next-release/api-change-applicationsignals-70738.json deleted file mode 100644 index b748635051..0000000000 --- a/.changes/next-release/api-change-applicationsignals-70738.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-signals``", - "description": "[``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements." -} diff --git a/.changes/next-release/api-change-codepipeline-16952.json b/.changes/next-release/api-change-codepipeline-16952.json deleted file mode 100644 index 8133c1f037..0000000000 --- a/.changes/next-release/api-change-codepipeline-16952.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "[``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally." -} diff --git a/.changes/next-release/api-change-connect-52153.json b/.changes/next-release/api-change-connect-52153.json deleted file mode 100644 index 424e29b867..0000000000 --- a/.changes/next-release/api-change-connect-52153.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines)." -} diff --git a/.changes/next-release/api-change-gamelift-15118.json b/.changes/next-release/api-change-gamelift-15118.json deleted file mode 100644 index e7570599e0..0000000000 --- a/.changes/next-release/api-change-gamelift-15118.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "[``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-64087.json b/.changes/next-release/api-change-kinesisanalyticsv2-64087.json deleted file mode 100644 index 4258a30c6b..0000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-64087.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink" -} diff --git a/.changes/next-release/api-change-sagemaker-3080.json b/.changes/next-release/api-change-sagemaker-3080.json deleted file mode 100644 index 1061868e64..0000000000 --- a/.changes/next-release/api-change-sagemaker-3080.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3841e10536..a844f0d478 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.13 +======= + +* api-change:``application-signals``: [``botocore``] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements. +* api-change:``codepipeline``: [``botocore``] Updates to add recent notes to APIs and to replace example S3 bucket names globally. +* api-change:``connect``: [``botocore``] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines). +* api-change:``gamelift``: [``botocore``] Amazon GameLift provides additional events for tracking the fleet creation process. +* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.20 in Managed Service for Apache Flink +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio. + + 1.35.12 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index f11034856a..bca68abdc3 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.12' +__version__ = '1.35.13' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 83c3dce93a..2388151f12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.12,<1.36.0 + botocore>=1.35.13,<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 6e5478eac2..10b1d38b01 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.12,<1.36.0', + 'botocore>=1.35.13,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]