forked from pubnub/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
469 lines (469 loc) · 10.9 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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
---
changelog:
-
changes:
-
text: "UUID in Message Actions response"
type: improvement
date: Oct 16, 19
version: v4.5.1
-
changes:
-
text: "WithMeta param is now IncludeMeta in History and Fetch"
type: improvement
-
text: "WithMessageActions param is now IncludeMessageActions in Fetch"
type: improvement
date: Oct 8, 19
version: v4.5.0
-
changes:
-
text: "Message Actions"
type: improvement
-
text: "Grant Token validation for TTL"
type: improvement
-
text: "withMeta param in History and Fetch"
type: improvement
date: Oct 7, 19
version: v4.4.0
-
changes:
-
text: "Publish method now sets the ShouldStore flag if it is set to false"
type: bug
date: Oct 2, 19
version: v4.3.1
-
changes:
-
text: "PAM v3 and TMS for Objects"
type: improvement
-
text: "UUID improvements"
type: improvement
date: Sep 23, 19
version: v4.3.0
-
changes:
-
text: "Objects API"
type: improvement
-
text: "Grant Optimizations"
type: improvement
date: Aug 28, 19
version: v4.2.7
-
changes:
-
text: "Signals"
type: improvement
date: Aug 8, 19
version: v4.2.6
-
changes:
-
text: "UUID param in Set and Get State"
type: improvement
date: Aug 1, 19
version: v4.2.5
-
changes:
-
text: "Destroy now cleans up all goroutines opened by the SDK"
type: bug
date: Jun 20, 19
version: v4.2.4
-
changes:
-
text: "Fix deadlock on destroy"
type: bug
-
text: "UUID dependency update"
type: improvement
date: Jun 13, 19
version: v4.2.3
-
changes:
-
text: "Presence Timeout cannot be lower than 20"
type: improvement
date: May 27, 19
version: v4.2.2
-
changes:
-
text: "History timetoken float64 to int64 conversion loss fix"
type: bug
date: Mar 21, 19
version: v4.2.1
-
changes:
-
text: "Message Counts simplification (Breaking changes from the previous version)."
type: improvement
date: Mar 13, 19
version: v4.2.0
-
changes:
-
text: "Implement history Message Counts"
type: improvement
-
text: "All request were secure (https), even when the Secure flag was false"
type: bug
date: Mar 5, 19
version: v4.1.7
-
changes:
-
text: "Fixes for 32bit and armv7 systems"
type: improvement
-
text: "QueryParam and State in Presence Heartbeat"
type: improvement
date: Jan 15, 19
version: v4.1.6
-
changes:
-
text: "Presence Heartbeat call delays itself when a Subscribe call precedes it"
type: improvement
-
text: "Heartbeats per channel"
type: feature
date: Dec 18, 18
version: v4.1.5
-
changes:
-
text: "QueryParams in all API calls"
type: feature
-
text: "d in grant"
type: feature
-
text: "maxIdleConnsPerHost setting in config"
type: feature
-
text: "Max concurrent workers for Publish and Grant requests"
type: improvement
date: Oct 16, 18
version: v4.1.4
-
changes:
-
text: "Multiple auth keys in grant fix"
type: bug
-
text: "Presence timetoken float64 fix"
type: bug
date: Sep 4, 18
version: v4.1.3
-
changes:
-
text: "Optimizations"
type: improvement
-
text: "presence timetoken fix"
type: bug
-
text: "coverage improvements"
type: improvement
date: Aug 1, 18
version: v4.1.2
-
changes:
-
text: "MessageQueueOverflowCount and PNRequestMessageCountExceededCategory"
type: improvement
-
text: "subscribeMessageWorker optimization"
type: improvement
-
text: "integration tests optimizations"
type: improvement
date: Jun 21, 18
version: v4.1.1
-
changes:
-
text: "Some breaking changes from the previous v4's"
type: improvement
-
text: "config field UseHttp2 is now UseHTTP2"
type: improvement
-
text: "config field Uuid is now UUID"
type: improvement
-
text: "Get State/ WhereNow Uuid is now UUID"
type: improvement
-
text: "In Fire/Publish Ttl() is now TTL()"
type: improvement
-
text: "In Grant Ttl() is now TTL()"
type: improvement
-
text: "PNPAMEntityData Ttl is now TTL"
type: improvement
-
text: "PNAccessManagerKeyData Ttl is now TTL"
type: improvement
-
text: "TlsEnabled is now TLSEnabled in StatusResponse and ResponseInfo"
type: improvement
-
text: "Uuid is now UUID in StatusResponse and ResponseInfo"
type: improvement
date: Jun 18, 18
version: v4.1.0
-
changes:
-
text: "optimizations and deadlock fixes in subscribe loop"
type: bug
-
text: "old channels got subscribed in new sub after reconnection"
type: bug
-
text: "close old subworker goroutine before starting new one"
type: improvement
-
text: "data race fixes"
type: bug
-
text: "stop tickers, state manager locks"
type: bug
version: v4.0.0-rc.5
-
changes:
-
text: "stop heartbeat requests after unsubscribe all"
type: bug
-
text: "multiple subscribe fixes"
type: bug
-
text: "data race fixes in context"
type: bug
-
text: "fix for subscribe listener on disconnect"
type: bug
-
text: "heartbeat fixes"
type: bug
-
text: "presence heartbeat fixes"
type: bug
-
text: "subscribe to presence only channel"
type: bug
-
text: "unsubscribe from presence only channel"
type: bug
version: v4.0.0-rc.4
-
changes:
-
text: "Reconnection fixes"
type: bug
version: v4.0.0-rc.3
-
changes:
-
text: "auth fix"
type: bug
-
text: "Signature does not match fix when both secret key and auth is set"
type: bug
-
text: cleanup
type: improvement
-
text: "integration tests fixes for the changes done on auth"
type: improvement
version: v4.0.0-rc.2
-
changes:
-
text: "set state refactor fix"
type: bug
version: v4.0.0-rc.1
-
changes:
-
text: "Subscribe with state"
type: improvement
version: v4.0.0-beta.8
-
changes:
-
text: "cipher improvements"
type: improvement
version: v4.0.0-beta.7
-
changes:
-
text: "Fire, Fetch, HereNowRequest"
type: improvement
version: v4.0.0-beta.6
-
changes:
-
text: "add subscribe builder"
type: improvement
version: v4.0.0-beta.5
-
changes:
-
text: "add Telemetry Manager"
type: improvement
version: v4.0.0-beta.4
-
changes:
-
text: "add Destroy() method"
type: improvement
version: v4.0.0-beta.3
-
changes:
-
text: "add reconnection manager"
type: impovement
-
text: "rename list, remove, add, delete channel of channel groups"
type: impovement
-
text: "fix comma encoding"
type: bug
-
text: "fix signature"
type: bug
version: v4.0.0-beta.2
-
changes:
-
text: "initial beta"
type: impovement
version: v4.0.0-beta
features:
access:
- ACCESS-GRANT
- ACCESS-GRANT-MANAGE
- ACCESS-GRANT-DELETE
- ACCESS-SECRET-KEY-ALL-ACCESS
- ACCESS-GRANT-V3
- ACCESS-TOKEN-MANAGEMENT
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
- CHANNEL-GROUPS-REMOVE-GROUPS
- CHANNEL-GROUPS-LIST-CHANNELS-IN-GROUP
presence:
- PRESENCE-HERE-NOW
- PRESENCE-WHERE-NOW
- PRESENCE-GET-STATE
- PRESENCE-SET-STATE
- PRESENCE-HEARTBEAT
- PRESENCE-HEARTBEAT-ON-DEMAND
- PRESENCE-HEARTBEAT-THROTTLED
- PRESENCE-HERE-NOW-REFRESH
publish:
- PUBLISH-STORE-FLAG
- PUBLISH-RAW-JSON
- PUBLISH-WITH-METADATA
- PUBLISH-GET
- PUBLISH-POST
- PUBLISH-FIRE
- PUBLISH-REPLICATION-FLAG
- PUBLISH-MESSAGE-TTL
push:
- PUSH-ADD-DEVICE-TO-CHANNELS
- PUSH-REMOVE-DEVICE-FROM-CHANNELS
- PUSH-LIST-CHANNELS-FROM-DEVICE
- PUSH-REMOVE-DEVICE
storage:
- STORAGE-REVERSE
- STORAGE-INCLUDE-TIMETOKEN
- STORAGE-START-END
- STORAGE-COUNT
- STORAGE-DELETE-MESSAGES
- STORAGE-FETCH-MESSAGES
- STORAGE-MESSAGE-COUNT
- STORAGE-HISTORY-WITH-META
- STORAGE-FETCH-WITH-META
- STORAGE-FETCH-WITH-MESSAGE-ACTIONS
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNEL-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBLISHER-UUID
- SUBSCRIBE-WITH-USERSTATE
- SUBSCRIBE-PUBSUB-V2
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
- SUBSCRIBE-SPACE-LISTENER
- SUBSCRIBE-USER-LISTENER
- SUBSCRIBE-MESSAGE-ACTIONS-LISTENER
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
message-actions:
- MESSAGE-ACTIONS-GET
- MESSAGE-ACTIONS-ADD
- MESSAGE-ACTIONS-REMOVE
time:
- TIME-TIME
unsubscribe:
- UNSUBSCRIBE-ALL
- UNSUBSCRIBE-SUPPRESS-LEAVE-EVENTS
others:
- PN-OTHER-PROCESSING
- TELEMETRY
- QUERY-PARAM
notify:
- REQUEST-MESSAGE-COUNT-EXCEEDED
signal:
- SIGNAL-SEND
name: go
schema: 1
scm: github.com/pubnub/go
supported-platforms:
-
editors:
- "1.9.7"
- "1.10.8"
- "1.11.13"
- "1.12.9"
- "1.13"
platforms:
- "FreeBSD 8-STABLE or later, amd64, 386"
- "Linux 2.6 or later, amd64, 386."
- "Mac OS X 10.8 or later, amd64"
- "Windows 7 or later, amd64, 386"
version: "PubNub Go SDK"
version: v4.5.1