Skip to content

Releases: centrifugal/rubycent

v3.0.0

25 Mar 19:23
f57a372
Compare
Choose a tag to compare

What's Changed

  • up faraday min version to 2.0.0, drop faradey_middleware dependency, stricter jwt versions by @FZambia in #23
  • update Github CI actions

Full Changelog: v2.2.0...v3.0.0

v2.2.0

28 Jul 05:24
1c28c19
Compare
Choose a tag to compare

What's Changed

  • Fix ArgumentError: wrong number of arguments when creating ResponseError in Ruby 3, by @dck in #21

New Contributors

  • @dck made their first contribution in #21

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Sep 13:28
934ad07
Compare
Choose a tag to compare
  • Increase Faraday dependency's maximum version to 3.0.0 #19

v2.0.2 - Loosen JWT dependency

18 Jan 06:22
5455410
Compare
Choose a tag to compare

~> 2.2 instead of ~> 2.2.1.

Weaken faraday dependency

09 Nov 14:13
b199fb0
Compare
Choose a tag to compare

Require faraday version >1.0.0.

Release Centrifugo V2 compatible client

18 Aug 09:41
326a6d4
Compare
Choose a tag to compare
v2.0.0

Update README.md

Drop support of Ruby 1.9

11 Apr 11:53
Compare
Choose a tag to compare

Dropped support of Ruby 1.9.
Little delegation refactoring.

Broadcast method

08 Mar 18:32
Compare
Choose a tag to compare

Added broadcast method to client to support latest version of Centrifugo

Javascript libs

03 Feb 09:38
Compare
Choose a tag to compare

Added javascript libraries to use with Rails assets

v0.0.2

03 Feb 08:36
Compare
Choose a tag to compare

Added token_for for authentication in JS client