forked from ringcentral/pubnub-jtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pubnub.yml
More file actions
93 lines (93 loc) · 2.43 KB
/
.pubnub.yml
File metadata and controls
93 lines (93 loc) · 2.43 KB
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
name: java
version: 4.0.8
schema: 1
scm: github.com/pubnub/java
changelog:
- version: v4.0.8
date:
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:
changes:
- type: improvement
text: reduce overlap on error handling when returning exceptions.
- version: v4.0.6
changes:
- type: improvement
text: send heartbeat presence value when subscribing
- version: v4.0.5
changes:
- type: improvement
text: unified retrofit handling to lower amount of instances and sync'd the state methods.
- version: v4.0.4
changes:
- type: bug
text: setting State for other UUID's is now supported.
- version: v4.0.3
changes:
- type: feature
text: fire() method and no-replicaton options.
- version: v4.0.2
changes:
- type: bug
text: fix to the version fetching.
- version: v4.0.1
changes:
- type: bug
text: adjustment of the subscribe loop to alleviate duplicate dispatches.
- version: v4.0.0
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:
- GRANT
- AUDIT
channel-groups:
- ADD-CHANNELS
- REMOVE-CHANNELS
- LIST-GROUPS
- LIST-CHANNELS-IN-GROUP
push:
- ADD-DEVICE-TO-CHANNELS
- REMOVE-DEVICE-FROM-CHANNELS
- LIST-CHANNELS-FROM-DEVICE
- REMOVE-DEVICE
presence:
- HERE-NOW
- WHERE-NOW
- SET-STATE
- GET-STATE
- HEARTBEAT
publish:
- STORE-FLAG
- FIRE
- REPLICATION-FLAG