pubnub 4.5.0 → 4.6.0

Sign up to get free protection for your applications and to get access to all the features.

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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f99bc04274ad4c925ccaeb22554add0934aa9579f35ad114c68f5a361927aa7b
4
- data.tar.gz: 326e53a9a9d7d6fc3cc3cdf4563dad813c91f98bbfb5268e148fa9d842c60cb7
3
+ metadata.gz: fb52f9920096246f6eaf19f16979ccfaad00f4358c022120042c9e4e2b511970
4
+ data.tar.gz: f6fb7348f5e7e1633b972ab705884c089de62907c4b247d16e1a3a2397e7f09d
5
5
  SHA512:
6
- metadata.gz: '09eb1c5f639e76233894bf7ddac49b6729cc6cb27a457535c7a0c3315da85ade49edd753394ce2ba1539ee6e20500b5530f6f2c7dd3503dad79471c45d613eac'
7
- data.tar.gz: e0374ca5a489dc8d89ec8a5cff6f48c5684f6642cf1823df88ce3ca4793c2c8226e807841d7908ee859205eba813e019b9c3f517645145dfc2152d486428604c
6
+ metadata.gz: 72308ca7b2b82e3d8b2dd13e4afc75b0282b576c2c1e94bcb66add47ce8d4193ec4881a3a7fc0fb36934ff07369f772db5d6bfdbe8e0f57db1ef37253b1fa571
7
+ data.tar.gz: a954307b0ddcc59c814f982e40f6e3ba311c0c7611fc5f5e7d2a5addd1e65b7a91db37f9ca13c20e30e6333acbc2fbf4d2130840b1343b84cb641df429ef9936
data/.pubnub.yml CHANGED
@@ -1,12 +1,35 @@
1
1
  ---
2
- version: "4.5.0"
2
+ version: "4.6.0"
3
3
  changelog:
4
+ -
5
+ changes:
6
+ -
7
+ text: "BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls."
8
+ type: feature
9
+ -
10
+ text: "Fix issue which caused Object request body encryption when `cipher_key` is set."
11
+ type: bug
12
+ date: Mar 8, 21
13
+ version: v4.6.0
14
+ -
15
+ changes:
16
+ -
17
+ text: "BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls."
18
+ type: feature
19
+ -
20
+ text: "Fix issue which caused Object request body encryption when `cipher_key` is set."
21
+ type: bug
22
+ date: Mar 8, 21
23
+ version: v4.6.0
4
24
  -
5
25
  changes:
6
26
  -
7
27
  text: "Add support for APNS2 device/channel management."
8
28
  type: feature
9
- date: 03-12-2020
29
+ -
30
+ text: "Resolved issue with multiple timetokens in message counts endpoint"
31
+ type: bug
32
+ date: 2020-12-03
10
33
  version: v4.5.0
11
34
  -
12
35
  changes:
@@ -16,21 +39,21 @@ changelog:
16
39
  -
17
40
  text: "Add uuid and parameter to Grant API along with new Objects permissions: `get`, `update` and `join`."
18
41
  type: feature
19
- date: 21-10-2020
42
+ date: 2020-10-21
20
43
  version: v4.4.0
21
44
  -
22
45
  changes:
23
46
  -
24
47
  text: "Add `delete` permission for `channel` to Grant."
25
48
  type: feature
26
- date: 18-10-2020
49
+ date: 2020-10-18
27
50
  version: v4.3.0
28
51
  -
29
52
  changes:
30
53
  -
31
54
  text: "Don't suppress runtime errors."
32
55
  type: bug
33
- date: 14-09-2020
56
+ date: 2020-09-14
34
57
  version: v4.2.7
35
58
  -
36
59
  changes:
@@ -43,14 +66,14 @@ changelog:
43
66
  -
44
67
  text: "History properly decrypts messages when using the \"include_token\" parameter."
45
68
  type: bug
