pubnub 4.2.6 → 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 (226) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +1 -0
  3. data/.pubnub.yml +113 -56
  4. data/.travis.yml +4 -2
  5. data/CHANGELOG.md +39 -11
  6. data/Gemfile.lock +10 -1
  7. data/README.md +56 -17
  8. data/VERSION +1 -1
  9. data/fixtures/vcr_cassettes/examples/add_channels_to_push/001.yml +45 -0
  10. data/fixtures/vcr_cassettes/examples/add_channels_to_push/002.yml +45 -0
  11. data/fixtures/vcr_cassettes/examples/add_channels_to_push/003.yml +45 -0
  12. data/fixtures/vcr_cassettes/examples/add_channels_to_push/004.yml +45 -0
  13. data/fixtures/vcr_cassettes/examples/channel_members/001.yml +111 -0
  14. data/fixtures/vcr_cassettes/examples/channel_members/002.yml +111 -0
  15. data/fixtures/vcr_cassettes/examples/channel_members/003.yml +111 -0
  16. data/fixtures/vcr_cassettes/examples/channel_members/004.yml +147 -0
  17. data/fixtures/vcr_cassettes/examples/channel_members/005.yml +147 -0
  18. data/fixtures/vcr_cassettes/examples/channel_members/006.yml +147 -0
  19. data/fixtures/vcr_cassettes/examples/channel_metadata/001.yml +39 -0
  20. data/fixtures/vcr_cassettes/examples/channel_metadata/002.yml +39 -0
  21. data/fixtures/vcr_cassettes/examples/channel_metadata/003.yml +39 -0
  22. data/fixtures/vcr_cassettes/examples/channel_metadata/004.yml +73 -0
  23. data/fixtures/vcr_cassettes/examples/channel_metadata/005.yml +73 -0
  24. data/fixtures/vcr_cassettes/examples/channel_metadata/006.yml +73 -0
  25. data/fixtures/vcr_cassettes/examples/grant/1913.yml +1 -1
  26. data/fixtures/vcr_cassettes/examples/grant/1944.yml +8 -9
  27. data/fixtures/vcr_cassettes/examples/grant/1945.yml +359 -9
  28. data/fixtures/vcr_cassettes/examples/grant/1946.yml +8 -9
  29. data/fixtures/vcr_cassettes/examples/grant/1947.yml +8 -9
  30. data/fixtures/vcr_cassettes/examples/grant/1948.yml +8 -9
  31. data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted.yml +7 -7
  32. data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted_random_iv.yml +46 -0
  33. data/fixtures/vcr_cassettes/examples/history/include_token__encrypted.yml +6 -6
  34. data/fixtures/vcr_cassettes/examples/history/include_token__encrypted_random_iv.yml +46 -0
  35. data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted.yml +6 -6
  36. data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted_random_iv.yml +45 -0
  37. data/fixtures/vcr_cassettes/examples/list_push_provisions/001.yml +46 -0
  38. data/fixtures/vcr_cassettes/examples/list_push_provisions/002.yml +45 -0
  39. data/fixtures/vcr_cassettes/examples/list_push_provisions/003.yml +45 -0
  40. data/fixtures/vcr_cassettes/examples/memberships/001.yml +111 -0
  41. data/fixtures/vcr_cassettes/examples/memberships/002.yml +111 -0
  42. data/fixtures/vcr_cassettes/examples/memberships/003.yml +111 -0
  43. data/fixtures/vcr_cassettes/examples/memberships/004.yml +111 -0
  44. data/fixtures/vcr_cassettes/examples/memberships/005.yml +147 -0
  45. data/fixtures/vcr_cassettes/examples/memberships/006.yml +147 -0
  46. data/fixtures/vcr_cassettes/examples/memberships/007.yml +147 -0
  47. data/fixtures/vcr_cassettes/examples/memberships/008.yml +147 -0
  48. data/fixtures/vcr_cassettes/examples/remove_channels_from_push/001.yml +45 -0
  49. data/fixtures/vcr_cassettes/examples/remove_channels_from_push/002.yml +45 -0
  50. data/fixtures/vcr_cassettes/examples/remove_channels_from_push/003.yml +45 -0
  51. data/fixtures/vcr_cassettes/examples/remove_device_from_push/001.yml +45 -0
  52. data/fixtures/vcr_cassettes/examples/remove_device_from_push/002.yml +45 -0
  53. data/fixtures/vcr_cassettes/examples/remove_device_from_push/003.yml +45 -0
  54. data/fixtures/vcr_cassettes/examples/uuid_metadata/001.yml +39 -0
  55. data/fixtures/vcr_cassettes/examples/uuid_metadata/002.yml +39 -0
  56. data/fixtures/vcr_cassettes/examples/uuid_metadata/003.yml +39 -0
  57. data/fixtures/vcr_cassettes/examples/uuid_metadata/004.yml +39 -0
  58. data/fixtures/vcr_cassettes/examples/uuid_metadata/005.yml +73 -0
  59. data/fixtures/vcr_cassettes/examples/uuid_metadata/006.yml +73 -0
  60. data/fixtures/vcr_cassettes/examples/uuid_metadata/007.yml +73 -0
  61. data/fixtures/vcr_cassettes/examples/uuid_metadata/008.yml +73 -0
  62. data/fixtures/vcr_cassettes/lib/events/get_all_channels_metadata.yml +39 -0
  63. data/fixtures/vcr_cassettes/lib/events/get_all_uuid_metadata.yml +76 -0
  64. data/fixtures/vcr_cassettes/lib/events/get_channel_members.yml +37 -0
  65. data/fixtures/vcr_cassettes/lib/events/get_channel_metadata.yml +37 -0
  66. data/fixtures/vcr_cassettes/lib/events/get_memberships1.yml +37 -0
  67. data/fixtures/vcr_cassettes/lib/events/get_memberships2.yml +37 -0
  68. data/fixtures/vcr_cassettes/lib/events/get_uuid_metadata1.yml +76 -0
  69. data/fixtures/vcr_cassettes/lib/events/get_uuid_metadata2.yml +76 -0
  70. data/fixtures/vcr_cassettes/lib/events/grant-error.yml +2 -2
  71. data/fixtures/vcr_cassettes/lib/events/grant.yml +10 -11
  72. data/fixtures/vcr_cassettes/lib/events/remove_channel_members.yml +78 -0
  73. data/fixtures/vcr_cassettes/lib/events/{delete_space.yml → remove_channel_metadata.yml} +5 -6
  74. data/fixtures/vcr_cassettes/lib/events/{manage_memberships_remove.yml → remove_memberships1.yml} +8 -9
  75. data/fixtures/vcr_cassettes/lib/events/{manage_members_add.yml → remove_memberships2.yml} +8 -9
  76. data/fixtures/vcr_cassettes/lib/events/remove_uuid_metadata1.yml +76 -0
  77. data/fixtures/vcr_cassettes/lib/events/remove_uuid_metadata2.yml +76 -0
  78. data/fixtures/vcr_cassettes/lib/events/set_channel_members.yml +39 -0
  79. data/fixtures/vcr_cassettes/lib/events/set_channel_metadata.yml +39 -0
  80. data/fixtures/vcr_cassettes/lib/events/{manage_memberships_add.yml → set_memberships1.yml} +8 -9
  81. data/fixtures/vcr_cassettes/lib/events/set_memberships2.yml +39 -0
  82. data/fixtures/vcr_cassettes/lib/events/set_uuid_metadata1.yml +78 -0
  83. data/fixtures/vcr_cassettes/lib/events/set_uuid_metadata2.yml +78 -0
  84. data/fixtures/vcr_cassettes/lib/events/{subscribe-space-delete-async.yml → subscribe-channel-metadata-remove-sync.yml} +12 -14
  85. data/fixtures/vcr_cassettes/lib/events/subscribe-channel-metadata-set-async.yml +75 -0
  86. data/fixtures/vcr_cassettes/lib/events/{subscribe-member-remove-async.yml → subscribe-member-remove-sync.yml} +12 -14
  87. data/fixtures/vcr_cassettes/lib/events/subscribe-member-set-async.yml +75 -0
  88. data/fixtures/vcr_cassettes/lib/events/subscribe-membership-remove-async.yml +12 -14
  89. data/fixtures/vcr_cassettes/lib/events/{subscribe-user-update-async.yml → subscribe-membership-set-async.yml} +12 -14
  90. data/fixtures/vcr_cassettes/lib/events/{subscribe-user-delete-async.yml → subscribe-uuid-metadata-remove-sync.yml} +12 -14
  91. data/fixtures/vcr_cassettes/lib/events/subscribe-uuid-metadata-set-async.yml +75 -0
  92. data/lib/pubnub/client.rb +22 -16
  93. data/lib/pubnub/client/events.rb +4 -2
  94. data/lib/pubnub/client/helpers.rb +1 -1
  95. data/lib/pubnub/configuration.rb +1 -0
  96. data/lib/pubnub/constants.rb +20 -18
  97. data/lib/pubnub/crypto.rb +22 -8
  98. data/lib/pubnub/event.rb +39 -17
  99. data/lib/pubnub/event/formatter.rb +4 -0
  100. data/lib/pubnub/event/signature.rb +22 -7
  101. data/lib/pubnub/events/add_channels_to_push.rb +29 -13
  102. data/lib/pubnub/events/get_all_channels_metadata.rb +104 -0
  103. data/lib/pubnub/events/get_all_uuid_metadata.rb +104 -0
  104. data/lib/pubnub/events/get_channel_members.rb +120 -0
  105. data/lib/pubnub/events/{update_space.rb → get_channel_metadata.rb} +27 -27
  106. data/lib/pubnub/events/get_memberships.rb +120 -0
  107. data/lib/pubnub/events/{create_space.rb → get_uuid_metadata.rb} +27 -25
  108. data/lib/pubnub/events/grant.rb +10 -1
  109. data/lib/pubnub/events/history.rb +2 -1
  110. data/lib/pubnub/events/list_push_provisions.rb +29 -12
  111. data/lib/pubnub/events/publish.rb +2 -2
  112. data/lib/pubnub/events/remove_channel_members.rb +137 -0
  113. data/lib/pubnub/events/{delete_space.rb → remove_channel_metadata.rb} +13 -13
  114. data/lib/pubnub/events/remove_channels_from_push.rb +29 -13
  115. data/lib/pubnub/events/remove_device_from_push.rb +30 -14
  116. data/lib/pubnub/events/remove_memberships.rb +137 -0
  117. data/lib/pubnub/events/{delete_user.rb → remove_uuid_metadata.rb} +13 -13
  118. data/lib/pubnub/events/set_channel_members.rb +140 -0
  119. data/lib/pubnub/events/{manage_members.rb → set_channel_metadata.rb} +32 -38
  120. data/lib/pubnub/events/set_memberships.rb +140 -0
  121. data/lib/pubnub/events/{create_user.rb → set_uuid_metadata.rb} +33 -17
  122. data/lib/pubnub/events/signal.rb +1 -1
  123. data/lib/pubnub/formatter.rb +31 -4
  124. data/lib/pubnub/pam.rb +2 -11
  125. data/lib/pubnub/subscribe_callback.rb +1 -3
  126. data/lib/pubnub/subscribe_event/formatter.rb +30 -19
  127. data/lib/pubnub/subscriber.rb +5 -6
  128. data/lib/pubnub/validators/add_channels_to_push.rb +52 -0
  129. data/lib/pubnub/validators/get_all_channels_metadata.rb +29 -0
  130. data/lib/pubnub/validators/get_all_uuid_metadata.rb +29 -0
  131. data/lib/pubnub/validators/get_channel_members.rb +39 -0
  132. data/lib/pubnub/validators/get_channel_metadata.rb +39 -0
  133. data/lib/pubnub/validators/get_memberships.rb +39 -0
  134. data/lib/pubnub/validators/get_uuid_metadata.rb +39 -0
  135. data/lib/pubnub/validators/grant.rb +37 -2
  136. data/lib/pubnub/validators/list_push_provisions.rb +43 -0
  137. data/lib/pubnub/validators/remove_channel_members.rb +52 -0
  138. data/lib/pubnub/validators/remove_channel_metadata.rb +39 -0
  139. data/lib/pubnub/validators/remove_channels_from_push.rb +52 -0
  140. data/lib/pubnub/validators/remove_device_from_push.rb +43 -0
  141. data/lib/pubnub/validators/remove_memberships.rb +52 -0
  142. data/lib/pubnub/validators/remove_uuid_metadata.rb +39 -0
  143. data/lib/pubnub/validators/set_channel_members.rb +78 -0
  144. data/lib/pubnub/validators/set_channel_metadata.rb +62 -0
  145. data/lib/pubnub/validators/set_memberships.rb +78 -0
  146. data/lib/pubnub/validators/set_uuid_metadata.rb +62 -0
  147. data/lib/pubnub/version.rb +1 -1
  148. data/spec/examples/add_channels_to_push_spec.rb +178 -0
  149. data/spec/examples/{grant_examples_spec.rb → grant_examples_1_spec.rb} +0 -8973
  150. data/spec/examples/grant_examples_2_spec.rb +9107 -0
  151. data/spec/examples/history_examples_spec.rb +87 -9
  152. data/spec/examples/list_push_provisions_spec.rb +164 -0
  153. data/spec/examples/presence_examples_spec.rb +222 -186
  154. data/spec/examples/publish_examples_spec.rb +864 -0
  155. data/spec/examples/remove_channel_members_examples_spec.rb +100 -0
  156. data/spec/examples/remove_channel_metadata_examples_spec.rb +89 -0
  157. data/spec/examples/remove_channels_from_push_spec.rb +164 -0
  158. data/spec/examples/remove_device_from_push_spec.rb +164 -0
  159. data/spec/examples/remove_memberships_examples_spec.rb +121 -0
  160. data/spec/examples/remove_uuid_metadata_examples_spec.rb +107 -0
  161. data/spec/examples/revoke_examples_1_spec.rb +27013 -0
  162. data/spec/examples/revoke_examples_2_spec.rb +27012 -0
  163. data/spec/examples/revoke_examples_3_spec.rb +17967 -0
  164. data/spec/examples/set_channel_members_examples_spec.rb +99 -0
  165. data/spec/examples/set_channel_metadata_examples_spec.rb +93 -0
  166. data/spec/examples/set_memberships_examples_spec.rb +122 -0
  167. data/spec/examples/set_uuid_metadata_examples_spec.rb +114 -0
  168. data/spec/examples/status_request_message_count_exceeded_spec.rb +4 -1
  169. data/spec/examples/subscribe_examples_1_spec.rb +26972 -0
  170. data/spec/examples/subscribe_examples_2_spec.rb +19575 -0
  171. data/spec/lib/connection_callback_spec.rb +4 -3
  172. data/spec/lib/event/formatter_spec.rb +22 -0
  173. data/spec/lib/events/channel_metadata_spec.rb +58 -0
  174. data/spec/lib/events/grant_spec.rb +3 -2
  175. data/spec/lib/events/membership_spec.rb +51 -21
  176. data/spec/lib/events/presence_delta_spec.rb +9 -6
  177. data/spec/lib/events/presence_spec.rb +13 -7
  178. data/spec/lib/events/subscribe_spec.rb +104 -65
  179. data/spec/lib/events/uuid_metadata_spec.rb +86 -0
  180. data/spec/lib/multiple_ciphers_spec.rb +16 -4
  181. data/spec/lib/subscribe_event/formatter_spec.rb +22 -0
  182. data/spec/lib/super_admin_spec.rb +8 -4
  183. data/spec/spec_helper.rb +24 -8
  184. metadata +153 -65
  185. data/fixtures/vcr_cassettes/lib/events/create_space.yml +0 -40
  186. data/fixtures/vcr_cassettes/lib/events/create_user.yml +0 -40
  187. data/fixtures/vcr_cassettes/lib/events/delete_user.yml +0 -38
  188. data/fixtures/vcr_cassettes/lib/events/get_members.yml +0 -38
  189. data/fixtures/vcr_cassettes/lib/events/get_space.yml +0 -38
  190. data/fixtures/vcr_cassettes/lib/events/get_space_memberships.yml +0 -38
  191. data/fixtures/vcr_cassettes/lib/events/get_spaces.yml +0 -40
  192. data/fixtures/vcr_cassettes/lib/events/get_user.yml +0 -38
  193. data/fixtures/vcr_cassettes/lib/events/get_users.yml +0 -40
  194. data/fixtures/vcr_cassettes/lib/events/manage_members_remove.yml +0 -83
  195. data/fixtures/vcr_cassettes/lib/events/subscribe-member-add-async.yml +0 -77
  196. data/fixtures/vcr_cassettes/lib/events/subscribe-membership-add-async.yml +0 -77
  197. data/fixtures/vcr_cassettes/lib/events/subscribe-space-update-async.yml +0 -77
  198. data/fixtures/vcr_cassettes/lib/events/update_space.yml +0 -40
  199. data/fixtures/vcr_cassettes/lib/events/update_user.yml +0 -40
  200. data/lib/pubnub/events/get_members.rb +0 -93
  201. data/lib/pubnub/events/get_space.rb +0 -74
  202. data/lib/pubnub/events/get_space_memberships.rb +0 -93
  203. data/lib/pubnub/events/get_spaces.rb +0 -90
  204. data/lib/pubnub/events/get_user.rb +0 -74
  205. data/lib/pubnub/events/get_users.rb +0 -90
  206. data/lib/pubnub/events/manage_memberships.rb +0 -105
  207. data/lib/pubnub/events/update_user.rb +0 -86
  208. data/lib/pubnub/validators/create_space.rb +0 -44
  209. data/lib/pubnub/validators/create_user.rb +0 -44
  210. data/lib/pubnub/validators/delete_space.rb +0 -32
  211. data/lib/pubnub/validators/delete_user.rb +0 -32
  212. data/lib/pubnub/validators/get_members.rb +0 -32
  213. data/lib/pubnub/validators/get_space.rb +0 -32
  214. data/lib/pubnub/validators/get_space_memberships.rb +0 -32
  215. data/lib/pubnub/validators/get_spaces.rb +0 -16
  216. data/lib/pubnub/validators/get_user.rb +0 -32
  217. data/lib/pubnub/validators/get_users.rb +0 -16
  218. data/lib/pubnub/validators/manage_members.rb +0 -45
  219. data/lib/pubnub/validators/manage_memberships.rb +0 -45
  220. data/lib/pubnub/validators/push.rb +0 -43
  221. data/lib/pubnub/validators/update_space.rb +0 -45
  222. data/lib/pubnub/validators/update_user.rb +0 -45
  223. data/spec/examples/revoke_examples_spec.rb +0 -71950
  224. data/spec/examples/subscribe_examples_spec.rb +0 -45184
  225. data/spec/lib/events/space_spec.rb +0 -75
  226. data/spec/lib/events/user_spec.rb +0 -75
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f7a81a88398281f6a7aabc7b3a6cfdc12c3f2c69d3f38648f35de7143e325d4
4
- data.tar.gz: cc0ceed081a5b115b283fe9ccc0e344e9865b815e3fef4b02ef24c01ea4d9507
3
+ metadata.gz: fb52f9920096246f6eaf19f16979ccfaad00f4358c022120042c9e4e2b511970
4
+ data.tar.gz: f6fb7348f5e7e1633b972ab705884c089de62907c4b247d16e1a3a2397e7f09d
5
5
  SHA512:
