forked from pubnub/dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
354 lines (353 loc) · 9.53 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
---
changelog:
-
changes:
-
text: "Adds signature generation and Objects v2 for PAM Grant call."
type: feature
-
text: "Refactors networking module to use native dart:io."
type: feature
-
text: "Fixes few typos and a bug with BatchHistory meta param."
type: bug
-
text: "Fixes an issue with default params for HereNow call."
type: bug
-
text: "Fixes an issue with encoding of uri query parameters."
type: bug
-
text: "Fixes message decryption in subscribe loop."
type: bug
date: Feb 16, 21
version: v3.1.0
-
changes:
-
text: "Subscribe loop is now written using async generator and should be easier to debug."
type: improvement
-
text: "Exports now are more comprehensive and clear, documentation clarity has been improved."
type: improvement
-
text: "Removes additional query params from AWS calls."
type: bug
-
text: "Fixes a bunch of issues with incorrect arguments passed in."
type: bug
-
text: "Adds additional diagnostics to the networking module."
type: bug
date: Oct 8, 20
version: v3.0.0
-
changes:
-
text: "Fixes issue of upgrade failure."
type: bug
date: Sep 7, 20
version: v2.0.1
-
changes:
-
text: "Refactors networking module to allow additional flexibility."
type: feature
-
text: "Adds supervisor module that allows reconnection, retry and other additional, cross module functionalities."
type: feature
-
text: "Adds meta parameter to publish call and makes publish using GET instead of POST."
type: feature
-
text: "Exposes `batch`, `objects` and other APIs from the PubNub class."
type: bug
-
text: "Fixes a typo in BatchHistory where timetoken was returned null."
type: bug
date: Aug 31, 20
version: v2.0.0
-
changes:
-
text: "Add flags in history v3 for including messageType and uuid."
type: feature
-
text: "Add support for fetch history with message actions."
type: feature
-
text: "Refactor for error message parsing for files."
type: improvement
date: Aug 19, 20
version: v1.4.4
-
changes:
-
text: "Fixes issue of exception from server when publishKey is null with publish call."
type: bug
-
text: "Fixes missing url component in file publish message for sendFile and support for message encryption."
type: bug
date: Aug 5, 20
version: v1.4.3
-
changes:
-
text: "Fixes issue of invalid type argument for fcm push gateway type."
type: bug
date: Jul 27, 20
version: v1.4.2
-
changes:
-
text: "Fixes issue of missing exposed MessageType enum."
type: bug
date: Jul 24, 20
version: v1.4.1
-
changes:
-
text: "Add file apis to support file feature."
type: feature
-
text: "Add support for random initialization vector for messages and file."
type: improvement
date: Jul 23, 20
version: v1.4.0
-
changes:
-
text: "Add message encryption support."
type: feature
date: Jun 25, 20
version: v1.3.0
-
changes:
-
text: "Add simplified Objects API support with UUID and Channel metadata / membership management."
type: feature
-
text: "Fixes missing PushGateway type support of fcm for Push Notification."
type: bug
date: Jun 10, 20
version: v1.2.0
-
changes:
-
text: "Fixes unsubscribeAll so its no longer modifying subscription list during iteration."
type: bug
-
text: "Fixes exports to include presence and channel group results."
type: bug
date: May 11, 20
version: v1.1.3
-
changes:
-
text: "Fixes issues of missing types for objects and push-notification."
type: bug
date: May 6, 20
version: v1.1.2
-
changes:
-
text: "Expose missing types."
type: bug
date: May 6, 20
version: v1.1.1
-
changes:
-
text: "Refactors logging to rely on Zones."
type: bug
-
text: "Fixes issues with resubscribing and improves injectLogger."
type: bug
date: May 5, 20
version: v1.1.0
-
changes:
-
text: "Fix wrong API Uri in Push Notifications."
type: bug
-
text: "Fix Subscription.unsubscribe to correctly close the messages stream."
type: bug
date: May 4, 20
version: v1.0.5
-
changes:
-
text: "Add HereNow to PresenceDx, usable as `pubnub.hereNow()`."
type: feature
-
text: "Fix subscribe `withPresence: true` not properly forwarding messages when used with wildcard channels."
type: bug
date: Apr 27, 20
version: v1.0.4
-
changes:
-
text: "Change all Symbols to Strings to support Flutter better, fix a typo in SubscribeParams preventing subscribe from working."
type: bug
date: Apr 22, 20
version: v1.0.3
-
changes:
-
text: "Add backward synchronization to private repository for `pubspec.yaml` and `lib/src/core/core.dart`."
type: improvement
-
text: "Prevent tests from breaking when version is bumped."
type: improvement
date: Apr 18, 20
version: v1.0.2
-
changes:
-
text: "Refactor PAM, hide logger instances and clean up tests."
type: improvement
-
text: "Add `package:pedantic` config to analysis, fix lint issues."
type: improvement
-
text: "Ensure()isEqual now uses correct template."
type: bug
-
text: "Add PAM to library exports."
type: bug
-
text: "Consistently use PubNubversion in tests."
type: bug
date: Apr 18, 20
version: v1.0.1
-
changes:
-
text: "Add ability to fetch current PubNub timetoken."
type: feature
-
text: "Add ability to publish messages and signals to channels and channel groups."
type: feature
-
text: "Add ability to subscribe to channels and channel groups."
type: feature
-
text: "Add ability to manage Objects (Spaces, Users and Memberships)."
type: feature
-
text: "Add ability to manage PubNub Access Manager."
type: feature
-
text: "Add ability to manage device registration for Push Notification Service."
type: feature
-
text: "Add ability to add, delete and retrieve message actions."
type: feature
-
text: "Add channel and channel group abstractions to allow using History."
type: feature
date: Apr 15, 20
version: v1.0.0
features:
access:
- ACCESS-GRANT
- ACCESS-SECRET-KEY-ALL-ACCESS
- ACCESS-GRANT-TOKEN
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-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
- PUBLISH-FILE-MESSAGE
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
- STORAGE-HISTORY-WITH-INCLUDE-MESSAGE-TYPE
- STORAGE-HISTORY-WITH-INCLUDE-UUID
- STORAGE-FETCH-WITH-INCLUDE-MESSAGE-TYPE
- STORAGE-FETCH-WITH-INCLUDE-UUID
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBLISHER-UUID
signal:
- SIGNAL-SEND
objects:
- OBJECTS-GET-ALL-UUID-METADATA
- OBJECTS-GET-UUID-METADATA
- OBJECTS-SET-UUID-METADATA
- OBJECTS-REMOVE-UUID-METADATA
- OBJECTS-GET-ALL-CHANNEL-METADATA
- OBJECTS-GET-CHANNEL-METADATA
- OBJECTS-SET-CHANNEL-METADATA
- OBJECTS-REMOVE-CHANNEL-METADATA
- OBJECTS-GET-MEMBERSHIPS-V2
- OBJECTS-SET-MEMBERSHIPS-V2
- OBJECTS-REMOVE-MEMBERSHIPS-V2
- OBJECTS-GET-CHANNEL-MEMBERS-V2
- OBJECTS-SET-CHANNEL-MEMBERS-V2
- OBJECTS-REMOVE-CHANNEL-MEMBERS-V2
- OBJECTS-MANAGE-MEMBERSHIPS-V2
- OBJECTS-MANAGE-CHANNEL-MEMBERS-V2
- OBJECTS-FILTERING
- OBJECTS-SORTING
files:
- FILES-SEND-FILE
- FILES-LIST-FILES
- FILES-GET-FILE-URL
- FILES-DELETE-FILE
- FILES-DOWNLOAD-FILE
message-actions:
- MESSAGE-ACTIONS-GET
- MESSAGE-ACTIONS-ADD
- MESSAGE-ACTIONS-REMOVE
time:
- TIME-TIME
others:
- RANDOM-INITIALIZATION-VECTOR
name: dart
schema: 1
scm: github.com/pubnub/dart
supported-platforms:
-
frameworks:
- "Flutter"
platforms:
- "Dart SDK >=2.6.0 <3.0.0"
version: "PubNub Dart SDK"
version: "3.1.0"