forked from ringcentral/pubnub-jtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
297 lines (297 loc) · 8.91 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
name: java
version: 4.6.5
schema: 1
scm: github.com/pubnub/java
files:
- build/libs/pubnub-gson-4.6.5-all.jar
changelog:
- version: v4.6.5
date:
changes:
- type: bug
text: adjust queue exceeded notifications to be greater or equal of.
- version: v4.6.4
date:
changes:
- type: bug
text: gracefully handle disabled history
- version: v4.6.3
date:
changes:
- type: feature
text: on interval events, pass hereNowRefresh to indicate if a here_now fetch is needed.
- version: v4.6.2
date:
changes:
- type: feature
text: set a name for Subscription Manager Consumer Thead.
- version: v4.6.1
date:
changes:
- type: bug
text: SDK crash in Android with Airplane Mode
- type: feature
text: add deltas on interval action.
- version: v4.6.0
date:
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:
changes:
- type: feature
text: add .toString methods to all public facing models and POJOs
- version: v4.4.4
date:
changes:
- type: feature
text: Add support to configure host name verifier.
- version: v4.4.3
date:
changes:
- type: feature
text: Add support to configure custom certificate pinning via SSLSocketFactory and X509 configuration objects.
- version: v4.4.2
date:
changes:
- type: bug
text: SDK was not sending the user metadata on Message Callback
- version: v4.4.1
date:
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:
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:
changes:
- type: improvement
text: support for key-level grant.
- version: v4.3.0
date:
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:
changes:
- type: improvement
text: remove final identifiers from the public facing API.
- version: v4.2.1
date:
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:
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
- 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
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
supported-platforms:
-
version: PubNub Java SDK
platforms:
- Windows 10 (7u85 and above)
- Windows 8.x (Desktop)
- Windows 7 SP1
- Windows Vista SP2
- Windows Server 2008 SP2 and 2008 R2 SP1 (64-bit)
- Windows Server 2012 (64-bit) and 2012 R2 (64-bit)
- Intel-based Mac running Mac OS X 10.7.3 (Lion) or later.
- Oracle Linux 5.5+
- Oracle Linux 6.x (32-bit), 6.x (64-bit)3
- Oracle Linux 7.x (64-bit)3 (7u67 and above)
- Red Hat Enterprise Linux 5.5+, 6.x (32-bit), 6.x (64-bit)3
- Red Hat Enterprise Linux 7.x (64-bit)3 (7u67 and above)
- Suse Linux Enterprise Server 10 SP2, 11.x
- Suse Linux Enterprise Server 12.x (7u75 and above)
- Ubuntu Linux 10.04 and above
editors:
- Java7+
-
version: PubNub Android SDK
platforms:
- Android 2.3.1+