Skip to content

Commit 3bb48a5

Browse files
authored
cosmos: CHANGELOG updates for June 19 release (#4633)
CHANGELOG updates for the following releases: * `azure_data_cosmos` - `0.36.0` * `azure_data_cosmos_driver` - `0.5.0` * `azure_data_cosmos_macros` - `0.2.0`
1 parent 9fff7ba commit 3bb48a5

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

sdk/cosmos/azure_data_cosmos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.36.0 (Unreleased)
3+
## 0.36.0 (2026-06-19)
44

55
### Features Added
66

sdk/cosmos/azure_data_cosmos_driver/CHANGELOG.md

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

3-
## 0.5.0 (Unreleased)
3+
## 0.5.0 (2026-06-19)
44

55
### Features Added
66

@@ -48,8 +48,6 @@
4848
- Fixed per-attempt `activity_id` in diagnostics serializing as `null` on transport failures; it is now seeded from the operation-level activity ID. ([#4602](https://github.com/Azure/azure-sdk-for-rust/pull/4602))
4949
- Fixed `system_usage.cpu` in diagnostics emitting the literal string `"empty"`; it now serializes as a structured `{ samples, status }` object when no CPU samples are available. ([#4602](https://github.com/Azure/azure-sdk-for-rust/pull/4602))
5050

51-
### Other Changes
52-
5351
## 0.4.0 (2026-06-09)
5452

5553
### Features Added

sdk/cosmos/azure_data_cosmos_macros/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Release History
22

3-
## 0.2.0 (Unreleased)
3+
## 0.2.0 (2026-06-19)
44

55
### Features Added
66

77
- Added an `overridable` field-level flag (`#[option(env = "...", overridable)]`) that recognizes a `{ENV}_OVERRIDE` kill-switch environment variable, generates `from_env_override()`/`from_env_override_vars()` parsing, and adds a top-priority `env_override` layer to the generated View (constructed via `new_with_override`). ([#4562](https://github.com/Azure/azure-sdk-for-rust/pull/4562))
88
- Added an `#[options(env_only)]` struct-level mode to `CosmosOptions` that generates only the `from_env()`/`from_env_vars()` constructors (no View, Builder, or `Default`), allowing an existing builder-style type to double as its own environment-variable source. ([#4562](https://github.com/Azure/azure-sdk-for-rust/pull/4562))
99
- Added a `parser` field-level attribute (`#[option(env = "...", parser = path::to::fn)]`) to `CosmosOptions` that parses an environment variable with a custom `fn(&str) -> Option<T>` instead of `FromStr`, supporting field types without a suitable `FromStr` (such as a `Duration` read from a millisecond count). A `None` result is logged and ignored, matching the lenient built-in parsers. ([#4562](https://github.com/Azure/azure-sdk-for-rust/pull/4562))
1010

11-
### Breaking Changes
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 0.1.0 (2026-04-09)
1812

1913
### Features Added

0 commit comments

Comments
 (0)