Skip to content

Commit 617d21e

Browse files
authored
Prepare to release azure_core and friends (#3305)
1 parent db30a0f commit 617d21e

File tree

7 files changed

+13
-41
lines changed

7 files changed

+13
-41
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.30.0 (Unreleased)
3+
## 0.30.0 (2025-11-07)
44

55
### Features Added
66

@@ -39,8 +39,6 @@
3939

4040
- `ItemIterator::into_pages()` now properly supports resuming from the current page until _after_ all items have been iterated.
4141

42-
### Other Changes
43-
4442
## 0.29.1 (2025-10-06)
4543

4644
### Breaking Changes

sdk/core/azure_core_amqp/CHANGELOG.md

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

3-
## 0.9.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.9.0 (2025-11-07)
64

75
### Breaking Changes
86

97
- All AMQP APIs now return an `azure_core_amqp::AmqpError` instead of an `azure_core::Error`.
108
- Several `azure_core_amqp::error::AmqpErrorKind` enumerations have been removed because they are no longer needed.
119
- Modified several errors which previously used `azure_core::Error::with_message` to use `azure_core_amqp::AmqpError::with_message`, changing their underlying type.
1210

13-
### Bugs Fixed
14-
1511
### Other Changes
1612

1713
- Added `azure_core_amqp::error::AmqpErrorKind::AzureCore`, and `azure_core_amqp::error::AmqpErrorKind::SimpleMessage` to describe Azure Core originated errors, and messages which just have a string value respectively.

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

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.3.1 (2025-10-06)
1410

1511
### Bugs Fixed

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

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.3.1 (2025-10-06)
1410

1511
### Bugs Fixed

sdk/core/typespec/CHANGELOG.md

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

3-
## 0.10.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.10.0 (2025-11-07)
64

75
### Breaking Changes
86

@@ -11,10 +9,6 @@
119
- Removed `xml::read_xml_str()`.
1210
- Renamed `xml::read_xml()` to `xml::from_xml()` congruent with `json::from_json()`.
1311

14-
### Bugs Fixed
15-
16-
### Other Changes
17-
1812
## 0.9.1 (2025-10-06)
1913

2014
### Bugs Fixed

sdk/core/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.9.0 (Unreleased)
3+
## 0.9.0 (2025-11-07)
44

55
### Features Added
66

@@ -24,10 +24,6 @@
2424
- Renamed `Response<T, F>::into_body(self) -> Result<Response<T>>` to `into_model(self) -> Result<Response<T>>`. `into_body(self)` now returns a `ResponseBody`.
2525
- Renamed `xml::read_xml()` to `xml::from_xml()` congruent with `json::from_json()`.
2626

27-
### Bugs Fixed
28-
29-
### Other Changes
30-
3127
## 0.8.1 (2025-10-06)
3228

3329
### Bugs Fixed

sdk/core/typespec_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.9.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.9.0 (2025-11-07)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.8.1 (2025-10-06)
1410

1511
### Bugs Fixed

0 commit comments

Comments
 (0)