Sha256: 08e5417ad7a050cc30dafde63803cb03ea820886b8d2a9ce644020d156ca957a
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
# Changelog ## Unreleased ## v1.1.0 * Support for `ssl_client_cert_key_password` in the configuration (#52) * Add `DeliveryBoy.buffer_size` to return the number of messages in the buffer * Add `DeliveryBoy::Fake#clear_buffer` and `DeliveryBoy::Fake#buffer_size` to support the public API when using the test helper. * Support for `sasl_oauth_token_provider` in the configuration. (#55) ## v1.0.1 * Require ruby-kafka v1.0 or higher. ## v1.0.0 * Add `DeliveryBoy.clear_buffer` method. * Support exactly once delivery and transactional messaging (#50) * Check that Rails::Railtie is defined (#48) ## v0.2.8 * Support `log_level` config option. * Support for ssl_verify_hostname in the configuration (#44) * Upgrade dependency on KingKonf. * Allow configuring `sasl_over_ssl`. ## v0.2.7 * Support for ssl_ca_certs_from_system #18 * Interface synchronisation in test #24 * Fixed error for require in railtie.rb #23 ## v0.2.4 * Add support for SASL SCRAM ## v0.2.0 * Add a test mode * Improve config system
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
delivery_boy-1.1.0 | CHANGELOG |