6
- metadata.gz: 1a715e51fcc684a51fb1ef192f95780ebf3c815c6fe0cf2c67df58a38a697be9a80e9a52541abe6a4202ebd2dc0f2b330b7c82ea261230bb95e6c3e73cb4509a
7
- data.tar.gz: b4d7f702196a4aa9c32b4ca94c12ec9281ab37ad083175a021ef798f5b3148d3820abde80454b999b9609001e3bc76d61b27d62430c03e2f71166186cc0f91fb
6
+ metadata.gz: 72308ca7b2b82e3d8b2dd13e4afc75b0282b576c2c1e94bcb66add47ce8d4193ec4881a3a7fc0fb36934ff07369f772db5d6bfdbe8e0f57db1ef37253b1fa571
7
+ data.tar.gz: a954307b0ddcc59c814f982e40f6e3ba311c0c7611fc5f5e7d2a5addd1e65b7a91db37f9ca13c20e30e6333acbc2fbf4d2130840b1343b84cb641df429ef9936
@@ -0,0 +1 @@
1
+ * @parfeon @CraigLn
data/.pubnub.yml CHANGED
@@ -1,22 +1,79 @@
1
1
  ---
2
- version: "4.2.6"
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
24
+ -
25
+ changes:
26
+ -
27
+ text: "Add support for APNS2 device/channel management."
28
+ type: feature
29
+ -
30
+ text: "Resolved issue with multiple timetokens in message counts endpoint"
31
+ type: bug
32
+ date: 2020-12-03
33
+ version: v4.5.0
34
+ -
35
+ changes:
36
+ -
37
+ text: "Add simplified Objects API support with UUID and Channel metadata / membership management."
38
+ type: feature
39
+ -
40
+ text: "Add uuid and parameter to Grant API along with new Objects permissions: `get`, `update` and `join`."
41
+ type: feature
42
+ date: 2020-10-21
43
+ version: v4.4.0
44
+ -
45
+ changes:
46
+ -
47
+ text: "Add `delete` permission for `channel` to Grant."
48
+ type: feature
49
+ date: 2020-10-18
50
+ version: v4.3.0
51
+ -
52
+ changes:
53
+ -
54
+ text: "Don't suppress runtime errors."
55
+ type: bug
56
+ date: 2020-09-14
57
+ version: v4.2.7
4
58
  -
