- a test suite! we now have good test coverage
- configurable reconnect delay (was fixed at 5 seconds)
- configurable logger, instead of just warn/carp
- handle partial writes, fixes RT #83047
- properly reconnect on write failure
- more robust reconnecting on read failure
- Net::Stomp::Frame::parse now actually exists (it was documented
but not implemented)
- fix RT #35194 'ack' now allow arbitrary headers
- fix RT #80079 correctly pick the first value for repeated headers
- from RT #68160, allow changing the maximum number of reconnect attempts
- from RT #68160, ignore SIGPIPE while writing to the socket
- more accessors on ::Frame, fix RT #90100