46
- date: 25-08-2020
69
+ date: 2020-08-25
47
70
  version: v4.2.6
48
71
  -
49
72
  changes:
50
73
  -
51
74
  text: "Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list."
52
75
  type: bug
53
- date: 02-06-2020
76
+ date: 2020-06-02
54
77
  version: v4.2.5
55
78
  -
56
79
  changes:
@@ -63,91 +86,84 @@ changelog:
63
86
  -
64
87
  text: "Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value."
65
88
  type: bug
66
- date: 22-05-2020
89
+ date: 2020-05-22
67
90
  version: v4.2.4
68
- -
69
- changes:
70
- -
71
- text: "Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server"
72
- type: bugfix
73
- date: 14-02-2020
74
- version: "4.5.0"
75
91
  -
76
92
  changes:
77
93
  -
78
94
  text: "Resolved issue with multiple timetokens in message counts endpoint"
79
- type: bugfix
80
- date: 11-11-2019
95
+ type: bug
96
+ date: 2019-11-11
81
97
  version: "4.2.2"
82
98
  -
83
99
  changes:
84
100
  -
85
101
  text: "Updated listener methods"
86
102
  type: feature
87
- date: 25-10-2019
103
+ date: 2019-10-25
88
104
  version: "4.2.1"
89
105
  -
90
106
  changes:
91
107
  -
92
108
  text: "Added objects feature"
93
109
  type: feature
94
- date: 11-10-2019
110
+ date: 2019-10-11
95
111
  version: "4.2.0"
96
112
  -
97
113
  changes:
98
114
  -
99
115
  text: "Added signal feature"
100
116
  type: feature
101
- date: 21-08-2019
117
+ date: 2019-08-21
102
118
  version: "4.1.6"
103
119
  -
104
120
  changes:
105
121
  -
106
122
  text: "Updated dependencies"
107
123
  type: improvement
108
- date: 29-07-2019
124
+ date: 2019-07-29
109
125
  version: "4.1.5"
110
126
  -
111
127
  changes:
112
128
  -
113
129
  text: "Added push API"
114
130
  type: feature
115
- date: 08-04-2019
131
+ date: 2019-04-08
116
132
  version: "4.1.1"
117
133
  -
118
134
  changes:
119
135
  -
120
136
  text: "Added 'message_count' API endpoint"
121
137
  type: feature
122
- date: 28-02-2019
138
+ date: 2019-02-28
123
139
  version: "4.1.0"
124
140
  -
125
141
  changes:
126
142
  -
127
143
  text: "Switch from Celluloid to concurrent-ruby."
128
- type: bugfix
129
- date: 28-08-2018
144
+ type: bug
145
+ date: 2018-08-28
130
146
  version: "4.0.28"
131
147
  -
132
148
  changes:
133
149
  -
134
150
  text: "Fixed telemetry issues."
135
- type: bugfix
136
- date: 17-11-2017
151
+ type: bug
152
+ date: 2017-11-17
137
153
  version: "4.0.27"
138
154
  -
139
155
  changes:
140
156
  -
141
157
  text: "Secured telemetry call. Fixed crash when an app was exiting."
142
- type: bugfix
143
- date: 23-10-2017
158
+ type: bug
159
+ date: 2017-10-23
144
160
  version: "4.0.26"
145
161
  -
146
162
  changes:
147
163
  -
148
164
  text: "Added telemetry"
149
165
  type: feature
150
- date: 12-09-2017
166
+ date: 2017-09-12
151
167
  version: "4.0.25"
152
168
  -
153
169
  changes:
@@ -157,28 +173,28 @@ changelog:
157
173
  -
158
174
  text: "Improved timeout error handling (thanks @f1sherman)"
159
175
  type: improvement
160
- date: 29-08-2017
176
+ date: 2017-08-29
161
177
  version: "4.0.24"
162
178
  -
163
179
  changes:
164
180
  -