5
59
  changes:
6
60
  -
7
61
  text: "History can now respond with message meta information."
8
62
  type: feature
9
63
  -
10
- text: "Added official support for Ruby 2.7X\u2028\u2028fix: Decrypt History messages\u2028\u2028History properly decrypts messages when using the \"include_token\" parameter."
64
+ text: "Added official support for Ruby 2.7.X"
11
65
  type: feature
12
- date: 25-08-2020
66
+ -
67
+ text: "History properly decrypts messages when using the \"include_token\" parameter."
68
+ type: bug
69
+ date: 2020-08-25
13
70
  version: v4.2.6
14
71
  -
15
72
  changes:
16
73
  -
17
74
  text: "Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list."
18
75
  type: bug
19
- date: 02-06-2020
76
+ date: 2020-06-02
20
77
  version: v4.2.5
21
78
  -
22
79
  changes:
@@ -29,91 +86,84 @@ changelog:
29
86
  -
30
87
  text: "Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value."
31
88
  type: bug
32
- date: 22-05-2020
89
+ date: 2020-05-22
33
90
  version: v4.2.4
34
- -
35
- changes:
36
- -
37
- text: "Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server"
38
- type: bugfix
39
- date: 14-02-2020
40
- version: "4.2.6"
41
91
  -
42
92
  changes:
