Skip to content

8.2.0

Latest
Compare
Choose a tag to compare
@yang-xiaodong yang-xiaodong released this 23 Jun 11:33
· 9 commits to master since this release

Features

  • Add support CustomHeadersBuilder option for NATS. (#1519)
  • Add GroupConcurrent option for [CapSubscribe] to support subscriber concurrent execution. (#1537)
  • Add option for controlling reponse from CapHeader. (#1541)
  • Improvements to the "EnablePublishParallelSend" option to "true" will put tasks into the .NET thread pool in batches. (#1540)

Bug Fixed

  • Fixed issue where CapTransaction was not disposed when the transaction failed for Sql Server. (#1521)
  • Fixed NATS reconnection publish issue after restarting server. (#1542)

What's Changed

  • Upgrade dashboard npm package to vue2 latest minor version.
  • Upgrade Ngpsql to 8.0.3 to fix "Npgsql vulnerable to SQL Injection via Protocol Message Size Overflow".
  • Simplify code using deconstruction. by @xiangxiren in #1533

Full Changelog: v8.1.2...v8.2.0