Skip to content

Releases: bogdanRada/celluloid_pubsub

Release 2.0.0

18 Apr 12:00
0038ce9
Compare
Choose a tag to compare

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

22 Mar 08:00
Compare
Choose a tag to compare

Added support for ruby 2.4

Release 0.4.1 -Stable version

30 Dec 08:52
Compare
Choose a tag to compare
  • fixed the previous release, added the missing file

Release 0.4.0 - Broken. Has been yanked from rubygems.org

30 Dec 08:51
Compare
Choose a tag to compare
  • 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

29 Dec 20:03
Compare
Choose a tag to compare
  • fixed identation and removed reek from gemspec because Travis was complaining about it

Release 0.3.0

29 Dec 20:02
Compare
Choose a tag to compare
  • refactoring and fixing rubocop and reek warnings

Release 0.2.0

29 Dec 20:01
Compare
Choose a tag to compare

Added support for handling publish subscribe using REDIS (optional, by default is not used)

Release 0.0.9

17 Mar 06:12
Compare
Choose a tag to compare
  • added more tests

Release 0.0.8

14 Mar 09:06
Compare
Choose a tag to compare
  • added documentation