Skip to content

Commit

Permalink
Azure Core September Releases (#5975)
Browse files Browse the repository at this point in the history
* Azure Core September Releases

* Update CHANGELOG.md

---------

Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
antkmsft and antkmsft committed Sep 12, 2024
1 parent b45276f commit cfbe21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 1 addition & 7 deletions sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.11 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.0-beta.11 (2024-09-12)

### Bugs Fixed

- Updated vendored copy of uAMQP to reflect upstream changes.

### Other Changes

## 1.0.0-beta.10 (2024-06-06)

### Bugs Fixed
Expand Down
6 changes: 1 addition & 5 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# Release History

## 1.14.0-beta.2 (Unreleased)
## 1.14.0-beta.2 (2024-09-12)

### Features Added

- Request logs to now include the `accept-range`, `content-range`, `range`, `WWW-Authenticate`, `x-ms-date`, `x-ms-error-code`, `x-ms-range`, and `x-ms-version` headers.
- Added default constructor, `Parse()`, and equality comparison operators to `Azure::Core::Uuid`.
- Added an `Azure::Core::ResourceIdentifier` type.

### Breaking Changes

### Bugs Fixed

- Throw `std::invalid_argument` if the value of `TimeFractionFormat` enum passed in to `DateTime::ToString()` is invalid.
- `Azure::Core::Uuid::ToString()` is now `const`.

### Other Changes

## 1.14.0-beta.1 (2024-08-01)

### Features Added
Expand Down

0 comments on commit cfbe21c

Please sign in to comment.