Skip to content

Commit

Permalink
PubNub SDK v4.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Jun 2, 2020
1 parent dccd471 commit d2b412e
Show file tree
Hide file tree
Showing 172 changed files with 345 additions and 353 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,3 @@ log/*
examples/test.rb
coverage
dev_scripts

.travis/README.md
.travis/scripts

deployment_keys
deployment_keys-private
deployment_keys.tar

.travis/github-labels-policy.json
.travis/github-labels.json
10 changes: 0 additions & 10 deletions .gitignore.orig

This file was deleted.

11 changes: 9 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
version: "4.2.4"
version: "4.2.5"
changelog:
-
changes:
-
text: "Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list."
type: bug
date: 02-06-2020
version: v4.2.5
-
changes:
-
Expand All @@ -20,7 +27,7 @@ changelog:
text: "Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server"
type: bugfix
date: 14-02-2020
version: "4.2.4"
version: "4.2.5"
-
changes:
-
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### v4.2.5

- Updated Subscribe endpoint tests to use an unsorted channels list.
- Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list.

##### v4.2.4

- Update Grant, Revoke and Audit PAM tests to use v2 paths instead of v1.
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 (4.2.4)
pubnub (4.2.5)
concurrent-ruby (~> 1.1.5)
concurrent-ruby-edge (~> 0.5.0)
dry-validation (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Complete Documentation
Available at https://www.pubnub.com/docs/ruby/pubnub-ruby-sdk-v4 **v4.x**

## PubNub Gem version 4.2.4
## PubNub Gem version 4.2.5

##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API.
##### http://www.pubnub.com/account
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.4
4.2.5
4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/0.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/1.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/10.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/100.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/101.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/102.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/103.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/104.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/105.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/106.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/107.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/11.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/12.yml

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

4 changes: 2 additions & 2 deletions fixtures/vcr_cassettes/examples/subscribe/13.yml

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

Loading

0 comments on commit d2b412e

Please sign in to comment.