Azure uAmqp
andrew-buckley
released this
20 Jan 21:52
·
795 commits
to master
since this release
Release Notes:
- Removes usage of crtdbg in favor of VLD
- Builds cleanly with clang
- Disables warnings as errors for OSX
- Uses latest C shared with Tizen
- Uses imrpoved the connection string parser
- Increases the XML value for max_frame_size_value and handle_max_value from 4294967295 to 4294967295u.
- Addresses #24.
- Fixes fields that are not defaulted by the generator in order to fix issues interacting with other brokers.
- Replaces chars so users can compile with non-ASCII code pages
- Adds UTF-8 encoding
- Enables Mocking of Connection Parser APIs
- Changes cmake option from skip_unittests to run_unittests and defaults to not building tests
- Fixes uninitialized input_handle
- Makes uamqp installable and a find module in CMake. Builds with -fPIC always.
- Adds flag to skip samples if specified
- Fixes message receiver sample to not have a hardcoded event hub name
- Makes additional flags optional on transfer frames
- Adds msg_annotation to sending messages