forked from pubnub/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
417 lines (417 loc) · 9.47 KB
/
.pubnub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
---
version: "4.2.7"
changelog:
-
changes:
-
text: "Don't suppress runtime errors."
type: bug
date: 14-09-2020
version: v4.2.7
-
changes:
-
text: "History can now respond with message meta information."
type: feature
-
text: "Added official support for Ruby 2.7.X"
type: feature
-
text: "History properly decrypts messages when using the \"include_token\" parameter."
type: bug
date: 25-08-2020
version: v4.2.6
-
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:
-
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: 22-05-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.7"
-
changes:
-
text: "Resolved issue with multiple timetokens in message counts endpoint"
type: bugfix
date: 11-11-2019
version: "4.2.2"
-
changes:
-
text: "Updated listener methods"
type: feature
date: 25-10-2019
version: "4.2.1"
-
changes:
-
text: "Added objects feature"
type: feature
date: 11-10-2019
version: "4.2.0"
-
changes:
-
text: "Added signal feature"
type: feature
date: 21-08-2019
version: "4.1.6"
-
changes:
-
text: "Updated dependencies"
type: improvement
date: 29-07-2019
version: "4.1.5"
-
changes:
-
text: "Added push API"
type: feature
date: 08-04-2019
version: "4.1.1"
-
changes:
-
text: "Added 'message_count' API endpoint"
type: feature
date: 28-02-2019
version: "4.1.0"
-
changes:
-
text: "Switch from Celluloid to concurrent-ruby."
type: bugfix
date: 28-08-2018
version: "4.0.28"
-
changes:
-
text: "Fixed telemetry issues."
type: bugfix
date: 17-11-2017
version: "4.0.27"
-
changes:
-
text: "Secured telemetry call. Fixed crash when an app was exiting."
type: bugfix
date: 23-10-2017
version: "4.0.26"
-
changes:
-
text: "Added telemetry"
type: feature
date: 12-09-2017
version: "4.0.25"
-
changes:
-
text: "Added #delete_messages method"
type: feature
-
text: "Improved timeout error handling (thanks @f1sherman)"
type: improvement
date: 29-08-2017
version: "4.0.24"
-
changes:
-
text: "Fixed HereNow envelope generation"
type: bug
date: 26-07-2017
version: "4.0.23"
-
changes:
-
text: "Fixed signature generation and channel name escaping"
type: bug
date: 31-05-2017
version: "4.0.22"
-
changes:
-
text: "Fixed signature generation"
type: bug
date: 18-04-2017
version: "4.0.21"
-
changes:
-
text: "origin can now be set in initialized client"
type: improvement
-
text: "presence interval support"
type: improvement
-
text: "allows using multiple cipher keys"
type: improvement
date: 11-04-2017
version: "4.0.20"
-
changes:
-
text: "Fixed sync subscribe not terminating actors"
type: bug
date: 02-03-2017
version: v4.0.18
-
changes:
-
text: "Added a bit more debug logging"
type: improvement
-
text: "Updated default origin"
type: improvement
date: 21-12-2016
version: v4.0.17
-
changes:
-
text: "Fixed missing channel group parameter in leave event"
type: bug
date: ~
version: v4.0.16
-
changes:
-
text: "Fixed PAM signature when some special characters are present"
type: bug
date: ~
version: v4.0.15
-
changes:
-
text: "Added ttl parameter for publish"
type: improvement
date: ~
version: v4.0.14
-
changes:
-
text: "Changed init message log level to debug"
type: improvement
date: ~
version: v4.0.13
-
changes:
-
text: "Added alert on catchup failure (REQUEST_MESSAGE_COUNT_EXCEEDED)"
type: improvement
date: ~
version: v4.0.12
-
changes:
-
text: "Added super admin mode (Enabled when secret key is set on Pubnub::Client init)"
type: improvement
date: ~
version: v4.0.11
-
changes:
-
text: "Better single events timeout handling"
type: improvement
-
text: "DRYed envelope formatting a bit"
type: improvement
date: ~
version: v4.0.10
-
changes:
-
text: "Removed json dependency"
type: improvement
-
text: "Updated dependecies"
type: improvement
date: ~
version: v4.0.9
-
changes:
-
text: "Updated dry-validation."
type: improvement
-
text: "Dropped support for ruby 2.0."
type: improvement
date: ~
version: v4.0.8
-
changes:
-
text: "Added message decrypting in history."
type: improvement
date: ~
version: v4.0.7
-
changes:
-
text: "channel and channels are the same argument."
type: improvement
-
text: "channel_group and channel_groups are the same argument."
type: improvement
-
text: "added `with_presence` flag for subscribe, default false."
type: improvement
date: ~
version: v4.0.6
-
changes:
-
text: "Required CGI."
type: improvement
version: v4.0.5
-
changes:
-
text: Added
type: feature
version: v4.0.2
-
changes:
-
text: "Updated dry-validation and EnvelopeSchema."
type: improvement
version: v4.0.1
-
changes:
-
text: "Removed auth_key and uuid setters (#set_auth_key,"
type: feature
-
text: Added
type: improvement
version: v4.0.0
-
changes:
-
text: "Restored auth_key and uuid setters. Important notice: they will be removed"
type: improvement
version: v3.8.3
-
changes:
-
text: "Added :include_token parameter to history call."
type: feature
version: v3.8.2
-
changes:
-
text: "Updated celluloid dependency."
type: improvement
version: v3.8.1
-
changes:
-
text: "Release of celluloid version of pubnub gem. It's complete rewrite but public API doesn't change."
type: improvement
version: v3.8.0
features:
access:
- ACCESS-GRANT
- ACCESS-SECRET-KEY-ALL-ACCESS
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
- CHANNEL-GROUPS-REMOVE-GROUPS
- CHANNEL-GROUPS-LIST-CHANNELS-IN-GROUP
notify:
- REQUEST-MESSAGE-COUNT-EXCEEDED
presence:
- PRESENCE-HERE-NOW
- PRESENCE-WHERE-NOW
- PRESENCE-SET-STATE
- PRESENCE-GET-STATE
- PRESENCE-HEARTBEAT
publish:
- PUBLISH-STORE-FLAG
- PUBLISH-RAW-JSON
- PUBLISH-WITH-METADATA
- PUBLISH-GET
- PUBLISH-POST
- PUBLISH-SYNC
- PUBLISH-ASYNC
- PUBLISH-MESSAGE-TTL
storage:
- STORAGE-REVERSE
- STORAGE-INCLUDE-TIMETOKEN
- STORAGE-START-END
- STORAGE-COUNT
- STORAGE-DELETE-MESSAGES
- STORAGE-MESSAGE-COUNT
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
- SUBSCRIBE-SPACE-LISTENER
- SUBSCRIBE-USER-LISTENER
signal:
- SIGNAL-SEND
objects:
- OBJECTS-GET-USERS
- OBJECTS-GET-USER
- OBJECTS-CREATE-USER
- OBJECTS-UPDATE-USER
- OBJECTS-DELETE-USER
- OBJECTS-GET-SPACES
- OBJECTS-CREATE-SPACE
- OBJECTS-GET-SPACE
- OBJECTS-UPDATE-SPACE
- OBJECTS-DELETE-SPACE
- OBJECTS-GET-MEMBERSHIPS
- OBJECTS-MANAGE-MEMBERSHIPS
- OBJECTS-GET-MEMBERS
- OBJECTS-MANAGE-MEMBERS
- OBJECTS-JOIN-SPACES
- OBJECTS-UPDATE-MEMBERSHIPS
- OBJECTS-LEAVE-SPACES
- OBJECTS-ADD-MEMBERS
- OBJECTS-REMOVE-MEMBERS
- OBJECTS-UPDATE-MEMBERS
time:
- TIME-TIME
name: ruby
schema: 1
scm: github.com/pubnub/ruby
supported-platforms:
-
editors:
- "ruby 2.6"
- "ruby 2.5"
- "ruby 2.4"
platforms:
- "FreeBSD 8-STABLE or later, amd64, 386"
- "Linux 2.6 or later, amd64, 386"
- "macOS 10.8 or later, amd64"
- "Windows 7 or later, amd64, 386, use rubyinstaller and dev pack"
- "Apart from the above, the PubNub Ruby SDK works on almost every platform where the supported Ruby versions work. To use an SSL connection, Ruby should be compiled with OpenSSL support."
version: "PubNub Ruby SDK"