Skip to content

Commit a31eaf2

Browse files
Prepare for May core release (#2553)
* Prepare for May core release * Update sdk/core/azure_core_amqp/CHANGELOG.md Co-authored-by: Larry Osterman <[email protected]> --------- Co-authored-by: Larry Osterman <[email protected]>
1 parent 451b1b3 commit a31eaf2

File tree

6 files changed

+18
-28
lines changed

6 files changed

+18
-28
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"pwsh",
6363
"posix",
6464
"reqwest",
65+
"runtimes",
6566
"rustup",
6667
"seekable",
6768
"servicebus",

sdk/core/azure_core/CHANGELOG.md

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

3-
## 0.24.0 (Unreleased)
3+
## 0.24.0 (2025-05-02)
44

55
### Features Added
66

7+
- Added `TaskSpawner` abstraction to spawn asynchronous tasks for different async runtimes. Defaults to optional `tokio` runtime.
8+
79
### Breaking Changes
810

9-
### Bugs Fixed
11+
- `PagerResult` always returns items of type `T` instead of `Response<T>`.
1012

1113
### Other Changes
1214

1315
- Deriving `SafeDebug` formats non-exhaustive types by default. Enable `debug` feature to format normal `Debug` output.
16+
- Updated dependencies.
1417

1518
## 0.23.0 (2025-04-08)
1619

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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-05-02)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
- Converted AMQP traits to use `async_trait` rather than attempting to implement the `async_trait` functionality manually.
9+
- Restructured and refactored AMQP errors to make them easier to interpret.
10+
1311
## 0.2.0 (2025-04-08)
1412

1513
### Features Added

sdk/typespec/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.4.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.4.0 (2025-05-02)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.3.0 (2025-04-08)
1410

1511
### Breaking Changes

sdk/typespec/typespec_client_core/CHANGELOG.md

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

3-
## 0.3.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.3.0 (2025-05-02)
64

75
### Breaking Changes
86

97
- The `reqwest_rustls` feature enables `rustls-tls-native-roots-no-provider` instead of `rustls-tls-native-roots` to remove the dependency on the `ring` crate.
108

11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Deriving `SafeDebug` formats non-exhaustive types by default. Enable `debug` feature to format normal `Debug` output.
12+
- Updated dependencies.
1613

1714
## 0.2.0 (2025-04-08)
1815

sdk/typespec/typespec_macros/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +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-05-02)
104

115
### Other Changes
126

137
- Deriving `SafeDebug` formats non-exhaustive types by default. Enable `debug` feature to format normal `Debug` output.
8+
- Updated dependencies.
149

1510
## 0.2.0 (2025-04-08)
1611

0 commit comments

Comments
 (0)