Feature - enableCors setting added (thanks to @zd925)
Feature - ability to define http request decoder (thanks to @gurkancakir)
Fixed - if ack returns after the timeout trigger ,a IllegalStateException will be thrown (thanks to @malinGH)
Fixed - prevents the client from repeatedly connecting to the namespace (thanks to @bigtian99)
Fixed - treat attachments as binary by default (thanks to @nicsor)
Fixed - recoverable handshake failure handling (thanks to @berinhardt)
Fixed - HashedWheelTimeoutScheduler should remove scheduledFutures before task execution (thanks to @berinhardt)