From 4c203e493a888bcf2d36e154af8363a6cf1bd305 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 6 Jul 2023 18:10:54 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-ec2-20851.json | 5 +++++ .changes/next-release/api-change-location-63755.json | 5 +++++ .changes/next-release/api-change-outposts-20776.json | 5 +++++ .changes/next-release/api-change-quicksight-20340.json | 5 +++++ .changes/next-release/api-change-rds-54098.json | 5 +++++ .changes/next-release/bugfix-configprovider-46546.json | 5 +++++ .changes/next-release/enhancement-configprovider-27540.json | 5 +++++ .changes/next-release/feature-configuration-3829.json | 5 +++++ 8 files changed, 40 insertions(+) create mode 100644 .changes/next-release/api-change-ec2-20851.json create mode 100644 .changes/next-release/api-change-location-63755.json create mode 100644 .changes/next-release/api-change-outposts-20776.json create mode 100644 .changes/next-release/api-change-quicksight-20340.json create mode 100644 .changes/next-release/api-change-rds-54098.json create mode 100644 .changes/next-release/bugfix-configprovider-46546.json create mode 100644 .changes/next-release/enhancement-configprovider-27540.json create mode 100644 .changes/next-release/feature-configuration-3829.json diff --git a/.changes/next-release/api-change-ec2-20851.json b/.changes/next-release/api-change-ec2-20851.json new file mode 100644 index 0000000000..6e8b23b740 --- /dev/null +++ b/.changes/next-release/api-change-ec2-20851.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Add Nitro Enclaves support on DescribeInstanceTypes" +} diff --git a/.changes/next-release/api-change-location-63755.json b/.changes/next-release/api-change-location-63755.json new file mode 100644 index 0000000000..167aa4e2d0 --- /dev/null +++ b/.changes/next-release/api-change-location-63755.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``location``", + "description": "[``botocore``] This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge." +} diff --git a/.changes/next-release/api-change-outposts-20776.json b/.changes/next-release/api-change-outposts-20776.json new file mode 100644 index 0000000000..1f6a5d23e7 --- /dev/null +++ b/.changes/next-release/api-change-outposts-20776.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``outposts``", + "description": "[``botocore``] Added paginator support to several APIs. Added the ISOLATED enum value to AssetState." +} diff --git a/.changes/next-release/api-change-quicksight-20340.json b/.changes/next-release/api-change-quicksight-20340.json new file mode 100644 index 0000000000..976510719e --- /dev/null +++ b/.changes/next-release/api-change-quicksight-20340.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter." +} diff --git a/.changes/next-release/api-change-rds-54098.json b/.changes/next-release/api-change-rds-54098.json new file mode 100644 index 0000000000..45aaf498dc --- /dev/null +++ b/.changes/next-release/api-change-rds-54098.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters." +} diff --git a/.changes/next-release/bugfix-configprovider-46546.json b/.changes/next-release/bugfix-configprovider-46546.json new file mode 100644 index 0000000000..6a0f98afc1 --- /dev/null +++ b/.changes/next-release/bugfix-configprovider-46546.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "configprovider", + "description": "[``botocore``] Fix bug when deep copying config value store where overrides were not preserved" +} diff --git a/.changes/next-release/enhancement-configprovider-27540.json b/.changes/next-release/enhancement-configprovider-27540.json new file mode 100644 index 0000000000..7099ae3bde --- /dev/null +++ b/.changes/next-release/enhancement-configprovider-27540.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "configprovider", + "description": "[``botocore``] Always use shallow copy of session config value store for clients" +} diff --git a/.changes/next-release/feature-configuration-3829.json b/.changes/next-release/feature-configuration-3829.json new file mode 100644 index 0000000000..06cc8010f6 --- /dev/null +++ b/.changes/next-release/feature-configuration-3829.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "configuration", + "description": "[``botocore``] Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services." +}