43
93
  -
44
94
  text: "Resolved issue with multiple timetokens in message counts endpoint"
45
- type: bugfix
46
- date: 11-11-2019
95
+ type: bug
96
+ date: 2019-11-11
47
97
  version: "4.2.2"
48
98
  -
49
99
  changes:
50
100
  -
51
101
  text: "Updated listener methods"
52
102
  type: feature
53
- date: 25-10-2019
103
+ date: 2019-10-25
54
104
  version: "4.2.1"
55
105
  -
56
106
  changes:
57
107
  -
58
108
  text: "Added objects feature"
59
109
  type: feature
60
- date: 11-10-2019
110
+ date: 2019-10-11
61
111
  version: "4.2.0"
62
112
  -
63
113
  changes:
64
114
  -
65
115
  text: "Added signal feature"
66
116
  type: feature
67
- date: 21-08-2019
117
+ date: 2019-08-21
68
118
  version: "4.1.6"
69
119
  -
70
120
  changes:
71
121
  -
72
122
  text: "Updated dependencies"
73
123
  type: improvement
74
- date: 29-07-2019
124
+ date: 2019-07-29
75
125
  version: "4.1.5"
76
126
  -
77
127
  changes:
78
128
  -
79
129
  text: "Added push API"
80
130
  type: feature
