stomp-rs v0.11.0 Release Notes
Release Date: 2015-08-24 // about 9 years ago-
- Internal
Pool<String>
instances now make use oflifeguard
v0.3.0's maximum sizes to prevent memory leaks. - @frederikbosch added hooks for
on_before_send
andon_before_receive
to allow for mutable access to inbound/outbound frames, useful for manually addressing gray areas in the STOMP protocol.
- Internal
Previous changes from v0.10.2
-
- Modified Cargo.toml to use specific feature versions of dependencies. Thanks to @frederikbosch for the heads up!