Skip to content

Commit 3772873

Browse files
authored
Prepare azure_core release (Azure#2971)
1 parent c8e748b commit 3772873

File tree

7 files changed

+15
-45
lines changed

7 files changed

+15
-45
lines changed

sdk/core/azure_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.28.0 (Unreleased)
3+
## 0.28.0 (2025-09-05)
44

55
### Features Added
66

@@ -20,10 +20,6 @@
2020
- Removed the `setters` macro.
2121
- Added the ability to configure pipeline configuration independently from `ClientOptions`. This adds a new optional `PipelineOptions` parameter to `azure_core::http::Pipeline::new()`. If not specified, it defaults to the expected options for `azure_core` services.
2222

23-
### Bugs Fixed
24-
25-
### Other Changes
26-
2723
## 0.27.0 (2025-08-01)
2824

2925
### Features Added

sdk/core/azure_core_amqp/CHANGELOG.md

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

3-
## 0.7.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.7.0 (2025-09-05)
64

75
### Breaking Changes
86

97
- Distinguish remote disconnect and remote closed errors by origin
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.6.0 (2025-08-01)
1610

1711
### Other Changes

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.2.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.2.0 (2025-09-05)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.1.0 (2025-08-01)
1410

1511
### Features Added

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.2.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.2.0 (2025-09-05)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.1.0 (2025-08-01)
1410

1511
### 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.8.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.8.0 (2025-09-05)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.7.0 (2025-08-01)
1410

1511
### Breaking Changes

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.7.0 (Unreleased)
3+
## 0.7.0 (2025-09-05)
44

55
### Features Added
66

@@ -20,10 +20,6 @@
2020
- Removed the cloud service specific retry headers from typespec_client_core. This change means that the `HttpError::new()` function takes an additional optional parameter which is an HTTP header which might contain an error code.
2121
- Added pipeline configuration options (`PipelineOptions`) to `typespec_client_core::http::Pipeline::new()` to enable customization of the options for an HTTP pipeline.
2222

23-
### Bugs Fixed
24-
25-
### Other Changes
26-
2723
## 0.6.0 (2025-08-01)
2824

2925
### Features Added

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

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.6.0 (2025-08-01)
1410

1511
## 0.5.0 (2025-07-10)

0 commit comments

Comments
 (0)