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
168 lines (168 loc) · 4.98 KB
/
.pubnub.yml
File metadata and controls
168 lines (168 loc) · 4.98 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
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
name: java
version: 4.2.0
schema: 1
scm: github.com/pubnub/java
changelog:
- version: v4.2.0
date:
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:
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:
changes:
- type: improvement
text: on PAM error, populate the affectedChannel or affectedChannelGroup to signal which channels are failing
- version: v4.0.13
date:
changes:
- type: improvement
text: populate jso with the error.
- version: v4.0.12
date:
changes:
- type: bug
text: fixing parsing of origination payload within the psv2 enevelope
- version: v4.0.11
date:
changes:
- type: improvement
text: bumping build process for gradle 3 / merging documentation into the repo and test adjustments
- version: v4.0.10
date:
changes:
- type: improvement
text: adding channel / channelGroup fields when a message / presence event comes in.
- version: v4.0.9
date:
changes:
- type: improvement
text: adjustments for handling pn_other and decryption
- type: improvement
text: retrofit version bumps.
- 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:
- ACCESS-GRANT
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
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
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