Skip to content

Azure Event Hub C SDK Updates

Compare
Choose a tag to compare
@mrohera mrohera released this 02 Mar 07:19
· 99 commits to master since this release

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.