Releases: bogdanRada/celluloid_pubsub
Releases · bogdanRada/celluloid_pubsub
Release 2.0.0
Added support for celluloid 0.18
Changelog
- The server and the client supporto also a log_level option to set the logging level
- When a client publishes to a channel where there are no subscribers the server will save those messages in the registry and will send them as soon as a client registers to that channel, afterwards those messages are deleted.
- Currently those messages are saved in memory.
Known Issues:
Does not work on Ruby 3.0.0 due to some errors with celluloid/io . Need to investigate that further
Release 1.1.2
Added support for ruby 2.4
Release 0.4.1 -Stable version
- fixed the previous release, added the missing file
Release 0.4.0 - Broken. Has been yanked from rubygems.org
- release was broken because a file was forgotten to be commited :(
- added 100% documentation to all methods, deleted the Redis class and moved everything in the RedisReactor, because the connection needed to be reused, instead of creating new connections within the same reactor
Release 0.3.2 - Stable version
- fixed identation and removed reek from gemspec because Travis was complaining about it
Release 0.3.0
- refactoring and fixing rubocop and reek warnings
Release 0.2.0
Added support for handling publish subscribe using REDIS (optional, by default is not used)
Release 0.0.9
- added more tests
Release 0.0.8
- added documentation