Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
version: "5.4.0"
version: "5.5.0"
changelog:
- date: 2025-01-28
version: v5.5.0
changes:
- type: feature
text: "Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`, `member`, and `membership`."
- type: feature
text: "Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`, `uuid_type`, `channel_status`, and `channel_type`."
- date: 2025-01-07
version: v5.4.0
changes:
Expand Down Expand Up @@ -596,7 +603,7 @@ sdks:
- x86-64
- distribution-type: package
distribution-repository: RubyGems
package-name: pubnub-5.4.0.gem
package-name: pubnub-5.5.0.gem
location: https://rubygems.org/gems/pubnub
requires:
- name: addressable
Expand Down Expand Up @@ -701,8 +708,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-5.4.0.gem
location: https://github.com/pubnub/ruby/releases/download/v5.4.0/pubnub-5.4.0.gem
package-name: pubnub-5.5.0.gem
location: https://github.com/pubnub/ruby/releases/download/v5.5.0/pubnub-5.5.0.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v5.5.0
January 28 2025

#### Added
- Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`, `member`, and `membership`.
- Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`, `uuid_type`, `channel_status`, and `channel_type`.

## v5.4.0
January 07 2025

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.4.0)
pubnub (5.5.0)
addressable (>= 2.0.0)
concurrent-ruby (~> 1.3.4)
concurrent-ruby-edge (~> 0.7.1)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
5.5.0
111 changes: 111 additions & 0 deletions fixtures/vcr_cassettes/examples/channel_members/007.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 36 additions & 36 deletions fixtures/vcr_cassettes/examples/channel_metadata/001.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions fixtures/vcr_cassettes/examples/channel_metadata/007.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions fixtures/vcr_cassettes/examples/memberships/009.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading