Skip to content

v2.4.2

Compare
Choose a tag to compare
@sergeybykov sergeybykov released this 03 Sep 16:13

Improvements and bug fixes since 2.4.1.

  • Non-breaking improvements

    • Close connection on serialization error, to avoid data corruption from client. (#5899)
    • Add details to grain invocation exception logs (#5895)
    • Add hard limits for message header and body size (#5908)
    • Cleanup Message constructors & Headers assignment (#5902)
    • Remove SAEA pooling (#5915)
    • Fix default value for MaxMessageHeaderSize and MaxMessageBodySize (#5916)
    • Improve graceful deactivation of grains performing transaction work (#5887) (#5897)
    • When deserializling headers, check that we consumed all bytes (#5910)
  • Non-breaking bug fixes

    • Fix header deserialization error handling (#5901)
    • Do not call release header/body on a message in the dispatcher (#5920)