From f94876d5fa8d7b9eaa1b0cc5e554cc63d0a7401c Mon Sep 17 00:00:00 2001 From: simorenoh Date: Thu, 14 Mar 2024 13:49:57 -0700 Subject: [PATCH 1/2] updates needed --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 7 ++----- sdk/cosmos/azure-cosmos/azure/cosmos/_version.py | 2 +- sdk/cosmos/azure-cosmos/setup.py | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index b775baf81794..79ee96ed119d 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -1,16 +1,13 @@ ## Release History -### 4.5.2b6 (Unreleased) +### 4.6.0 (2024-03-14) #### Features Added - -#### Breaking Changes +* GA release of hierarchical partitioning, index metrics and transactional batch. #### Bugs Fixed * Keyword arguments were not being passed down for `create_container_if_not_exists()` methods. See [PR 34286](https://github.com/Azure/azure-sdk-for-python/pull/34286). -#### Other Changes - ### 4.5.2b5 (2024-03-02) #### Bugs Fixed diff --git a/sdk/cosmos/azure-cosmos/azure/cosmos/_version.py b/sdk/cosmos/azure-cosmos/azure/cosmos/_version.py index 533bfdb198ca..2e2f65fda553 100644 --- a/sdk/cosmos/azure-cosmos/azure/cosmos/_version.py +++ b/sdk/cosmos/azure-cosmos/azure/cosmos/_version.py @@ -19,4 +19,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -VERSION = "4.5.2b6" +VERSION = "4.6.0" diff --git a/sdk/cosmos/azure-cosmos/setup.py b/sdk/cosmos/azure-cosmos/setup.py index d2045ab67abb..d3607387dee7 100644 --- a/sdk/cosmos/azure-cosmos/setup.py +++ b/sdk/cosmos/azure-cosmos/setup.py @@ -55,7 +55,7 @@ url="https://github.com/Azure/azure-sdk-for-python", keywords="azure, azure sdk", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", From e44951b558495756987fad7ac4f41d5f6a81b77b Mon Sep 17 00:00:00 2001 From: simorenoh Date: Thu, 14 Mar 2024 14:03:52 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index 79ee96ed119d..690f55cead50 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -8,6 +8,9 @@ #### Bugs Fixed * Keyword arguments were not being passed down for `create_container_if_not_exists()` methods. See [PR 34286](https://github.com/Azure/azure-sdk-for-python/pull/34286). +#### Other Changes +* Made several updates to the type hints used throughout the SDK for greater detail. See [PR 33269](https://github.com/Azure/azure-sdk-for-python/pull/33269), [PR 33341](https://github.com/Azure/azure-sdk-for-python/pull/33341), [PR 33738](https://github.com/Azure/azure-sdk-for-python/pull/33738). + ### 4.5.2b5 (2024-03-02) #### Bugs Fixed