81
- date: 08-04-2019
131
+ date: 2019-04-08
82
132
  version: "4.1.1"
83
133
  -
84
134
  changes:
85
135
  -
86
136
  text: "Added 'message_count' API endpoint"
87
137
  type: feature
88
- date: 28-02-2019
138
+ date: 2019-02-28
89
139
  version: "4.1.0"
90
140
  -
91
141
  changes:
92
142
  -
93
143
  text: "Switch from Celluloid to concurrent-ruby."
94
- type: bugfix
95
- date: 28-08-2018
144
+ type: bug
145
+ date: 2018-08-28
96
146
  version: "4.0.28"
97
147
  -
98
148
  changes:
99
149
  -
100
150
  text: "Fixed telemetry issues."
101
- type: bugfix
102
- date: 17-11-2017
151
+ type: bug
152
+ date: 2017-11-17
103
153
  version: "4.0.27"
104
154
  -
105
155
  changes:
106
156
  -
107
157
  text: "Secured telemetry call. Fixed crash when an app was exiting."
108
- type: bugfix
109
- date: 23-10-2017
158
+ type: bug
159
+ date: 2017-10-23
110
160
  version: "4.0.26"
111
161
  -
112
162
  changes:
113
163
  -
114
164
  text: "Added telemetry"
115
165
  type: feature
