Skip to content

Commit

Permalink
PubNub SDK v4.2.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed May 22, 2020
1 parent a551c1c commit 536e50b
Show file tree
Hide file tree
Showing 7,874 changed files with 7,933 additions and 7,889 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_WITHOUT: "development"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ log/*
*.log
examples/test.rb
coverage
dev_scripts
dev_scripts
17 changes: 15 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
---
version: "4.2.3"
version: "4.2.4"
changelog:
-
changes:
-
text: "Replace event name with full endpoint path in PAM signatures, for compatibility with PAM v2 signatures."
type: bug
-
text: "Change paths for PAM endpoints from v1 to v2."
type: bug
-
text: "Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value."
type: bug
date: 05 22, 2020
version: v4.2.4
-
changes:
-
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.3"
version: "4.2.4"
-
changes:
-
Expand Down
42 changes: 31 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: ruby
addons:
code_climate:
repo_token: 48739096f72763cbed9bd407efd2ed33151ce5663fb3181455128f06d6123ef3
dist: xenial
os: linux

before_install:
# See https://github.com/travis-ci/travis-ci/issues/5861
Expand All @@ -12,16 +10,38 @@ before_install:

bundler_args: --without development

script: bundle exec rspec

rvm:
- 2.6.3
- 2.5.1
- 2.4.4
stages:
- name: "test"
if: |
type != pull_request \
AND tag IS blank
- name: "release candidate"
if: |
type != pull_request \
AND tag IS present \
AND tag =~ ^v\d+\.\d+\.\d+-rc\.\d+$
- name: "release"
if: |
type != pull_request \
AND tag IS present \
AND tag =~ ^v\d+\.\d+\.\d+$
matrix:
jobs:
include:
- rvm: jruby-head
- stage: "test"
name: 'Ruby 2.4.4'
rvm: '2.4.4'
script: bundle exec rspec
- name: 'Ruby 2.5.1'
rvm: '2.5.1'
script: bundle exec rspec
- name: 'Ruby 2.6.3'
rvm: '2.6.3'
script: bundle exec rspec
- name: 'Ruby JRuby'
rvm: 'jruby-head'
env: JRUBY_OPTS="--server -J-Xms1500m -J-Xmx1500m -J-XX:+UseConcMarkSweepGC -J-XX:-UseGCOverheadLimit -J-XX:+CMSClassUnloadingEnabled"
jdk: oraclejdk11
script: bundle exec rspec

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### v4.2.4

- Update Grant, Revoke and Audit PAM tests to use v2 paths instead of v1.
- Replace event name with full endpoint path in PAM signatures, for compatibility with PAM v2 signatures. Addresses the following PRs from [@stefan-qsd](https://github.com/stefan-qsd): [#112](https://github.com/pubnub/ruby/pull/112).
- Change paths for PAM endpoints from v1 to v2.
- Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value.

##### 4.2.3
* Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server

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.3)
pubnub (4.2.4)
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.3
## PubNub Gem version 4.2.4

##### 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.3
4.2.4
2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/0.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/1.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/10.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/11.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/12.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/13.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/14.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/15.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/16.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/17.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/18.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/19.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/2.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/20.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/21.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/22.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/23.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/24.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/25.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/26.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/27.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/28.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/29.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/3.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/30.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/31.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/32.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/33.yml

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

2 changes: 1 addition & 1 deletion fixtures/vcr_cassettes/examples/audit/34.yml

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

Loading

0 comments on commit 536e50b

Please sign in to comment.