AMQP.Net Lite 2.0.0-rc
Pre-release
Pre-release
This release has major breaking changes that require application recompilation and/or code updates.
Major changes
- Unify assembly names to Amqp.Net for all platforms
- Separate the library into 3 assemblies for netstandard1.3
- Removed NuGet targets net-cf, windows8, windowsphone8 and wpa81
- Timeout parameters are changed from int to TimeSpan
Fixes and Improvements
- Interface abstractions for major types for testability #197
- Implement IDisposable for the Message class
- Ignore error if Detach is received after sending End #159
- Close connection on any protocol error (#166)
- Support user specified WebSocket subprotocol. #191
- Serialize array of complex objects. #187
- Passing the trace message severity to the TraceListener #196
- Add UWP project to support client SSL settings
- Support timeout in asynchronous send method #221
- SASL init should be sent after server mechanisms received #217
- Honor connection max-frame-size negotiated with peer #218