Skip to content

Commit 497d613

Browse files
authored
Prepare for azure_core 0.27.0 release (#2847)
1 parent c855c77 commit 497d613

File tree

8 files changed

+22
-36
lines changed

8 files changed

+22
-36
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.27.0 (Unreleased)
3+
## 0.27.0 (2025-08-01)
44

55
### Features Added
66

@@ -11,10 +11,6 @@
1111
- `Pager::from_callback` and `PageIterator::from_callback` define a parameter of type `PagerState<C>` instead of `Option<C>`, where `None` => `Initial` and `Some(C)` => `More(C)`.
1212
- `Poller::from_callback` defines a parameter of type `PollerState<N>` instead of `Option<N>`, where `None` => `Initial` and `Some(N)` => `More(N)`.
1313

14-
### Bugs Fixed
15-
16-
### Other Changes
17-
1814
## 0.26.0 (2025-07-10)
1915

2016
### Features Added

sdk/core/azure_core_amqp/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.6.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.6.0 (2025-08-01)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.5.0 (2025-07-10)
1410

1511
### Breaking Changes
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.1.0 (2025-08-01)
4+
5+
### Features Added
6+
7+
- Initial release.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.1.0 (2025-08-01)
4+
5+
### Features Added
6+
7+
- Initial release.

sdk/core/azure_core_opentelemetry/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_core_tracing_opentelemetry"
1111
keywords = ["sdk", "azure", "tracing", "opentelemetry", "observability"]
1212
categories = ["api-bindings", "development-tools::debugging"]
13-
publish = true
14-
1513
edition.workspace = true
14+
rust-version.workspace = true
1615

1716
[dependencies]
1817
azure_core.workspace = true
@@ -23,7 +22,6 @@ reqwest.workspace = true
2322
tracing.workspace = true
2423
typespec_client_core.workspace = true
2524

26-
2725
[dev-dependencies]
2826
azure_core_test = { workspace = true, features = ["tracing"] }
2927
azure_core_test_macros.workspace = true

sdk/typespec/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-08-01)
64

75
### Breaking Changes
86

97
- `http::Request::method()` returns a copy of the underlying `Method` rather than a reference to the underlying `Method`.
108

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

1711
### 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.6.0 (Unreleased)
3+
## 0.6.0 (2025-08-01)
44

55
### Features Added
66

@@ -12,10 +12,6 @@
1212

1313
- When a retry policy receives a response whose status code indicates the policy shouldn't retry the request, it now returns that response instead of an error
1414

15-
### Bugs Fixed
16-
17-
### Other Changes
18-
1915
## 0.5.0 (2025-07-10)
2016

2117
### Features Added

sdk/typespec/typespec_macros/CHANGELOG.md

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

3-
## 0.6.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 0.6.0 (2025-08-01)
124

135
## 0.5.0 (2025-07-10)
146

0 commit comments

Comments
 (0)