Skip to content

Releases: Azure/azure-event-hubs-c

0.12.0 Azure EventHubs SDK for C

28 Aug 05:22
Compare
Choose a tag to compare

Use latest dependencies in order to fix various issues and cleanup some of the tests accordingly.

Azure Event Hubs SDK Update

30 Jan 06:29
Compare
Choose a tag to compare

Release Notes

Date

January 29 2019

C SDK

  • Updated dependencies to latest

Azure Event Hub C SDK Updates

02 Mar 07:19
Compare
Choose a tag to compare

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.