116
- date: 12-09-2017
166
+ date: 2017-09-12
117
167
  version: "4.0.25"
118
168
  -
119
169
  changes:
@@ -123,28 +173,28 @@ changelog:
123
173
  -
124
174
  text: "Improved timeout error handling (thanks @f1sherman)"
125
175
  type: improvement
126
- date: 29-08-2017
176
+ date: 2017-08-29
127
177
  version: "4.0.24"
128
178
  -
129
179
  changes:
130
180
  -
131
181
  text: "Fixed HereNow envelope generation"
132
182
  type: bug
133
- date: 26-07-2017
183
+ date: 2017-07-26
134
184
  version: "4.0.23"
135
185
  -
136
186
  changes:
137
187
  -
138
188
  text: "Fixed signature generation and channel name escaping"
139
189
  type: bug
140
- date: 31-05-2017
190
+ date: 2017-05-31
141
191
  version: "4.0.22"
142
192
  -
143
193
  changes:
144
194
  -
145
195
  text: "Fixed signature generation"
146
196
  type: bug
147
- date: 18-04-2017
197
+ date: 2017-04-18
148
198
  version: "4.0.21"
149
199
  -
150
200
  changes:
@@ -157,14 +207,14 @@ changelog:
157
207
  -
158
208
  text: "allows using multiple cipher keys"
159
209
  type: improvement
160
- date: 11-04-2017
210
+ date: 2017-04-11
161
211
  version: "4.0.20"
162
212
  -
163
213
  changes:
