Skip to content

Azure uAmqp

Compare
Choose a tag to compare
@andrew-buckley andrew-buckley released this 20 Jan 21:52
· 791 commits to master since this release
4f7cb49

Release Notes:

  1. Removes usage of crtdbg in favor of VLD
  2. Builds cleanly with clang
  3. Disables warnings as errors for OSX
  4. Uses latest C shared with Tizen
  5. Uses imrpoved the connection string parser
  6. Increases the XML value for max_frame_size_value and handle_max_value from 4294967295 to 4294967295u.
  7. Addresses #24.
  8. Fixes fields that are not defaulted by the generator in order to fix issues interacting with other brokers.
  9. Replaces chars so users can compile with non-ASCII code pages
  10. Adds UTF-8 encoding
  11. Enables Mocking of Connection Parser APIs
  12. Changes cmake option from skip_unittests to run_unittests and defaults to not building tests
  13. Fixes uninitialized input_handle
  14. Makes uamqp installable and a find module in CMake. Builds with -fPIC always.
  15. Adds flag to skip samples if specified
  16. Fixes message receiver sample to not have a hardcoded event hub name
  17. Makes additional flags optional on transfer frames
  18. Adds msg_annotation to sending messages