165
181
  text: "Fixed HereNow envelope generation"
166
182
  type: bug
167
- date: 26-07-2017
183
+ date: 2017-07-26
168
184
  version: "4.0.23"
169
185
  -
170
186
  changes:
171
187
  -
172
188
  text: "Fixed signature generation and channel name escaping"
173
189
  type: bug
174
- date: 31-05-2017
190
+ date: 2017-05-31
175
191
  version: "4.0.22"
176
192
  -
177
193
  changes:
178
194
  -
179
195
  text: "Fixed signature generation"
180
196
  type: bug
181
- date: 18-04-2017
197
+ date: 2017-04-18
182
198
  version: "4.0.21"
183
199
  -
184
200
  changes:
@@ -191,14 +207,14 @@ changelog:
191
207
  -
192
208
  text: "allows using multiple cipher keys"
193
209
  type: improvement
194
- date: 11-04-2017
210
+ date: 2017-04-11
195
211
  version: "4.0.20"
196
212
  -
197
213
  changes:
198
214
  -
199
215
  text: "Fixed sync subscribe not terminating actors"
200
216
  type: bug
201
- date: 02-03-2017
217
+ date: 2017-03-02
202
218
  version: v4.0.18
203
219
  -
204
220
  changes:
@@ -208,7 +224,7 @@ changelog:
208
224
  -
209
225
  text: "Updated default origin"
210
226
  type: improvement
211
- date: 21-12-2016
227
+ date: 2016-12-21
212
228
  version: v4.0.17
213
229
  -
214
230
  changes:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ##### v4.6.0
2
+
3
+ - BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
4
+ - Fix issue which caused Object request body encryption when `cipher_key` is set.
5
+
6
+ ##### v4.6.0
7
+
8
+ - BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
9
+ - Fix issue which caused Object request body encryption when `cipher_key` is set.
10
+
1
11
  ##### v4.5.0
2
12
 
3
13
  - Add support for APNS2 device/channel management.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pubnub (4.5.0)
4
+ pubnub (4.6.0)
5
5
  addressable (>= 2.0.0)
6
6
  concurrent-ruby (~> 1.1.5)
