pubnub 4.5.0 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pubnub might be problematic. Click here for more details.

Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/.pubnub.yml +53 -37
  3. data/CHANGELOG.md +10 -0
  4. data/Gemfile.lock +1 -1
  5. data/VERSION +1 -1
  6. data/fixtures/vcr_cassettes/examples/channel_members/001.yml +111 -0
  7. data/fixtures/vcr_cassettes/examples/channel_members/002.yml +111 -0
  8. data/fixtures/vcr_cassettes/examples/channel_members/003.yml +111 -0
  9. data/fixtures/vcr_cassettes/examples/channel_members/004.yml +147 -0
  10. data/fixtures/vcr_cassettes/examples/channel_members/005.yml +147 -0
  11. data/fixtures/vcr_cassettes/examples/channel_members/006.yml +147 -0
  12. data/fixtures/vcr_cassettes/examples/channel_metadata/001.yml +39 -0
  13. data/fixtures/vcr_cassettes/examples/channel_metadata/002.yml +39 -0
  14. data/fixtures/vcr_cassettes/examples/channel_metadata/003.yml +39 -0
  15. data/fixtures/vcr_cassettes/examples/channel_metadata/004.yml +73 -0
  16. data/fixtures/vcr_cassettes/examples/channel_metadata/005.yml +73 -0
  17. data/fixtures/vcr_cassettes/examples/channel_metadata/006.yml +73 -0
  18. data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted.yml +7 -7
  19. data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted_random_iv.yml +46 -0
  20. data/fixtures/vcr_cassettes/examples/history/include_token__encrypted.yml +6 -6
  21. data/fixtures/vcr_cassettes/examples/history/include_token__encrypted_random_iv.yml +46 -0
  22. data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted.yml +6 -6
  23. data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted_random_iv.yml +45 -0
  24. data/fixtures/vcr_cassettes/examples/memberships/001.yml +111 -0
  25. data/fixtures/vcr_cassettes/examples/memberships/002.yml +111 -0
  26. data/fixtures/vcr_cassettes/examples/memberships/003.yml +111 -0
  27. data/fixtures/vcr_cassettes/examples/memberships/004.yml +111 -0
  28. data/fixtures/vcr_cassettes/examples/memberships/005.yml +147 -0
  29. data/fixtures/vcr_cassettes/examples/memberships/006.yml +147 -0
  30. data/fixtures/vcr_cassettes/examples/memberships/007.yml +147 -0
  31. data/fixtures/vcr_cassettes/examples/memberships/008.yml +147 -0
  32. data/fixtures/vcr_cassettes/examples/uuid_metadata/001.yml +39 -0
  33. data/fixtures/vcr_cassettes/examples/uuid_metadata/002.yml +39 -0
  34. data/fixtures/vcr_cassettes/examples/uuid_metadata/003.yml +39 -0
  35. data/fixtures/vcr_cassettes/examples/uuid_metadata/004.yml +39 -0
  36. data/fixtures/vcr_cassettes/examples/uuid_metadata/005.yml +73 -0
  37. data/fixtures/vcr_cassettes/examples/uuid_metadata/006.yml +73 -0
  38. data/fixtures/vcr_cassettes/examples/uuid_metadata/007.yml +73 -0
  39. data/fixtures/vcr_cassettes/examples/uuid_metadata/008.yml +73 -0
  40. data/lib/pubnub/client.rb +4 -1
  41. data/lib/pubnub/client/helpers.rb +1 -1
  42. data/lib/pubnub/configuration.rb +1 -0
  43. data/lib/pubnub/constants.rb +1 -0
  44. data/lib/pubnub/crypto.rb +22 -8
  45. data/lib/pubnub/event.rb +7 -1
  46. data/lib/pubnub/events/history.rb +2 -1
  47. data/lib/pubnub/events/publish.rb +2 -2
  48. data/lib/pubnub/events/remove_channel_members.rb +1 -1
  49. data/lib/pubnub/events/remove_channel_metadata.rb +1 -1
  50. data/lib/pubnub/events/remove_memberships.rb +1 -1
  51. data/lib/pubnub/events/remove_uuid_metadata.rb +1 -1
  52. data/lib/pubnub/events/set_channel_members.rb +1 -1
  53. data/lib/pubnub/events/set_channel_metadata.rb +1 -1
  54. data/lib/pubnub/events/set_memberships.rb +1 -1
  55. data/lib/pubnub/events/set_uuid_metadata.rb +1 -1
  56. data/lib/pubnub/events/signal.rb +1 -1
  57. data/lib/pubnub/formatter.rb +3 -3
  58. data/lib/pubnub/subscribe_event/formatter.rb +4 -2
  59. data/lib/pubnub/version.rb +1 -1
  60. data/spec/examples/history_examples_spec.rb +87 -9
  61. data/spec/examples/publish_examples_spec.rb +864 -0
  62. data/spec/examples/remove_channel_members_examples_spec.rb +100 -0
  63. data/spec/examples/remove_channel_metadata_examples_spec.rb +89 -0
  64. data/spec/examples/remove_memberships_examples_spec.rb +121 -0
  65. data/spec/examples/remove_uuid_metadata_examples_spec.rb +107 -0
  66. data/spec/examples/set_channel_members_examples_spec.rb +99 -0
  67. data/spec/examples/set_channel_metadata_examples_spec.rb +93 -0
  68. data/spec/examples/set_memberships_examples_spec.rb +122 -0
  69. data/spec/examples/set_uuid_metadata_examples_spec.rb +114 -0
  70. data/spec/examples/subscribe_examples_1_spec.rb +2 -2
  71. data/spec/examples/subscribe_examples_2_spec.rb +4 -4
  72. data/spec/lib/events/subscribe_spec.rb +2 -0
  73. data/spec/lib/multiple_ciphers_spec.rb +16 -4
  74. data/spec/spec_helper.rb +1 -1
  75. metadata +50 -3