164
214
  -
165
215
  text: "Fixed sync subscribe not terminating actors"
166
216
  type: bug
167
- date: 02-03-2017
217
+ date: 2017-03-02
168
218
  version: v4.0.18
169
219
  -
170
220
  changes:
@@ -174,7 +224,7 @@ changelog:
174
224
  -
175
225
  text: "Updated default origin"
176
226
  type: improvement
177
- date: 21-12-2016
227
+ date: 2016-12-21
178
228
  version: v4.0.17
179
229
  -
180
230
  changes:
@@ -345,6 +395,15 @@ features:
345
395
  - PUBLISH-SYNC
346
396
  - PUBLISH-ASYNC
347
397
  - PUBLISH-MESSAGE-TTL
398
+ push:
399
+ - PUSH-ADD-DEVICE-TO-CHANNELS
400
+ - PUSH-REMOVE-DEVICE-FROM-CHANNELS
401
+ - PUSH-LIST-CHANNELS-FROM-DEVICE
402
+ - PUSH-REMOVE-DEVICE
403
+ - PUSH-TYPE-APNS
404
+ - PUSH-TYPE-APNS2
405
+ - PUSH-TYPE-FCM
406
+ - PUSH-TYPE-MPNS
348
407
  storage:
349
408
  - STORAGE-REVERSE
350
409
  - STORAGE-INCLUDE-TIMETOKEN
@@ -362,31 +421,29 @@ features:
362
421
  - SUBSCRIBE-FILTER-EXPRESSION
363
422
  - SUBSCRIBE-SIGNAL-LISTENER
364
423
  - SUBSCRIBE-MEMBERSHIP-LISTENER
365
- - SUBSCRIBE-SPACE-LISTENER
366
- - SUBSCRIBE-USER-LISTENER
424
+ - SUBSCRIBE-OBJECTS-CHANNEL-LISTENER
425
+ - SUBSCRIBE-OBJECTS-UUID-LISTENER
367
426
  signal:
368
427
  - SIGNAL-SEND
369
428
  objects:
370
- - OBJECTS-GET-USERS
371
- - OBJECTS-GET-USER
372
- - OBJECTS-CREATE-USER
373
- - OBJECTS-UPDATE-USER
374
- - OBJECTS-DELETE-USER
375
- - OBJECTS-GET-SPACES
376
- - OBJECTS-CREATE-SPACE
377
- - OBJECTS-GET-SPACE
378
- - OBJECTS-UPDATE-SPACE
379
- - OBJECTS-DELETE-SPACE
380
- - OBJECTS-GET-MEMBERSHIPS
381
- - OBJECTS-MANAGE-MEMBERSHIPS
382
- - OBJECTS-GET-MEMBERS
383
- - OBJECTS-MANAGE-MEMBERS
384
- - OBJECTS-JOIN-SPACES
385
- - OBJECTS-UPDATE-MEMBERSHIPS
386
- - OBJECTS-LEAVE-SPACES
387
- - OBJECTS-ADD-MEMBERS
388
- - OBJECTS-REMOVE-MEMBERS
389
- - OBJECTS-UPDATE-MEMBERS
429
+ - OBJECTS-GET-ALL-UUID-METADATA
430
+ - OBJECTS-GET-UUID-METADATA
431
+ - OBJECTS-SET-UUID-METADATA
432
+ - OBJECTS-REMOVE-UUID-METADATA
433
+ - OBJECTS-GET-ALL-CHANNEL-METADATA
434
+ - OBJECTS-GET-CHANNEL-METADATA
435
+ - OBJECTS-SET-CHANNEL-METADATA
436
+ - OBJECTS-REMOVE-CHANNEL-METADATA
437
+ - OBJECTS-GET-MEMBERSHIPS-V2
438
+ - OBJECTS-SET-MEMBERSHIPS-V2
439
+ - OBJECTS-REMOVE-MEMBERSHIPS-V2
440
+ - OBJECTS-MANAGE-MEMBERSHIPS-V2
441
+ - OBJECTS-GET-CHANNEL-MEMBERS-V2
442
+ - OBJECTS-SET-CHANNEL-MEMBERS-V2
443
+ - OBJECTS-REMOVE-CHANNEL-MEMBERS-V2
444
+ - OBJECTS-MANAGE-CHANNEL-MEMBERS-V2
445
+ - OBJECTS-FILTERING
446
+ - OBJECTS-SORTING
390
447
  time:
391
448
  - TIME-TIME
392
449
  name: ruby
data/.travis.yml CHANGED
@@ -31,6 +31,8 @@ jobs:
31
31
  script: bundle exec rspec
