Updated changelog for azure core; azure core amqp; and eventhubs. (#5060)

This commit is contained in:
Larry Osterman 2023-10-25 15:16:52 -07:00 коммит произвёл GitHub
Родитель 51c8955d85
Коммит d4b225c138
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,9 @@
### Other Changes
- Added several `ostream` insertion operators for AMQP types.
- Removed public dependency on azure-uamqp-c to enable local bug fixes.
## 1.0.0-beta.4 (2023-10-05)
### Features Added

Просмотреть файл

@ -4,10 +4,15 @@
### Features Added
- Added TLS 1.3 support to WinHTTP transport.
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
### Breaking Changes
### Bugs Fixed
- Some versions of GCC no longer include stdint.h in cstdint.
### Other Changes
## 1.11.0-beta.1 (2023-10-05)

Просмотреть файл

@ -4,12 +4,22 @@
### Features Added
- Fully functional eventhubs Processor.
- Allow `ProducerClient` and `ConsumerClient` to be created with a connection string without an EntityPath element.
### Breaking Changes
- Removed the `LoadBalancer` type from the public API surface.
- `ConsumerClient` and `ProducerClient` objects can no longer be moved or copied.
- If the connection string provided to `ConsumerClient` or `ProducerClient` contains an EntityPath, then the `EntityPath`
parameter to the constructor must match the value provided in the connection string.
### Bugs Fixed
### Other Changes
- Several `ostream` insertion operators were added for eventhubs types.
## 1.0.0-beta.3 (2023-10-10)
### Breaking Changes