@@ -0,0 +1,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=1&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:14:08 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:14:08 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '141'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:14:08 GMT
39
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:14:08 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:14:08 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '155'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:14:08 GMT
39
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:14:08 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:14:08 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '155'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:14:08 GMT
39
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,73 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:06:24 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:06:25 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '155'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-02T22:00:35.861751Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:06:24 GMT
39
+ - request:
40
+ method: delete
41
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&l_obj=0.146&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
42
+ body:
43
+ encoding: UTF-8
44
+ string: ''
45
+ headers:
46
+ User-Agent:
47
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
48
+ Accept:
49
+ - "*/*"
50
+ Date:
51
+ - Wed, 03 Mar 2021 23:06:24 GMT
52
+ response:
53
+ status:
54
+ code: 200
55
+ message: OK
56
+ headers:
57
+ Date:
58
+ - Wed, 03 Mar 2021 23:06:25 GMT
59
+ Content-Type:
60
+ - application/json
61
+ Content-Length:
62
+ - '26'
63
+ Connection:
64
+ - keep-alive
65
+ Access-Control-Allow-Origin:
66
+ - "*"
67
+ Access-Control-Allow-Credentials:
68
+ - 'true'
69
+ body:
70
+ encoding: UTF-8
71
+ string: '{"status":200,"data":null}'
72
+ recorded_at: Wed, 03 Mar 2021 23:06:24 GMT
73
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,73 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:06:24 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:06:25 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '155'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:06:25.175138Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:06:25 GMT
39
+ - request:
40
+ method: delete
41
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
42
+ body:
43
+ encoding: UTF-8
44
+ string: ''
45
+ headers:
46
+ User-Agent:
47
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
48
+ Accept:
49
+ - "*/*"
50
+ Date:
51
+ - Wed, 03 Mar 2021 23:06:25 GMT
52
+ response:
53
+ status:
54
+ code: 200
55
+ message: OK
56
+ headers:
57
+ Date:
58
+ - Wed, 03 Mar 2021 23:06:25 GMT
59
+ Content-Type:
60
+ - application/json
61
+ Content-Length:
62
+ - '26'
63
+ Connection:
64
+ - keep-alive
65
+ Access-Control-Allow-Origin:
66
+ - "*"
67
+ Access-Control-Allow-Credentials:
68
+ - 'true'
69
+ body:
70
+ encoding: UTF-8
71
+ string: '{"status":200,"data":null}'
72
+ recorded_at: Wed, 03 Mar 2021 23:06:25 GMT
73
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,73 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: patch
5
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"some_name"}'
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:06:25 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Wed, 03 Mar 2021 23:06:25 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '155'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Credentials:
34
+ - 'true'
35
+ body:
36
+ encoding: UTF-8
37
+ string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:06:25.355483Z","eTag":"Adqiu+akxbGf1wE"}}'
38
+ recorded_at: Wed, 03 Mar 2021 23:06:25 GMT
39
+ - request:
40
+ method: delete
41
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
42
+ body:
43
+ encoding: UTF-8
44
+ string: ''
45
+ headers:
46
+ User-Agent:
47
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
48
+ Accept:
49
+ - "*/*"
50
+ Date:
51
+ - Wed, 03 Mar 2021 23:06:25 GMT
52
+ response:
53
+ status:
54
+ code: 200
55
+ message: OK
56
+ headers:
57
+ Date:
58
+ - Wed, 03 Mar 2021 23:06:25 GMT
59
+ Content-Type:
60
+ - application/json
61
+ Content-Length:
62
+ - '26'
63
+ Connection:
64
+ - keep-alive
65
+ Access-Control-Allow-Origin:
66
+ - "*"
67
+ Access-Control-Allow-Credentials:
68
+ - 'true'
69
+ body:
70
+ encoding: UTF-8
71
+ string: '{"status":200,"data":null}'
72
+ recorded_at: Wed, 03 Mar 2021 23:06:25 GMT
73
+ recorded_with: VCR 6.0.0
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://ps.pndsn.com/v2/history/sub-key/sub-a-mock-key/channel/rubytest?auth=ruby-test-auth-client-one&count=10&include_meta=true&pnsdk=PubNub-Ruby/4.2.5&uuid=ruby-test-uuid-client-one
5
+ uri: http://ps.pndsn.com/v2/history/sub-key/sub-a-mock-key/channel/rubytest2?auth=ruby-test-auth-client-one&count=10&include_meta=true&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.3, ruby 2.4.10 (2020-03-31))
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Tue, 18 Aug 2020 22:11:06 GMT
15
+ - Wed, 03 Mar 2021 23:43:15 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 18 Aug 2020 22:11:06 GMT
22
+ - Wed, 03 Mar 2021 23:43:15 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -40,7 +40,7 @@ http_interactions:
40
40
  - Pubnub
