Releases: Azure/azure-event-hubs-c
Releases · Azure/azure-event-hubs-c
0.12.0 Azure EventHubs SDK for C
Use latest dependencies in order to fix various issues and cleanup some of the tests accordingly.
Azure Event Hubs SDK Update
Release Notes
Date
January 29 2019
C SDK
- Updated dependencies to latest
Azure Event Hub C SDK Updates
Release Notes
Date
March 01 2016
C SDK
- Migrated all Eventhub Client and Receiver API to use SAS tokens for EventHub service communication as opposed to connection string key.
- Added new APIs to support a client supplied and managed SAS token to be used either for Eventhub Client or Receiver.
- Added unit tests for new functionality and missing tests for documented requirements.
- Removed use of CRTDBG in favor of VLD for memory analysis and debug.
Documentation
- Cleaned up inconsistent requirements as reported by the requirements validator.
Bug Fixes
- Misc bug fixes in C shared utilities.