Skip to content

Commit 2444b6f

Browse files
authored
Prepare core release (Azure#3105)
1 parent 3f7c839 commit 2444b6f

File tree

7 files changed

+11
-35
lines changed

7 files changed

+11
-35
lines changed

sdk/core/azure_core/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.29.0 (Unreleased)
3+
## 0.29.0 (2025-10-03)
44

55
### Features Added
66

@@ -55,8 +55,6 @@
5555

5656
- `ErrorKind::HttpResponse { raw_response, .. }` may have been incorrectly `None`.
5757

58-
### Other Changes
59-
6058
## 0.28.0 (2025-09-11)
6159

6260
### Features Added

sdk/core/azure_core_amqp/CHANGELOG.md

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

3-
## 0.8.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.8.0 (2025-10-03)
64

75
### Breaking Changes
86

97
- Removed non-idiomatic accessor functions from `AmqpDescribed`, `AmqpSessionOptions`, `AmqpDescribedError`, `AmqpMessage`, and `AmqpTarget`
108
- Renamed the "cplusplus" feature to "ffi" because "ffi" is more idiomatic to Rust.
119

12-
### Bugs Fixed
13-
1410
### Other Changes
1511

1612
`AmqpMessage` now implements the `SafeDebug` trait, redacting the `body` and `application_properties` fields because they are likely to contain PII. To view the full contents of the message, enable the `debug` feature in the `azure_core` package.

sdk/core/azure_core_macros/CHANGELOG.md

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

3-
## 0.3.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.3.0 (2025-10-03)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.2.0 (2025-09-11)
1410

1511
### Other Changes

sdk/core/azure_core_opentelemetry/CHANGELOG.md

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

3-
## 0.3.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.3.0 (2025-10-03)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.2.0 (2025-09-11)
1410

1511
### Other Changes

sdk/typespec/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.9.0 (Unreleased)
3+
## 0.9.0 (2025-10-03)
44

55
### Features Added
66

@@ -27,8 +27,6 @@
2727
- Renamed `ResultExt::with_context()` to `ResultExt::with_context_fn()`.
2828
- Renamed `ResultExt::context()` to `ResultExt::with_context()`.
2929

30-
### Bugs Fixed
31-
3230
### Other Changes
3331

3432
- Made `http::headers` a public module to align with `typespec_client_core`.

sdk/typespec/typespec_client_core/CHANGELOG.md

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

3-
## 0.8.0 (Unreleased)
3+
## 0.8.0 (2025-10-03)
44

55
### Features Added
66

@@ -48,10 +48,6 @@
4848
- Replaced implementation of `From<BufResponse>` for `Response<T, F>` to `From<RawResponse>`.
4949
- Replaced implementation of `From<Response<T, F>>` for `BufResponse` to `From<AsyncResponse<T>>`.
5050

51-
### Bugs Fixed
52-
53-
### Other Changes
54-
5551
## 0.7.0 (2025-09-11)
5652

5753
### Features Added

sdk/typespec/typespec_macros/CHANGELOG.md

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

3-
## 0.8.0 (Unreleased)
3+
## 0.8.0 (2025-10-03)
44

55
### Features Added
66

@@ -18,10 +18,6 @@
1818
- Renamed `ResultExt::with_context()` to `ResultExt::with_context_fn()`.
1919
- Renamed `ResultExt::context()` to `ResultExt::with_context()`.
2020

21-
### Bugs Fixed
22-
23-
### Other Changes
24-
2521
## 0.7.0 (2025-09-11)
2622

2723
### Other Changes

0 commit comments

Comments
 (0)