Skip to content

Commit c6dc6af

Browse files
authored
[Cosmos] update versions for stable release (#34775)
* updates needed * Update CHANGELOG.md
1 parent 2d44f8d commit c6dc6af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Release History
22

3-
### 4.5.2b6 (Unreleased)
3+
### 4.6.0 (2024-03-14)
44

55
#### Features Added
6-
7-
#### Breaking Changes
6+
* GA release of hierarchical partitioning, index metrics and transactional batch.
87

98
#### Bugs Fixed
109
* 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).
1110

1211
#### Other Changes
12+
* 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).
1313

1414
### 4.5.2b5 (2024-03-02)
1515

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.5.2b6"
22+
VERSION = "4.6.0"

sdk/cosmos/azure-cosmos/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
url="https://github.com/Azure/azure-sdk-for-python",
5656
keywords="azure, azure sdk",
5757
classifiers=[
58-
"Development Status :: 4 - Beta",
58+
"Development Status :: 5 - Production/Stable",
5959
"Intended Audience :: Developers",
6060
"Natural Language :: English",
6161
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)