cosmos: CHANGELOG updates for 0.37.0/0.6.0 release#4799
Merged
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
|
/azp run rust - cosmos - weekly |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Finalizes the Cosmos SDK and driver release changelogs and restores the driver’s dependency on the published macros crate.
Changes:
- Dates releases
azure_data_cosmos0.37.0 and driver 0.6.0. - Removes empty release categories.
- Pins the driver to published macros version 0.2.0 and updates the lockfile.
Show a summary per file
| File | Description |
|---|---|
sdk/cosmos/azure_data_cosmos/CHANGELOG.md |
Finalizes the 0.37.0 release. |
sdk/cosmos/azure_data_cosmos_driver/CHANGELOG.md |
Finalizes the 0.6.0 release. |
sdk/cosmos/azure_data_cosmos_driver/Cargo.toml |
Uses published macros version 0.2.0. |
Cargo.lock |
Records the registry macros dependency. |
Review details
- Files reviewed: 3/4 changed files
- Comments generated: 0
- Review effort level: Medium
Member
Author
|
@copilot resolve the merge conflicts on this branch. |
analogrelay
force-pushed
the
ashleyst/cosmos-0.37
branch
2 times, most recently
from
July 20, 2026 18:01
9939f25 to
1a963cd
Compare
analogrelay
force-pushed
the
ashleyst/cosmos-0.37
branch
from
July 20, 2026 18:02
1a963cd to
a66c016
Compare
Member
Author
|
/azp run rust - cosmos - weekly |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
tvaron3
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Cosmos DB Changelogs for the 0.37.0 release. Also, reverted the driver -> macros dependency to the latest-published version, since we don't plan to ship macros in this release (no changes there).