Skip to content

Releases: bogdanRada/celluloid_pubsub

Release 2.0.0

Choose a tag to compare

@bogdanRada bogdanRada released this 18 Apr 12:00
0038ce9

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

Choose a tag to compare

@bogdanRada bogdanRada released this 22 Mar 08:00

Added support for ruby 2.4

Release 0.4.1 -Stable version

Choose a tag to compare

@bogdanRada bogdanRada released this 30 Dec 08:52
  • fixed the previous release, added the missing file

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

Choose a tag to compare

@bogdanRada bogdanRada released this 30 Dec 08:51
  • 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

Choose a tag to compare

@bogdanRada bogdanRada released this 29 Dec 20:03
  • fixed identation and removed reek from gemspec because Travis was complaining about it

Release 0.3.0

Choose a tag to compare

@bogdanRada bogdanRada released this 29 Dec 20:02
  • refactoring and fixing rubocop and reek warnings

Release 0.2.0

Choose a tag to compare

@bogdanRada bogdanRada released this 29 Dec 20:01

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

Release 0.0.9

Choose a tag to compare

@bogdanRada bogdanRada released this 17 Mar 06:12
  • added more tests

Release 0.0.8

Choose a tag to compare

@bogdanRada bogdanRada released this 14 Mar 09:06
  • added documentation