32
32
  - name: 'Ruby JRuby'
33
33
  rvm: 'jruby-head'
34
- env: JRUBY_OPTS="--server -J-Xms1500m -J-Xmx1500m -J-XX:+UseConcMarkSweepGC -J-XX:-UseGCOverheadLimit -J-XX:+CMSClassUnloadingEnabled"
34
+ env: JRUBY_TEST=true NO_COVERAGE=true JRUBY_OPTS="--server -J-Xms2048m -J-Xmx2048m -J-XX:-UseGCOverheadLimit -J-XX:+CMSClassUnloadingEnabled"
35
35
  jdk: oraclejdk11
36
- script: bundle exec rspec
36
+ script:
37
+ - jruby -S rspec ./spec/examples/
38
+ - jruby -S rspec ./spec/lib/
data/CHANGELOG.md CHANGED
@@ -1,20 +1,48 @@
1
- ##### v4.2.6
1
+ ##### v4.6.0
2
2
 
3
- - History can now respond with message meta information.
4
- - Added official support for Ruby 2.7X20282028fix: Decrypt History messages20282028History properly decrypts messages when using the "include_token" parameter.
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
5
 
6
- ##### v4.2.5
6
+ ##### v4.6.0
7
7
 
8
- - Updated Subscribe endpoint tests to use an unsorted channels list.
9
- - Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list.
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
10
 
11
- ##### v4.2.4
11
+ ##### v4.5.0
12
12
 
13
- - Update Grant, Revoke and Audit PAM tests to use v2 paths instead of v1.
14
- - 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).
15
- - Change paths for PAM endpoints from v1 to v2.
16
- - Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value.
13
+ - Add support for APNS2 device/channel management.
17
14
 
15
+ ##### v4.4.0
16
+
17
+ - Add simplified Objects API support with UUID and Channel metadata / membership management.
18
+ - Add uuid and parameter to Grant API along with new Objects permissions: `get`, `update` and `join`.
19
+
20
+ ##### v4.3.0
21
+
22
+ - Add `delete` permission for `channel` to Grant.
23
+
24
+ ##### v4.2.7
25
+
26
+ - Don't suppress runtime errors.
27
+
28
+ ##### v4.2.6
29
+
30
+ - History can now respond with message meta information.
31
+ - Added official support for Ruby 2.7.X
32
+ - History properly decrypts messages when using the "include_token" parameter.
33
+
34
+ ##### v4.2.5
35
+
36
+ - Updated Subscribe endpoint tests to use an unsorted channels list.
37
+ - Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list.
38
+
39
+ ##### v4.2.4
40
+
41
+ - Update Grant, Revoke and Audit PAM tests to use v2 paths instead of v1.
42
+ - 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).
43
+ - Change paths for PAM endpoints from v1 to v2.
44
+ - Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value.
45
+
18
46
  ##### 4.2.3
19
47
  * Resolved issue with subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server
20
48
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pubnub (4.2.6)
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)
@@ -68,10 +68,12 @@ GEM
68
68
  dry-equalizer (~> 0.2)
69
69
  dry-initializer (~> 3.0)
70
70
  dry-schema (~> 1.5)
71
+ ffi (1.13.1-java)
71
72
  hashdiff (1.0.1)
72
73
  httpclient (2.8.3)
73
74
  interception (0.5)
74
75
  json (2.3.1)
76
+ json (2.3.1-java)
75
77
  method_source (1.0.0)
76
78
  parallel (1.19.2)
77
79
  parser (2.7.1.4)
@@ -79,6 +81,10 @@ GEM
79
81
  pry (0.13.1)
80
82
  coderay (~> 1.1)
81
83
  method_source (~> 1.0)
84
+ pry (0.13.1-java)
85
+ coderay (~> 1.1)
86
+ method_source (~> 1.0)
87
+ spoon (~> 0.0)
82
88
  pry-rescue (1.5.2)
83
89
  interception (>= 0.5)
84
90
  pry (>= 0.12.0)
@@ -122,6 +128,8 @@ GEM
122
128
  docile (~> 1.1)
123
129
  simplecov-html (~> 0.11)
124
130
  simplecov-html (0.12.2)
131
+ spoon (0.0.6)
132
+ ffi
125
133
  timers (4.3.0)
126
134
  unicode-display_width (1.7.0)
127
135
  vcr (6.0.0)
@@ -131,6 +139,7 @@ GEM
131
139
  hashdiff (>= 0.4.0, < 2.0.0)
132
140
 
133
141
  PLATFORMS
142
+ java
134
143
  ruby
135
144
 
136
145
  DEPENDENCIES