Skip to content

Releases: pusher/pusher-http-ruby

2.0.3

19 Aug 15:00
18109ec
Compare
Choose a tag to compare

2.0.3

  • [FIXED] Corrected the channels limit when publishing events. Upped from 10 to 100.

2.0.2

03 Sep 09:35
08af7fb
Compare
Choose a tag to compare

2.0.2

  • [CHANGED] made encryption_master_key_base64 globally configurable

2.0.1

25 Mar 10:45
b81f297
Compare
Choose a tag to compare

2.0.1

  • [CHANGED] Only include lib and essential docs in gem.

2.0.0

23 Mar 12:24
8b2f5b1
Compare
Choose a tag to compare

2.0.0

  • [CHANGED] Use TLS by default.
  • [REMOVED] Support for Ruby 2.4 and 2.5.
  • [FIXED] Handle empty or nil configuration.
  • [REMOVED] Legacy Push Notification integration.
  • [ADDED] Stalebot and Github actions.

v1.4.3

28 Oct 12:28
Compare
Choose a tag to compare
v1.4.3

v1.4.2

20 Oct 09:09
Compare
Choose a tag to compare
v1.4.2

v1.4.1

06 Oct 13:41
Compare
Choose a tag to compare
v1.4.1

v1.3.1

15 Mar 17:04
Compare
Choose a tag to compare
Merge pull request #115 from pusher/prep-v1.2.1

Prep v1.3.1

v1.2.0

15 Aug 16:21
Compare
Choose a tag to compare

Minor release for push notifications

v1.2.0-rc4

11 Aug 15:09
Compare
Choose a tag to compare
  • Removes validation code
  • If there is a body on a 202-resulting request, that will be parsed and returned.