@cocreate/socket-server 1.10.1 → 1.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +3 -3
- package/.github/workflows/automated.yml +55 -55
- package/CHANGELOG.md +665 -649
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +25 -25
- package/LICENSE +21 -21
- package/README.md +52 -52
- package/demo/server.js +19 -19
- package/docs/index.html +194 -64
- package/package.json +1 -1
- package/release.config.js +21 -21
- package/src/index.js +251 -306
- package/src/AsyncMessage.js +0 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,650 +1,666 @@
|
|
|
1
|
-
## [1.10.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
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
|
-
## [1.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
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
|
-
## [1.4.
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Bug Fixes
|
|
395
|
-
|
|
396
|
-
*
|
|
397
|
-
|
|
398
|
-
## [1.4.
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### Bug Fixes
|
|
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
|
-
## [1.4.
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
### Bug Fixes
|
|
489
|
-
|
|
490
|
-
* bump [@cocreate](https://github.com/cocreate) dependencies ([
|
|
491
|
-
|
|
492
|
-
## [1.4.
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Bug Fixes
|
|
496
|
-
|
|
497
|
-
* bump dependencies ([
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
* bump
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
###
|
|
512
|
-
|
|
513
|
-
*
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
### Bug Fixes
|
|
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
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
* update
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
*
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
*
|
|
594
|
-
|
|
595
|
-
## [1.1.
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
### Bug Fixes
|
|
599
|
-
|
|
600
|
-
*
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
1
|
+
## [1.10.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.10.2...v1.10.3) (2023-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **semantic-release:** worklow error solved by running node version 14 ([cf66b25](https://github.com/CoCreate-app/CoCreate-socket-server/commit/cf66b252b19f9ff9f92ebd95fe28b999f65a6900))
|
|
7
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([724730a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/724730a37f1bd9dce417eb68b55567f37daa7761))
|
|
8
|
+
* workflow test ([92af769](https://github.com/CoCreate-app/CoCreate-socket-server/commit/92af769ebf51cd74605c87d5bdd36668ed7e9e71))
|
|
9
|
+
|
|
10
|
+
## [1.10.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.10.1...v1.10.2) (2023-05-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Delete AsyncMessage.js as by design the results are async & refactor index.js Emitting; authorized data in send method ([b47e6fc](https://github.com/CoCreate-app/CoCreate-socket-server/commit/b47e6fc0386b4beb25eefba90e74f47e91f949f2))
|
|
16
|
+
|
|
17
|
+
## [1.10.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.10.0...v1.10.1) (2023-05-25)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Update dependencies versions ([d3cad89](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d3cad89ad28f8b90c89b9fd3f30acab59496a623))
|
|
23
|
+
|
|
24
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.9.0...v1.10.0) (2023-05-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* Simplify WebSocketServer Class, Replace Permission and Auth Instance with Single functions. ([4ec6eb3](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4ec6eb35e034a119c3f4e24a054a7708f04e8ac4))
|
|
30
|
+
|
|
31
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.8.2...v1.9.0) (2023-05-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* Refactored SocketServer permission checking and added a new function getHost. ([c6a51d1](https://github.com/CoCreate-app/CoCreate-socket-server/commit/c6a51d143fda143aca3d059958bc668f9fac6d04))
|
|
37
|
+
|
|
38
|
+
## [1.8.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.8.1...v1.8.2) (2023-05-21)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* Refactor socket server to track and limit server bandwidth usage. ([0c4c0f4](https://github.com/CoCreate-app/CoCreate-socket-server/commit/0c4c0f438a27e75d659044bfdcc19f422df67347))
|
|
44
|
+
|
|
45
|
+
## [1.8.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.8.0...v1.8.1) (2023-05-20)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* Refactor socket server code to re check permissions using platformId when organization.dbUrl is false. ([e0cae7a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/e0cae7a0a2eb9c740f36a3306fc038a9c68329ab))
|
|
51
|
+
* updated dependencies to their latest versions ([84d2f1d](https://github.com/CoCreate-app/CoCreate-socket-server/commit/84d2f1d0a67b021682f5b9b543ededb995830231))
|
|
52
|
+
|
|
53
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.7...v1.8.0) (2023-05-19)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* Refactor index.js to remove unused code and improve readability ([8b71373](https://github.com/CoCreate-app/CoCreate-socket-server/commit/8b71373fc453d247389b786530c491754f8104d5))
|
|
59
|
+
* SocketServer class methods and properties ([9dd6f1d](https://github.com/CoCreate-app/CoCreate-socket-server/commit/9dd6f1d25b7bbe6a107d9076db31b73ac8a464b3))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* handle dbUrl false session ([61f64d2](https://github.com/CoCreate-app/CoCreate-socket-server/commit/61f64d2d02327ef3bec2821e8f3f083cc449a753))
|
|
65
|
+
|
|
66
|
+
## [1.7.7](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.6...v1.7.7) (2023-05-11)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* Acesss Denied handeling of createOrg ([ca9152c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ca9152c3792e084fb12f5942772c40c757f30370))
|
|
72
|
+
|
|
73
|
+
## [1.7.6](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.5...v1.7.6) (2023-05-10)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* apikey renamed to key ([b64597a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/b64597af40ef4c3eb20e7e5e7f902a330db3f9d5))
|
|
79
|
+
* createOrg ([e859b23](https://github.com/CoCreate-app/CoCreate-socket-server/commit/e859b23662e41344defc53e066e4f17570e6e064))
|
|
80
|
+
|
|
81
|
+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.4...v1.7.5) (2023-04-24)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* node version 16 in build action ([946a52e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/946a52e79afb0af741269f1820ba17d4a3d59b5b))
|
|
87
|
+
|
|
88
|
+
## [1.7.4](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.3...v1.7.4) (2023-04-24)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Bug Fixes
|
|
92
|
+
|
|
93
|
+
* pwa manifest ([2c92143](https://github.com/CoCreate-app/CoCreate-socket-server/commit/2c92143245ebdfd08e349d6fbe3ecdcfa71ce695))
|
|
94
|
+
* updateUserStatus response ([13c1735](https://github.com/CoCreate-app/CoCreate-socket-server/commit/13c1735ca461e129669c9187c75ec3a90443f152))
|
|
95
|
+
|
|
96
|
+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.2...v1.7.3) (2023-04-11)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([596d787](https://github.com/CoCreate-app/CoCreate-socket-server/commit/596d7878d7a3d2c9dbd136ac92c99621e616aaed))
|
|
102
|
+
|
|
103
|
+
## [1.7.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.1...v1.7.2) (2023-04-11)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* handeling permission error ([325a78a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/325a78a6bb6114b199088dcb8850b3e486e4cea4))
|
|
109
|
+
|
|
110
|
+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.0...v1.7.1) (2023-04-11)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Bug Fixes
|
|
114
|
+
|
|
115
|
+
* removed permission.dbs it is now handeled by crud-server ([7dfb781](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7dfb7812cf4ec020d23a5b688134d33abb029d0f))
|
|
116
|
+
* renamed domans to hosts ([6e4c75c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/6e4c75cd2fae0d79950c06b1b919e913fd8b16d9))
|
|
117
|
+
|
|
118
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.11...v1.7.0) (2023-03-19)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Features
|
|
122
|
+
|
|
123
|
+
* if permmision returns db urls store in socket instance to allow crud to connect to user defined databases ([8342334](https://github.com/CoCreate-app/CoCreate-socket-server/commit/83423348c070a8985305ebf087ac83d538a6bc80))
|
|
124
|
+
* updated permission to return db urls to connect to 1 or more custom databases ([291fa5f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/291fa5f14c8ef3ab82686935ee232dff413ad51d))
|
|
125
|
+
|
|
126
|
+
## [1.6.11](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.10...v1.6.11) (2023-02-01)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* bump dependencies ([07ced0b](https://github.com/CoCreate-app/CoCreate-socket-server/commit/07ced0ba1fdbd1ed6b4f2b995ff7e5a8a302cb81))
|
|
132
|
+
|
|
133
|
+
## [1.6.10](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.9...v1.6.10) (2023-01-31)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* bump dependencies ([d1bbfeb](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d1bbfeb02d22a79f9cb8391ded49b6ff3c0cc02f))
|
|
139
|
+
|
|
140
|
+
## [1.6.9](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.8...v1.6.9) (2023-01-30)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Bug Fixes
|
|
144
|
+
|
|
145
|
+
* bump dependencies ([87377cd](https://github.com/CoCreate-app/CoCreate-socket-server/commit/87377cdc0d7dbe4ea7791ae8d0a97a681e20be0d))
|
|
146
|
+
|
|
147
|
+
## [1.6.8](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.7...v1.6.8) (2023-01-29)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* bump dependencies ([93c5a63](https://github.com/CoCreate-app/CoCreate-socket-server/commit/93c5a639612a81aac82abed85da2e0249079804f))
|
|
153
|
+
|
|
154
|
+
## [1.6.7](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.6...v1.6.7) (2023-01-29)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Bug Fixes
|
|
158
|
+
|
|
159
|
+
* bump dependencies ([c2bb5db](https://github.com/CoCreate-app/CoCreate-socket-server/commit/c2bb5dbbfd91330d61b47aa719e26ddde32564fe))
|
|
160
|
+
|
|
161
|
+
## [1.6.6](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.5...v1.6.6) (2023-01-28)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
* bump dependencies ([ab247a0](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ab247a0588d72a18723ac3f877f249f186bf1d7d))
|
|
167
|
+
|
|
168
|
+
## [1.6.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.4...v1.6.5) (2023-01-13)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Bug Fixes
|
|
172
|
+
|
|
173
|
+
* bump dependencies ([4e72067](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4e7206758bb55d0d4212439d41fd84b417a13e17))
|
|
174
|
+
|
|
175
|
+
## [1.6.4](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.3...v1.6.4) (2023-01-10)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Bug Fixes
|
|
179
|
+
|
|
180
|
+
* bump dependencies ([7c4839a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7c4839ab36394ddc3a571454001067fb8dba0495))
|
|
181
|
+
|
|
182
|
+
## [1.6.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.2...v1.6.3) (2023-01-09)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Bug Fixes
|
|
186
|
+
|
|
187
|
+
* bump dependnecies ([71f18dd](https://github.com/CoCreate-app/CoCreate-socket-server/commit/71f18dd0ce5df50395a87698021b2153e2712cb1))
|
|
188
|
+
|
|
189
|
+
## [1.6.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.1...v1.6.2) (2023-01-06)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([e20678f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/e20678fb1496a8b59e7f535cbe2ae20221c988d9))
|
|
195
|
+
|
|
196
|
+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.0...v1.6.1) (2023-01-05)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Bug Fixes
|
|
200
|
+
|
|
201
|
+
* bump dependencies ([f0a5fbf](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f0a5fbfcb42ce363ac93ac089ea0ab561676325d))
|
|
202
|
+
|
|
203
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.5.3...v1.6.0) (2023-01-02)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* Access Denied returns action, status, and data ([cd98a28](https://github.com/CoCreate-app/CoCreate-socket-server/commit/cd98a287af38567d9a726964e63476d6cd15a90e))
|
|
209
|
+
|
|
210
|
+
## [1.5.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.5.2...v1.5.3) (2023-01-01)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Bug Fixes
|
|
214
|
+
|
|
215
|
+
* docs sanbox overflow ([19e4205](https://github.com/CoCreate-app/CoCreate-socket-server/commit/19e42053e27c4f8107b8f312c5bac807cb76ce60))
|
|
216
|
+
|
|
217
|
+
## [1.5.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.5.1...v1.5.2) (2022-12-31)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* bump dependencies ([1ce3c2e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/1ce3c2ec04c164c20652349365cdb949b11f9d0b))
|
|
223
|
+
|
|
224
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.5.0...v1.5.1) (2022-12-30)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Bug Fixes
|
|
228
|
+
|
|
229
|
+
* update config sources to use template braces with entry on src ([d8fe4cb](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d8fe4cb46c28b64b13eebd517675ee9f9a0ff0b4))
|
|
230
|
+
|
|
231
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.38...v1.5.0) (2022-12-29)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
* bump dependencies ([290b588](https://github.com/CoCreate-app/CoCreate-socket-server/commit/290b588c07e1064eaf55d839b285c4994abcdbe6))
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* send userStatus off if auth fails ([bfc0252](https://github.com/CoCreate-app/CoCreate-socket-server/commit/bfc0252aacce3ce2b6ee0c138e4d6e3b723e15a3))
|
|
242
|
+
|
|
243
|
+
## [1.4.38](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.37...v1.4.38) (2022-12-27)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Bug Fixes
|
|
247
|
+
|
|
248
|
+
* bump dependencies ([7f2325e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7f2325e4fb9f33947e60afbf426e703582f518cd))
|
|
249
|
+
|
|
250
|
+
## [1.4.37](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.36...v1.4.37) (2022-12-25)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Bug Fixes
|
|
254
|
+
|
|
255
|
+
* bump dependencies ([1306a2e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/1306a2e2d310274446ae9cd12c31fe27c23deafa))
|
|
256
|
+
|
|
257
|
+
## [1.4.36](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.35...v1.4.36) (2022-12-23)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* bump dependnecies ([24d9424](https://github.com/CoCreate-app/CoCreate-socket-server/commit/24d9424b58fb5e42711ebcc4a19ab2a80e82e044))
|
|
263
|
+
|
|
264
|
+
## [1.4.35](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.34...v1.4.35) (2022-12-22)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Bug Fixes
|
|
268
|
+
|
|
269
|
+
* bump dependencies ([b6d5c0a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/b6d5c0a19140f1374337e0e7de698a0f22d686ac))
|
|
270
|
+
|
|
271
|
+
## [1.4.34](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.33...v1.4.34) (2022-12-22)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
* update demos and bump dependencies ([cb9c829](https://github.com/CoCreate-app/CoCreate-socket-server/commit/cb9c829b418d3f68842168ab2b340cf72bd3c167))
|
|
277
|
+
|
|
278
|
+
## [1.4.33](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.32...v1.4.33) (2022-12-21)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
282
|
+
|
|
283
|
+
* bump dependencies ([0d0d214](https://github.com/CoCreate-app/CoCreate-socket-server/commit/0d0d214e741e987a9ef28417f5d5d9b004876bf0))
|
|
284
|
+
* reduce message userStatus ([4f9ba84](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4f9ba847cd7cfa684f898907fdca58308b54484d))
|
|
285
|
+
|
|
286
|
+
## [1.4.32](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.31...v1.4.32) (2022-12-20)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* bump dependencies ([caa7eec](https://github.com/CoCreate-app/CoCreate-socket-server/commit/caa7eec54b9d8933650d5eea8355d5bcef725f24))
|
|
292
|
+
|
|
293
|
+
## [1.4.31](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.30...v1.4.31) (2022-12-13)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* bump dependencies ([4f47361](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4f4736177236cb4f197faee2fb9d117a6b1b43be))
|
|
299
|
+
|
|
300
|
+
## [1.4.30](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.29...v1.4.30) (2022-12-12)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* bump dependencies ([05ddd4c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/05ddd4c0037bfef37844cc3cc989fbc980245089))
|
|
306
|
+
|
|
307
|
+
## [1.4.29](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.28...v1.4.29) (2022-12-11)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* bump dependencies ([2cbe7e7](https://github.com/CoCreate-app/CoCreate-socket-server/commit/2cbe7e7f648d573488036d992c5b06b1dc0385c0))
|
|
313
|
+
|
|
314
|
+
## [1.4.28](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.27...v1.4.28) (2022-12-09)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* bump dependencies ([1c9feac](https://github.com/CoCreate-app/CoCreate-socket-server/commit/1c9feac95712fe4d506f40a48630e7265d41155e))
|
|
320
|
+
|
|
321
|
+
## [1.4.27](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.26...v1.4.27) (2022-12-09)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
* bump @cocreate/indexdb ([7fe444f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7fe444f6143fc6ca4c7034e95278fb2d3b07af59))
|
|
327
|
+
|
|
328
|
+
## [1.4.26](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.25...v1.4.26) (2022-12-09)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Bug Fixes
|
|
332
|
+
|
|
333
|
+
* bump @cocreate/indexdb ([d8a43f8](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d8a43f86832108f1ead1153afae9ee6397309e16))
|
|
334
|
+
|
|
335
|
+
## [1.4.25](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.24...v1.4.25) (2022-12-08)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Bug Fixes
|
|
339
|
+
|
|
340
|
+
* remove commented code ([ec77bb2](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ec77bb2261c5887894d9c6cec5b0065e57499c63))
|
|
341
|
+
|
|
342
|
+
## [1.4.24](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.23...v1.4.24) (2022-12-08)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Bug Fixes
|
|
346
|
+
|
|
347
|
+
* bump dependencies ([97ff9c3](https://github.com/CoCreate-app/CoCreate-socket-server/commit/97ff9c3b914000286983d8ae1d68ecf105d8f5cf))
|
|
348
|
+
|
|
349
|
+
## [1.4.23](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.22...v1.4.23) (2022-12-07)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
* bump dependencies ([c1c8b08](https://github.com/CoCreate-app/CoCreate-socket-server/commit/c1c8b087640dbb5fc7cd5e9d82a82baed29fef0b))
|
|
355
|
+
|
|
356
|
+
## [1.4.22](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.21...v1.4.22) (2022-12-07)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* bump @cocreate/utils and @cocreate/indexeddb ([f76913e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f76913e4f538e309a324fe5cf944dda6383fe7e2))
|
|
362
|
+
|
|
363
|
+
## [1.4.21](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.20...v1.4.21) (2022-12-07)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* syncServer trigers action createDocument ([608e390](https://github.com/CoCreate-app/CoCreate-socket-server/commit/608e3907e542622c309502a91a08a76a071a4abf))
|
|
369
|
+
|
|
370
|
+
## [1.4.20](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.19...v1.4.20) (2022-12-07)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
* comment syncServer requires security improvements ([60f73de](https://github.com/CoCreate-app/CoCreate-socket-server/commit/60f73ded3927f7c6a5005b0f339e846ead920c2e))
|
|
376
|
+
|
|
377
|
+
## [1.4.19](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.18...v1.4.19) (2022-12-07)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Bug Fixes
|
|
381
|
+
|
|
382
|
+
* organization_id ([37b7b72](https://github.com/CoCreate-app/CoCreate-socket-server/commit/37b7b72918fdd6a28ec04b1b26a1822d2d36e1e3))
|
|
383
|
+
|
|
384
|
+
## [1.4.18](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.17...v1.4.18) (2022-12-04)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Bug Fixes
|
|
388
|
+
|
|
389
|
+
* bump dependencies ([da7ed6e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/da7ed6eec6350c6fdddfadbf8212b6e6709d5c72))
|
|
390
|
+
|
|
391
|
+
## [1.4.17](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.16...v1.4.17) (2022-12-02)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
* docs ([f3eda73](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f3eda731fcdceb9f6365be23836f07688b01f142))
|
|
397
|
+
|
|
398
|
+
## [1.4.16](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.15...v1.4.16) (2022-12-02)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* add data.uid if does not exist ([8f82de8](https://github.com/CoCreate-app/CoCreate-socket-server/commit/8f82de806d8fe30f5c59abccfd5e5958a2c14018))
|
|
404
|
+
* bump dependencies ([553a695](https://github.com/CoCreate-app/CoCreate-socket-server/commit/553a69586a368310d5b5e6e1f24b4871ae9c90b0))
|
|
405
|
+
* renamed module to action ([9526e0c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/9526e0c3cabfcabf8945615f978a060e690df09d))
|
|
406
|
+
|
|
407
|
+
## [1.4.15](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.14...v1.4.15) (2022-11-28)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Bug Fixes
|
|
411
|
+
|
|
412
|
+
* bump dependencies ([8740628](https://github.com/CoCreate-app/CoCreate-socket-server/commit/8740628f73b01d8b44192605dfb0d90ef37e886a))
|
|
413
|
+
|
|
414
|
+
## [1.4.14](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.13...v1.4.14) (2022-11-28)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* bump dependencies ([8143014](https://github.com/CoCreate-app/CoCreate-socket-server/commit/81430143e4542976c385dc5beaa3cc5567c145e3))
|
|
420
|
+
|
|
421
|
+
## [1.4.13](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.12...v1.4.13) (2022-11-27)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bug Fixes
|
|
425
|
+
|
|
426
|
+
* bump dependencies ([1badff4](https://github.com/CoCreate-app/CoCreate-socket-server/commit/1badff44f1d0c1824c180f0f748ab5da997aadc4))
|
|
427
|
+
|
|
428
|
+
## [1.4.12](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.11...v1.4.12) (2022-11-27)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
* bump indexeddb ([10e9e3b](https://github.com/CoCreate-app/CoCreate-socket-server/commit/10e9e3b66a26f18c5a82315b4fb8fabdf0e89d61))
|
|
434
|
+
|
|
435
|
+
## [1.4.11](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.10...v1.4.11) (2022-11-26)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
* bump dependencies ([924384c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/924384cf6cd822ea64558a47d907090b84385170))
|
|
441
|
+
|
|
442
|
+
## [1.4.10](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.9...v1.4.10) (2022-11-25)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* bump dependencies ([4c2636a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4c2636ad9eaaa4691cd8c61a162894404caf03c4))
|
|
448
|
+
|
|
449
|
+
## [1.4.9](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.8...v1.4.9) (2022-11-24)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
* bump depenedencies ([f51524f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f51524f274b99cf482818fca99e9454184017f25))
|
|
455
|
+
|
|
456
|
+
## [1.4.8](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.7...v1.4.8) (2022-11-23)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([57132d5](https://github.com/CoCreate-app/CoCreate-socket-server/commit/57132d57e38a9fd259bfa6f3aa37af907e5d1f5e))
|
|
462
|
+
|
|
463
|
+
## [1.4.7](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.6...v1.4.7) (2022-11-22)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Bug Fixes
|
|
467
|
+
|
|
468
|
+
* apply src: {{source}} to CoCreate.config ([97f6771](https://github.com/CoCreate-app/CoCreate-socket-server/commit/97f67715246540c140f2df48a72fb16a789e957e))
|
|
469
|
+
* workflow docs ([1392cde](https://github.com/CoCreate-app/CoCreate-socket-server/commit/1392cdef2d834be7bbdcf90f151c719937ebf2f7))
|
|
470
|
+
|
|
471
|
+
## [1.4.6](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.5...v1.4.6) (2022-11-21)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Bug Fixes
|
|
475
|
+
|
|
476
|
+
* @cocreate/docs bug fix ([338cce3](https://github.com/CoCreate-app/CoCreate-socket-server/commit/338cce312bf188454e700bbdb2b37686a612cbd1))
|
|
477
|
+
|
|
478
|
+
## [1.4.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.4...v1.4.5) (2022-11-21)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Bug Fixes
|
|
482
|
+
|
|
483
|
+
* replaced document_id with document._id ([d31acd6](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d31acd65e8ce15bcc82d52c74484d694885149eb))
|
|
484
|
+
|
|
485
|
+
## [1.4.4](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.3...v1.4.4) (2022-11-21)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Bug Fixes
|
|
489
|
+
|
|
490
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([ddbab3e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ddbab3e4bab1f95f8bfc048e0cfc244f4e336c75))
|
|
491
|
+
|
|
492
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.2...v1.4.3) (2022-11-21)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Bug Fixes
|
|
496
|
+
|
|
497
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([fc63f1a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/fc63f1a7474206a12cc4450eeaee869c43ee8d11))
|
|
498
|
+
* emit userStatus was in wrong location preventing it from firing ([3978852](https://github.com/CoCreate-app/CoCreate-socket-server/commit/3978852bdee59ca1f2d7913bb8ad4961c83c4f35))
|
|
499
|
+
* status renamed to userStatus ([7400b16](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7400b160d3779e8b56fe8f8a72e4dab58ba97052))
|
|
500
|
+
|
|
501
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.1...v1.4.2) (2022-10-01)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([6ba746a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/6ba746a2ff0f25053d9eedd7e05ccaac1fba6909))
|
|
507
|
+
|
|
508
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.0...v1.4.1) (2022-10-01)
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Bug Fixes
|
|
512
|
+
|
|
513
|
+
* bump dependencies ([c050ba6](https://github.com/CoCreate-app/CoCreate-socket-server/commit/c050ba6c58c9eca2dfe0a33c4d37dc5aa157bded))
|
|
514
|
+
|
|
515
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.3.4...v1.4.0) (2022-09-28)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Bug Fixes
|
|
519
|
+
|
|
520
|
+
* asyncMessages.delete ([d24d0de](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d24d0de90b7a99b3bbcd84fece5ce86728f68260))
|
|
521
|
+
* broadcast params reduced to socket, message, data. emit updateUserStatus ([bfc40a7](https://github.com/CoCreate-app/CoCreate-socket-server/commit/bfc40a754e7f55f23febaaa15534aed3d7ce30ae))
|
|
522
|
+
* bump ws version to 7.5.9 ([910c246](https://github.com/CoCreate-app/CoCreate-socket-server/commit/910c246153f4259af25d19901b4f0a6a30866174))
|
|
523
|
+
* remove param socketInfo when emitting userStatus ([ae45514](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ae45514f1c9435ba0d8217d2c13bc3f9df31d7d7))
|
|
524
|
+
* replaced socketInfo with socket.config ([0e2b047](https://github.com/CoCreate-app/CoCreate-socket-server/commit/0e2b047419313eb4e8023991ae9be4140d80a551))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
* config is now accessible from socket.config ([549ea18](https://github.com/CoCreate-app/CoCreate-socket-server/commit/549ea18180e64a4df9769774881c08a8a5b1cc17))
|
|
530
|
+
|
|
531
|
+
## [1.3.4](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.3.3...v1.3.4) (2022-09-01)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
* bump dependencies ([f2acaae](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f2acaae991750822923268baa3daf1a56db9f901))
|
|
537
|
+
|
|
538
|
+
## [1.3.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.3.2...v1.3.3) (2022-08-31)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### Bug Fixes
|
|
542
|
+
|
|
543
|
+
* renamed variable broadcast_sender to broadcastSender ([752c5f6](https://github.com/CoCreate-app/CoCreate-socket-server/commit/752c5f6b7ce850ab81883ee39ace9922093bcf5b))
|
|
544
|
+
|
|
545
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.3.1...v1.3.2) (2022-07-25)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Bug Fixes
|
|
549
|
+
|
|
550
|
+
* replaced attribute pass-fetch_value with pass-filter-value ([8697c35](https://github.com/CoCreate-app/CoCreate-socket-server/commit/8697c354bcb07da03a9aaf08ac4e019ebf1a492c))
|
|
551
|
+
|
|
552
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.3.0...v1.3.1) (2022-05-17)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Bug Fixes
|
|
556
|
+
|
|
557
|
+
* get orgId from socketInfo ([481821e](https://github.com/CoCreate-app/CoCreate-socket-server/commit/481821ecf9a53bc9618d8bb87b11f4509270aced))
|
|
558
|
+
|
|
559
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.2.2...v1.3.0) (2022-05-14)
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
### Features
|
|
563
|
+
|
|
564
|
+
* function readDocumentList has been renamed to readDocuments ([f4714c0](https://github.com/CoCreate-app/CoCreate-socket-server/commit/f4714c060d169076b47a94493e11eb6b847194e3))
|
|
565
|
+
|
|
566
|
+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.2.1...v1.2.2) (2022-05-06)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Bug Fixes
|
|
570
|
+
|
|
571
|
+
* update config organization_Id to organization_id ([2aa908d](https://github.com/CoCreate-app/CoCreate-socket-server/commit/2aa908d940c5a8ccef5faa79ea5658a84270257b))
|
|
572
|
+
|
|
573
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.2.0...v1.2.1) (2022-03-22)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
### Bug Fixes
|
|
577
|
+
|
|
578
|
+
* removed testing console.logs ([48358eb](https://github.com/CoCreate-app/CoCreate-socket-server/commit/48358eb3939e60c9401defb774161cbd65b6e774))
|
|
579
|
+
|
|
580
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.13...v1.2.0) (2022-03-06)
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### Bug Fixes
|
|
584
|
+
|
|
585
|
+
* broadcast_sender if condition ([663da41](https://github.com/CoCreate-app/CoCreate-socket-server/commit/663da417cb127048a5bf7be92b3988ba88c9ad37))
|
|
586
|
+
* removed querystring dependancy ([340b131](https://github.com/CoCreate-app/CoCreate-socket-server/commit/340b13124fc3d222cdd57c0b20db0913a71eb807))
|
|
587
|
+
* update param roomInfo to socketInfo ([7d651d6](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7d651d65b1299b18499559a747eba6b10395ef00))
|
|
588
|
+
* update param ws to socket for convetion purposes ([17e5989](https://github.com/CoCreate-app/CoCreate-socket-server/commit/17e598940acec73286465c5947a9b9b9d58b0c56))
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Features
|
|
592
|
+
|
|
593
|
+
* broadcast supports multiple rooms ([a8edf12](https://github.com/CoCreate-app/CoCreate-socket-server/commit/a8edf125e0b925e597bd54f7179e1c9aae3b39c3))
|
|
594
|
+
|
|
595
|
+
## [1.1.13](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.12...v1.1.13) (2022-03-03)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Bug Fixes
|
|
599
|
+
|
|
600
|
+
* removed emit changeDB ([cde4d9f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/cde4d9f6f74d7cbf536eddb4a87436cc315e07fe))
|
|
601
|
+
* update pakage.json main to src/index ([4188d9c](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4188d9c65ef461c26cc7ea3e12d8216f20183ea5))
|
|
602
|
+
|
|
603
|
+
## [1.1.12](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.11...v1.1.12) (2022-02-28)
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
### Bug Fixes
|
|
607
|
+
|
|
608
|
+
* update param requestData.action to requestData.module ([8a1a7e0](https://github.com/CoCreate-app/CoCreate-socket-server/commit/8a1a7e0b7eb14c948973c42e97911781e91b9e53))
|
|
609
|
+
* wildcard permission for docs domain ([7a0d5cd](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7a0d5cd1ca0cc275e28362333addd8c3a35b15b3))
|
|
610
|
+
|
|
611
|
+
## [1.1.11](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.10...v1.1.11) (2022-02-16)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
* update dependencies ([b8d3cb3](https://github.com/CoCreate-app/CoCreate-socket-server/commit/b8d3cb38658d58b85d127bb68a3beab5781e0128))
|
|
617
|
+
|
|
618
|
+
## [1.1.10](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.9...v1.1.10) (2022-02-09)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Bug Fixes
|
|
622
|
+
|
|
623
|
+
* add document_id to CoCreate.config ([dbe4c05](https://github.com/CoCreate-app/CoCreate-socket-server/commit/dbe4c05864aab9f2cd81d5b3754f9ec23a28d087))
|
|
624
|
+
|
|
625
|
+
## [1.1.9](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.8...v1.1.9) (2022-02-09)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Bug Fixes
|
|
629
|
+
|
|
630
|
+
* update CoCreate.config.js, bump @cocreate/docs version ([7338129](https://github.com/CoCreate-app/CoCreate-socket-server/commit/73381299f837b4cae092bdd2272c7f47d5eef740))
|
|
631
|
+
|
|
632
|
+
## [1.1.8](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.7...v1.1.8) (2021-11-11)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Bug Fixes
|
|
636
|
+
|
|
637
|
+
* licensing information ([db7ffb0](https://github.com/CoCreate-app/CoCreate-socket-server/commit/db7ffb0c4cf5b01282a90956e593c9509b4ff801))
|
|
638
|
+
* update readme ([ae9401f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ae9401fbe482d01c39074a9612c805c7c5d9596b))
|
|
639
|
+
|
|
640
|
+
## [1.1.7](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.6...v1.1.7) (2021-11-11)
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
### Bug Fixes
|
|
644
|
+
|
|
645
|
+
* update .gitignore ([2783c9a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/2783c9a464bf0c930099d9ac0ca65a8a5f7ab41c))
|
|
646
|
+
|
|
647
|
+
## [1.1.6](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.5...v1.1.6) (2021-11-01)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Bug Fixes
|
|
651
|
+
|
|
652
|
+
* add apikey.js ([9d73042](https://github.com/CoCreate-app/CoCreate-socket-server/commit/9d73042e5e0e274b990d1a76a0de0e5fed7bea74))
|
|
653
|
+
|
|
654
|
+
## [1.1.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.4...v1.1.5) (2021-08-13)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Bug Fixes
|
|
658
|
+
|
|
659
|
+
* filetodb consolelog and data- removed ([2a5e351](https://github.com/CoCreate-app/CoCreate-socket-server/commit/2a5e351967eb48a7437a00a85f7a3f88d08b8f07))
|
|
660
|
+
|
|
661
|
+
## [1.1.4](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.1.3...v1.1.4) (2021-07-28)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Bug Fixes
|
|
665
|
+
|
|
650
666
|
* removed data- from crud, fetch, filter and pass attributes ([54d593a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/54d593ab4fc2d71e04ca52e154260808e45194c8))
|