Skip to content

Release 2017-04-21

Compare
Choose a tag to compare
@ewertons ewertons released this 24 Apr 16:11
· 619 commits to master since this release

Release Notes

  • Changed link and message_sender to update internal status before bubbling up pending deliveries
  • Added very rudimentary tls server using a hardcoded localhost cert (Windows only)
  • Updated SASL anonymous API to only expose the get interface function
  • Enabled local_client sample on all platforms
  • Enabled samples on ARM builds
  • Added float and double support for AMQP value encoding and decoding
  • AMQP management unit rewritten with unit tests

Bug Fixes

  • Minor fixes done in the sasl_mechanism unittests
  • Fixed socket listener to listen on any IP address and also add LogErrors
  • Renamed Base64_Encode to Base64_Encoder
  • Fixed on_delivery_settled to result in correct MESSAGE_SEND_RESULT value
  • Fixed errors when compiling with /TP for production code
  • Added LogError to several modules