-
Story
-
Resolution: Done
-
Major
-
None
-
None
Update AMQ .NET Client based on amqpnetlite 2.2
AMQ .NET Client 2.4 is based on amqpnetlite 2.1.7. The change list of v2.1.8 and v2.2.0 is following.
https://github.com/Azure/amqpnetlite/releases
~~~
Release 2.1.8
@xinchen10 xinchen10 released this on 20 Jul · 11 commits to master since this release
- Listener: support custom SASL mechanism.
- Set Batchable to false for sync send.
- Fix IndexOutOfRangeException when many sessions/links are created at the same time.
- 364 Amqp Value should be encoded properly when value was not initialized.
- 362 Passing transactional state to ReceiverLink Accept method.
Release 2.2.0
@xinchen10 xinchen10 released this on 20 Aug · 1 commit to master since this release
- 368 Frames should have public access modifiers.
- [ #370] Optimize allocations in types derived from DescribedList.
- Allow checking and reseting fields in a described list.
- Support protocol handler.
- Support netstandard2.0 target.
~~~