- Bump nokogiri from 1.11.5 to 1.13.4
- Bump git from 1.3.0 to 1.11.0
- Fix
max_attempts
bug (#46)
- Add support for
max_attempts
(#43)
- Fix memory leak in producer by using a limited
SizedQueue
(#42)
- Now compatible with NSQ 1.0 thanks to @pacoguzman (#37).
- Bugfix: Do not register
at_exit
handlers for consumers and producers to avoid memory leaks (#34)
- Bugfix: Close connection socket when calling
.terminate
.
- Bugfix: Ensure write_loop ends; pass message via write_queue (#32)
- Bugfix: Use
File.read
instead ofFile.open
to avoid leaving open file handles around.
- Bugfix: Allow discovery of ephemeral topics when using JRuby.
- Enable TLS connections without any client-side keys, certificates or certificate authorities.
- Deprecate
ssl_context
connection setting, rename it totls_options
moving forward.