41
41
  body:
42
42
  encoding: UTF-8
43
- string: '[[{"message": "wdjzGfMFLREacKDtVrgDgA==", "timetoken": 15965666789169854,
44
- "meta": ""}],15965666789169854,15965666789169854]'
45
- recorded_at: Tue, 18 Aug 2020 22:11:06 GMT
43
+ string: '[[{"message": "wdjzGfMFLREacKDtVrgDgA==", "timetoken": 16148149695171741,
44
+ "meta": ""}],16148149695171741,16148149695171741]'
45
+ recorded_at: Wed, 03 Mar 2021 23:43:15 GMT
46
46
  recorded_with: VCR 6.0.0
@@ -0,0 +1,46 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://ps.pndsn.com/v2/history/sub-key/sub-a-mock-key/channel/rubytest5?auth=ruby-test-auth-client-one&count=10&include_meta=true&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 03 Mar 2021 23:50:58 GMT
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Date:
22
+ - Wed, 03 Mar 2021 23:50:58 GMT
23
+ Content-Type:
24
+ - text/javascript; charset="UTF-8"
25
+ Content-Length:
26
+ - '143'
27
+ Connection:
28
+ - keep-alive
29
+ Cache-Control:
30
+ - no-cache
31
+ Access-Control-Allow-Origin:
32
+ - "*"
33
+ Access-Control-Allow-Methods:
34
+ - GET, POST, DELETE, OPTIONS
35
+ Accept-Ranges:
36
+ - bytes
37
+ Age:
38
+ - '0'
39
+ Server:
40
+ - Pubnub
41
+ body:
42
+ encoding: UTF-8
43
+ string: '[[{"message": "NDg5OTU0OGM4NzhkOTEzMIxuXvp8WNzJY7jz5q4C/+w=", "timetoken":
44
+ 16148154562721969, "meta": ""}],16148154562721969,16148154562721969]'
45
+ recorded_at: Wed, 03 Mar 2021 23:50:58 GMT
46
+ recorded_with: VCR 6.0.0
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://ps.pndsn.com/v2/history/sub-key/sub-a-mock-key/channel/rubytest?auth=ruby-test-auth-client-one&count=10&include_token=true&pnsdk=PubNub-Ruby/4.2.5&uuid=ruby-test-uuid-client-one
5
+ uri: http://ps.pndsn.com/v2/history/sub-key/sub-a-mock-key/channel/rubytest3?auth=ruby-test-auth-client-one&count=10&include_token=true&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.3, ruby 2.4.10 (2020-03-31))
11
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Tue, 18 Aug 2020 22:13:02 GMT
15
+ - Wed, 03 Mar 2021 23:45:26 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 18 Aug 2020 22:13:02 GMT
22
+ - Wed, 03 Mar 2021 23:45:26 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -40,6 +40,6 @@ http_interactions:
40
40
  - Pubnub
41
41
  body:
42
42
  encoding: UTF-8
43
- string: '[[{"message": "wdjzGfMFLREacKDtVrgDgA==", "timetoken": 15965666789169854}],15965666789169854,15965666789169854]'
44
- recorded_at: Tue, 18 Aug 2020 22:13:02 GMT
43
+ string: '[[{"message": "wdjzGfMFLREacKDtVrgDgA==", "timetoken": 16148151241848372}],16148151241848372,16148151241848372]'
44
+ recorded_at: Wed, 03 Mar 2021 23:45:26 GMT
45
45
  recorded_with: VCR 6.0.0