Commit Graph

13 Commits

Author SHA1 Message Date
Azure SDK Bot
3974826d0d
[azure-core-cpp] Update to 1.14.1 (#41908) 2024-11-05 01:00:28 -08:00
Anton Kolesnyk
e6943cc30e
[azure-*-cpp] Set version property for Azure SDK binaries (#41509)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-10-15 20:19:55 -07:00
Azure SDK Bot
652a35c70a
[azure-core-cpp] Update to 1.14.0 (#41321)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-10-04 11:43:39 -04:00
Azure SDK Bot
4f86ca67b3
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.9 (#39232)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-06-11 17:25:43 -07:00
Azure SDK Bot
7407ab8580
[azure-*-cpp] Update to May Releases (#38644)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-05-09 12:41:20 -07:00
Azure SDK Bot
d1b2324311
[azure-*-cpp] Update to April Releases (#38085)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-04-15 13:45:26 -04:00
Anton Kolesnyk
e038ef0479
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6 (#36618)
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6

* Update dependency minimum version requirement

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-02-07 12:31:01 -08:00
Azure SDK Bot
91df376407
[azure-*-cpp] Update to January releases (#36138)
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.5
## 1.0.0-beta.5 (2024-01-11)

### Breaking Changes

- EventHub `ConsumerClient` and `ProcessorClient` objects now return pointers to `EventData` objects instead of `EventData` objects by value.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.6
## 1.0.0-beta.6 (2024-01-11)

### Features Added

- AMQP Value reference counts are now atomic, this fixes several AMQP related crashes.

### Breaking Changes

- `MessageReceiver` returns a pointer to the received message instead of a copy.

### Bugs Fixed

- Fixed several memory leaks.
- AMQP Link Credits now work as expected.
- Integrated the fix for NVD - CVE-2024-21646.

* [azure-core-cpp] Update to 1.11.0
## 1.11.0 (2024-01-11)

### Features Added

- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
- Added TLS 1.3 support to WinHTTP transport.
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
- [[#4983]](https://github.com/Azure/azure-sdk-for-cpp/issues/4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)

### Bugs Fixed

- [[#5172]](https://github.com/Azure/azure-sdk-for-cpp/issues/5172) `Azure::Nullable::Emplace()` does not set `HasValue()` to `true`.
- [[#5130]](https://github.com/Azure/azure-sdk-for-cpp/issues/5130) `Url::AppendPath()` and `Url::SetPath()` may end up with a double slash at the beginning of a path.
- [[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint.

### Other Changes

- [[#4756]] (https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
2024-01-12 10:20:52 -08:00
Azure SDK Bot
cb81acf7b2
[azure-core-amqp-cpp][azure-messaging-eventhubs-cpp] Update to November releases (#34960)
* [azure-core-amqp-cpp] Update to 1.0.0-beta.5
## 1.0.0-beta.5 (2023-11-07)

### Breaking Changes

- Refactored AMQP headers to isolate internal-only types to "internal" subdirectory in headers.

### Other Changes

- Removed public dependency on azure-uamqp-c to enable local bug fixes.

* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.4
## 1.0.0-beta.4 (2023-11-07)

### 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.

### Other Changes

- Several `ostream` insertion operators were added for eventhubs types.
2023-11-08 09:41:37 -08:00
Azure SDK Bot
bed3d85abb
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.3 (#34397) 2023-10-12 10:54:31 -07:00
Anton Kolesnyk
7d5ed6bd1b
[azure-*-cpp] Shorten source paths (#33880)
* [azure-messaging-eventhubs-cpp] Shorten source paths

* use cmake to rename directories, and also include azure-storage ports (#4)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>

* Shorten the paths down to _/_/_/

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-09-22 16:08:59 -07:00
Azure SDK Bot
33409307f1
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.2 (#33732) 2023-09-13 16:19:12 -07:00
Azure SDK Bot
3c25df3602
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.1 (#33051)
## 1.0.0-beta.1 (2023-08-08)

### Features Added

- Initial release.
- Supported scenarios: Sending events and receiving events.
See [README.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/eventhubs/azure-messaging-eventhubs/README.md) for more information on how to use the EventHubs client.
2023-08-09 10:10:34 -07:00