forked from ringcentral/pubnub-jtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
564 lines (564 loc) · 16.7 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
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
name: java
version: 4.31.1
schema: 1
scm: github.com/pubnub/java
files:
- build/libs/pubnub-gson-4.31.1-all.jar
changelog:
- version: v4.31.1
date: 2020-04-16
changes:
- type: bug
text: Fix OkHttp reconnection policy
- version: v4.31.0
date: 2020-02-25
changes:
- type: feature
text: Implemented Objects Filtering API
- type: improvement
text: Handled more network events to keep the client subscribed
- type: improvement
text: Improved interaction with classes from org.json*
- type: improvement
text: Made PNCallback eligible for SAM/lambda conversion
- type: improvement
text: Deprecated PNPushType.GCM in favor of PNPushType.FCM
- version: v4.30.0
date: 2020-01-23
changes:
- type: feature
text: Add support for APNS2 Push API
- type: feature
text: Add a utility class to ease creating push payloads
- version: v4.29.2
date: 2019-12-02
changes:
- type: improvement
text: Disable OkHttp reconnection policy
- version: v4.29.1
date: 2019-10-22
changes:
- type: improvement
text: Made the SDK more Kotlin-friendly
- type: improvement
text: Categorized cancelled requests as such
- type: improvement
text: Removed the 'audit' method
- version: v4.29.0
date: 2019-10-08
changes:
- type: feature
text: Implemented Message Actions API
- type: feature
text: Added 'includeMeta' to history()
- type: feature
text: Added 'includeMeta' to fetchMessages()
- type: feature
text: Added 'includeMessageActions' to fetchMessages()
- version: v4.28.0
date: 2019-10-01
changes:
- type: feature
text: Add PAMv3 support
- type: feature
text: Implement TMS (Token Manager)
- type: feature
text: Upgrade PAM endpoints to v2
- type: feature
text: Introduce delete permission for grant
- version: v4.27.0
date: 2019-08-27
changes:
- type: feature
text: Add Objects API support
- version: v4.26.1
date: 2019-08-13
changes:
- type: feature
text: Introduce serialization class for Signals API
- version: v4.26.0
date: 2019-08-09
changes:
- type: feature
text: Add Signals support
- type: bugfix
text: Expose OkHttp logging interceptor library
- version: v4.25.0
date: 2019-06-06
changes:
- type: bugfix
text: Enable app level grants
- type: bugfix
text: Custom encode auth key where it's not encoded automatically
- type: feature
text: Move state param from heartbeat to subcribe calls
- version: v4.24.0
date: 2019-05-21
changes:
- type: feature
text: Enforce a minimum presence timeout value
- type: feature
text: Disable presence heartbeats by default
- version: v4.23.0
date: 2019-05-08
changes:
- type: bug
text: Fix reconnection issues by allowing it solely for network issues
- version: v4.22.0
date: 2019-04-26
changes:
- type: feature
text: Introduce Message Count API
- type: feature
text: Update 3rd party libraries
- version: v4.22.0-beta
date: 2019-01-31
changes:
- type: feature
text: Update 3rd party libraries
- version: v4.21.0
date: 2018-10-26
changes:
- type: feature
text: Support optional query parameters for every request
- type: feature
text: Update documentation
- version: v4.20.0
date: 2018-08-07
changes:
- type: bug
text: Fix an issue where the global-here-now response was interpreted incorrectly
- version: v4.19.0
date: 2018-03-29
changes:
- type: bug
text: Fix an issue where end of channel history was interpreted as an error
- version: v4.18.0
date: 2018-01-11
changes:
- type: improvement
text: lock down okHTTP version to support latest android version
- version: v4.17.0
date: 2017-12-19
changes:
- type: improvement
text: allow SDK to only send heartbeats without subscribing to the data channel.
- version: v4.16.0
date: 2017-11-21
changes:
- type: improvement
text: allow setting setMaximumConnections to open more connections to PubNub
- version: v4.15.0
date: 2017-11-17
changes:
- type: improvement
text: update gson dependency
- type: bug
text: make listeners thread safe
- type: bug
text: close hanging threads on shutdown
- version: v4.14.0
date: 2017-10-25
changes:
- type: improvement
text: add support to supress leave events
- version: v4.13.0
date: 2017-10-23
changes:
- type: improvement
text: do not execute subscribe on empty string channel, channel groups
- type: improvement
text: stop heartbeat loop if an error shows up.
- version: v4.12.0
date: 2017-10-05
changes:
- type: bug
text: fix worker thread unloading.
- type: feature
text: prevent concurrent modification of listeners.
- version: v4.11.0
date: 2017-10-05
changes:
- type: bug
text: fix retrofit unloading.
- version: v4.10.0
date: 2017-09-17
changes:
- type: feature
text: rework the loading of services to load the classes once.
- version: v4.9.1
date: 2017-08-14
changes:
- type: feature
text: patch-up to the deduping algorithm
- version: v4.9.0
date: 2017-08-14
changes:
- type: feature
text: Internal deduping mechanism when devices cross regions (dedupOnSubscribe).
- version: v4.8.0
date: 2017-08-08
changes:
- type: feature
text: Allow certificate pinning via setCertificatePinner on PNConfiguration
- type: feature
text: Allow disabling of heartbeat by setting the interval to 0.
- type: feature
text: GAE fixes.
- version: v4.7.0
date: 2017-07-20
changes:
- type: feature
text: Allow injection of httpLoggingInterceptor for extra logging monitoring..
- version: v4.6.5
date: 2017-06-28
changes:
- type: bug
text: adjust queue exceeded notifications to be greater or equal of.
- version: v4.6.4
date: 2017-06-10
changes:
- type: bug
text: gracefully handle disabled history
- version: v4.6.3
date: 2017-06-03
changes:
- type: feature
text: on interval events, pass hereNowRefresh to indicate if a here_now fetch is needed.
- version: v4.6.2
date: 2017-04-13
changes:
- type: feature
text: set a name for Subscription Manager Consumer Thead.
- version: v4.6.1
date: 2017-04-06
changes:
- type: bug
text: SDK crash in Android with Airplane Mode
- type: feature
text: add deltas on interval action.
- version: v4.6.0
date: 2017-03-14
changes:
- type: feature
text: To distinguish UUID's that were generated by our SDK, we appended `pn-` before the UUID to signal that it's a randomly generated UUID.
- type: feature
text: Allow the passing of okHttp connection spec via setConnectionSpec
- type: improvement
text: Bump retrofit to 2.2.0
- version: v4.5.0
date: 2017-02-15
changes:
- type: feature
text: add .toString methods to all public facing models and POJOs
- version: v4.4.4
date: 2017-02-06
changes:
- type: feature
text: Add support to configure host name verifier.
- version: v4.4.3
date: 2017-02-02
changes:
- type: feature
text: Add support to configure custom certificate pinning via SSLSocketFactory and X509 configuration objects.
- version: v4.4.2
date: 2017-01-31
changes:
- type: bug
text: SDK was not sending the user metadata on Message Callback
- version: v4.4.1
date: 2017-01-25
changes:
- type: bug
text: SDK did not honor the exhaustion of reconnections, it will now disconnect once max retries happened
- version: v4.4.0
date: 2017-01-24
changes:
- type: improvement
text: Support for maximum reconnection attempts
- type: improvement
text: Populate affectedChannel and affectedChannelGroups
- type: improvement
text: Support for GAE
- type: improvement
text: Emit pnconnected when adding / removing channels.
- version: v4.3.1
date: 2016-12-22
changes:
- type: improvement
text: support for key-level grant.
- version: v4.3.0
date: 2016-12-14
changes:
- type: improvement
text: JSON parser is switched to GSON, new artifact on nexus as pubnub-gson
- type: improvement
text: GetState, setState return a JsonElement instead of a plain object.
- version: v4.2.3
date:
changes:
- type: improvement
text: Swapping out logger for slf4japi and removing final methods
- version: v4.2.2
date: 2016-12-09
changes:
- type: improvement
text: remove final identifiers from the public facing API.
- version: v4.2.1
date: 2016-11-23
changes:
- type: improvement
text: include publisher UUID on incoming message
- type: improvement
text: allow to set custom TTL on a publish
- version: v4.2.0
date: 2016-10-25
changes:
- type: improvement
text: Signatures are generated for all requests with secret key to ensure secure transmission of data
- type: improvement
text: support for alerting of queue exceeded (PNRequestMessageCountExceededCategory)
- type: improvement
text: signaling to okhttp to stop the queues on termination.
- version: v4.1.0
date: 2016-10-12
changes:
- type: improvement
text: destory now correctly forces the producer thread to shut down; stop is now deprecated for disconnect
- type: improvement
text: support for sending instance id for presence detection (disabled by default)
- type: improvement
text: support for sending request id to burst cache (enabled by default)
- type: improvement
text: proxy support via the native proxy configurator class.
- version: v4.0.14
date: 2016-09-20
changes:
- type: improvement
text: on PAM error, populate the affectedChannel or affectedChannelGroup to signal which channels are failing
- version: v4.0.13
date: 2016-09-14
changes:
- type: improvement
text: populate jso with the error.
- version: v4.0.12
date: 2016-09-13
changes:
- type: bug
text: fixing parsing of origination payload within the psv2 enevelope
- version: v4.0.11
date: 2016-09-09
changes:
- type: improvement
text: bumping build process for gradle 3 / merging documentation into the repo and test adjustments
- version: v4.0.10
date: 2016-09-07
changes:
- type: improvement
text: adding channel / channelGroup fields when a message / presence event comes in.
- version: v4.0.9
date: 2016-08-24
changes:
- type: improvement
text: adjustments for handling pn_other and decryption
- type: improvement
text: retrofit version bumps.
- version: v4.0.8
date: 2016-08-16
changes:
- type: feature
text: added unsubscribeAll, getSubscribedChannels, getSubscribedChannelGroups
- type: feature
text: SDK will establish secure connections by default
- type: feature
text: added support for exponential backoff reconnection policies
- version: v4.0.7
date: 2016-08-11
changes:
- type: improvement
text: reduce overlap on error handling when returning exceptions.
- version: v4.0.6
date: 2016-07-18
changes:
- type: improvement
text: send heartbeat presence value when subscribing
- version: v4.0.5
date: 2016-07-07
changes:
- type: improvement
text: unified retrofit handling to lower amount of instances and sync'd the state methods.
- version: v4.0.4
date: 2016-06-24
changes:
- type: bug
text: setting State for other UUID's is now supported.
- version: v4.0.3
date: 2016-06-15
changes:
- type: feature
text: fire() method and no-replicaton options.
- version: v4.0.2
date: 2016-06-15
changes:
- type: bug
text: fix to the version fetching.
- version: v4.0.1
date: 2016-06-06
changes:
- type: bug
text: adjustment of the subscribe loop to alleviate duplicate dispatches.
- version: v4.0.0
date: 2016-06-03
changes:
- type: bug
text: first GA.
- version: v4.0.0-beta4
changes:
- type: improvement
text: reconnects and minor adjustments.
- version: v4.0.0-beta3
changes:
- type: bug
text: fixing state not coming on the subscriber callback.
- type: bug
text: adjustments to URL encoding on publish, subscribe, set-state operations to avoid double encoding with retrofit.
- version: v4.0.0-beta2
changes:
- type: improvement
text: reworking of message queue.
- type: improvement
text: checkstyle, findbugs.
- type: improvement
text: reworking error notifications.
- version: v4.0.0-beta1
changes:
- type: improvement
text: initial beta1.
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
notify:
- REQUEST-MESSAGE-COUNT-EXCEEDED
push:
- PUSH-ADD-DEVICE-TO-CHANNELS
- PUSH-REMOVE-DEVICE-FROM-CHANNELS
- PUSH-LIST-CHANNELS-FROM-DEVICE
- PUSH-REMOVE-DEVICE
- PUSH-TYPE-APNS
- PUSH-TYPE-APNS2
- PUSH-TYPE-GCM
- PUSH-TYPE-FCM
- PUSH-TYPE-MPNS
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-ASYNC
- PUBLISH-FIRE
- PUBLISH-REPLICATION-FLAG
- PUBLISH-MESSAGE-TTL
storage:
- STORAGE-REVERSE
- STORAGE-INCLUDE-TIMETOKEN
- STORAGE-START-END
- STORAGE-COUNT
- STORAGE-FETCH-MESSAGES
- STORAGE-DELETE-MESSAGES
- STORAGE-MESSAGE-COUNT
- STORAGE-HISTORY-WITH-META
- STORAGE-FETCH-WITH-META
- STORAGE-FETCH-WITH-MESSAGE-ACTIONS
time:
- TIME-TIME
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBLISHER-UUID
- SUBSCRIBE-PUBSUB-V2
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
- SUBSCRIBE-SPACE-LISTENER
- SUBSCRIBE-USER-LISTENER
- SUBSCRIBE-MESSAGE-ACTIONS-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
- OBJECTS-FILTERING
message-actions:
- MESSAGE-ACTIONS-GET
- MESSAGE-ACTIONS-ADD
- MESSAGE-ACTIONS-REMOVE
others:
- TELEMETRY
- QUERY-PARAM
- PN-OTHER-PROCESSING
- CREATE-PUSH-PAYLOAD
supported-platforms:
- version: PubNub Java SDK
platforms:
- Windows 10 (8u51 and above)
- Windows 8.x (Desktop)
- Windows 7 SP1
- Windows Vista SP2
- Windows Server 2008 R2 SP1 (64-bit)
- Windows Server 2012 and 2012 R2 (64-bit)
- Intel-based Mac running Mac OS X 10.8.3+, 10.9+
- Oracle Linux 5.5+
- Oracle Linux 6.x
- Oracle Linux 7.x (64-bit) (8u20 and above)
- Red Hat Enterprise Linux 5.5+, 6.x
- Red Hat Enterprise Linux 7.x (64-bit) (8u20 and above)
- Suse Linux Enterprise Server 10 SP2+, 11.x
- Suse Linux Enterprise Server 12.x (64-bit) (8u31 and above)
- Ubuntu Linux 12.04 LTS, 13.x
- Ubuntu Linux 14.x (8u25 and above)
- Ubuntu Linux 15.04 (8u45 and above)
- Ubuntu Linux 15.10 (8u65 and above)
editors:
- Java8+
- version: PubNub Android SDK
platforms:
- Android 2.3.1+