7
7
  concurrent-ruby-edge (~> 0.5.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.5.0
1
+ 4.6.0
@@ -0,0 +1,111 @@
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:24:29 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:24:29 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:24:29 GMT
39
+ - request:
40
+ method: patch
41
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one?auth=ruby-test-auth-client-one&include=custom&l_obj=0.15&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
42
+ body:
43
+ encoding: UTF-8
44
+ string: '{"name":"magnum"}'
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:24:29 GMT
52
+ Content-Type:
53
+ - application/x-www-form-urlencoded
54
+ response:
55
+ status:
56
+ code: 200
57
+ message: OK
58
+ headers:
59
+ Date:
60
+ - Wed, 03 Mar 2021 23:24:30 GMT
61
+ Content-Type:
62
+ - application/json
63
+ Content-Length:
64
+ - '199'
65
+ Connection:
66
+ - keep-alive
67
+ Access-Control-Allow-Origin:
68
+ - "*"
69
+ Access-Control-Allow-Credentials:
70
+ - 'true'
71
+ body:
72
+ encoding: UTF-8
73
+ string: '{"status":200,"data":{"id":"ruby-test-uuid-client-one","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-03T23:11:13.101616Z","eTag":"AaaUxtPTpNTufg"}}'
74
+ recorded_at: Wed, 03 Mar 2021 23:24:29 GMT
75
+ - request:
76
+ method: patch
77
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel/uuids?auth=ruby-test-auth-client-one&count=1&l_obj=0.054&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
78
+ body:
79
+ encoding: UTF-8
80
+ string: '{"set":[{"uuid":{"id":"ruby-test-uuid-client-one"}}]}'
81
+ headers:
82
+ User-Agent:
83
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
84
+ Accept:
85
+ - "*/*"
86
+ Date:
87
+ - Wed, 03 Mar 2021 23:24:29 GMT
88
+ Content-Type:
89
+ - application/x-www-form-urlencoded
90
+ response:
91
+ status:
92
+ code: 200
93
+ message: OK
94
+ headers:
95
+ Date:
96
+ - Wed, 03 Mar 2021 23:24:30 GMT
97
+ Content-Type:
98
+ - application/json
99
+ Content-Length:
100
+ - '158'
101
+ Connection:
102
+ - keep-alive
103
+ Access-Control-Allow-Origin:
104
+ - "*"
105
+ Access-Control-Allow-Credentials:
106
+ - 'true'
107
+ body:
108
+ encoding: UTF-8
109
+ string: '{"status":200,"data":[{"uuid":{"id":"ruby-test-uuid-client-one"},"updated":"2021-03-03T23:11:02.391605Z","eTag":"AY39mJKK//C0VA"}],"totalCount":1,"next":"MQ"}'
110
+ recorded_at: Wed, 03 Mar 2021 23:24:29 GMT
111
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,111 @@
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:24:29 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:24:30 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:24:30 GMT
39
+ - request:
40
+ method: patch
41
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/bob?auth=ruby-test-auth-client-one&include=custom&l_obj=0.087&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
42
+ body:
43
+ encoding: UTF-8
44
+ string: '{"name":"magnum"}'
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:24:30 GMT
52
+ Content-Type:
53
+ - application/x-www-form-urlencoded
54
+ response:
55
+ status:
56
+ code: 200
57
+ message: OK
58
+ headers:
59
+ Date:
60
+ - Wed, 03 Mar 2021 23:24:30 GMT
61
+ Content-Type:
62
+ - application/json
63
+ Content-Length:
64
+ - '177'
65
+ Connection:
66
+ - keep-alive
67
+ Access-Control-Allow-Origin:
68
+ - "*"
69
+ Access-Control-Allow-Credentials:
70
+ - 'true'
71
+ body:
72
+ encoding: UTF-8
73
+ string: '{"status":200,"data":{"id":"bob","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-03T23:11:37.570828Z","eTag":"AaaUxtPTpNTufg"}}'
74
+ recorded_at: Wed, 03 Mar 2021 23:24:30 GMT
75
+ - request:
76
+ method: patch
77
+ uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel/uuids?auth=ruby-test-auth-client-one&count=1&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
78
+ body:
79
+ encoding: UTF-8
80
+ string: '{"set":[{"uuid":{"id":"bob"}}]}'
81
+ headers:
82
+ User-Agent:
83
+ - HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
84
+ Accept:
85
+ - "*/*"
86
+ Date:
87
+ - Wed, 03 Mar 2021 23:24:30 GMT
88
+ Content-Type:
89
+ - application/x-www-form-urlencoded
90
+ response:
91
+ status:
92
+ code: 200
93
+ message: OK
94
+ headers:
95
+ Date:
96
+ - Wed, 03 Mar 2021 23:24:30 GMT
97
+ Content-Type:
98
+ - application/json
99
+ Content-Length:
100
+ - '244'
101
+ Connection:
102
+ - keep-alive
103
+ Access-Control-Allow-Origin:
104
+ - "*"
105
+ Access-Control-Allow-Credentials:
106
+ - 'true'
107
+ body:
108
+ encoding: UTF-8
109
+ string: '{"status":200,"data":[{"uuid":{"id":"bob"},"updated":"2021-03-03T23:24:30.327342Z","eTag":"AY39mJKK//C0VA"},{"uuid":{"id":"ruby-test-uuid-client-one"},"updated":"2021-03-03T23:11:02.391605Z","eTag":"AY39mJKK//C0VA"}],"totalCount":2,"next":"Mg"}'
110
+ recorded_at: Wed, 03 Mar 2021 23:24:30 GMT
111
+ recorded_with: VCR 6.0.0