Skip to content

Commit

Permalink
PubNub SDK v5.3.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Apr 29, 2024
1 parent 764d16f commit b5fbe8a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: "5.3.3"
version: "5.3.4"
changelog:
- date: 2024-04-29
version: v5.3.4
changes:
- type: bug
text: "Fix issue because of which client didn't encode App Context get all event `filter` query value."
- date: 2024-01-29
version: v5.3.3
changes:
Expand Down Expand Up @@ -571,7 +576,7 @@ sdks:
- x86-64
- distribution-type: package
distribution-repository: RubyGems
package-name: pubnub-5.3.3.gem
package-name: pubnub-5.3.4.gem
location: https://rubygems.org/gems/pubnub
requires:
- name: addressable
Expand Down Expand Up @@ -676,8 +681,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-5.3.3.gem
location: https://github.com/pubnub/ruby/releases/download/v5.3.3/pubnub-5.3.3.gem
package-name: pubnub-5.3.4.gem
location: https://github.com/pubnub/ruby/releases/download/v5.3.4/pubnub-5.3.4.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v5.3.4
April 29 2024

#### Fixed
- Fix issue because of which client didn't encode App Context get all event `filter` query value.

## v5.3.3
January 29 2024

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pubnub (5.3.3)
pubnub (5.3.4)
addressable (>= 2.0.0)
concurrent-ruby (~> 1.1.5)
concurrent-ruby-edge (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.3
5.3.4
2 changes: 1 addition & 1 deletion lib/pubnub/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toplevel Pubnub module.
module Pubnub
VERSION = '5.3.3'.freeze
VERSION = '5.3.4'.freeze
end

0 comments on commit b5fbe8a

Please sign in to comment.