@factset/frontgate-js-sdk 7.0.11 → 7.1.0
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/CHANGELOG.md +18 -242
- package/dist/lib/esnext/mixins/MessageCompressorMixin.js +1 -1
- package/dist/lib/esnext/mixins/auth/FetchAuthenticationWithOptionalCompressionMixin.js +165 -0
- package/dist/lib/esnext/mixins/auth/index.js +1 -0
- package/dist/lib/esnext/version.js +1 -1
- package/dist/lib/node/mixins/MessageCompressorMixin.js +1 -1
- package/dist/lib/node/mixins/auth/FetchAuthenticationWithOptionalCompressionMixin.js +169 -0
- package/dist/lib/node/mixins/auth/index.js +1 -0
- package/dist/lib/node/version.js +1 -1
- package/dist/lib/types/mixins/auth/FetchAuthenticationWithOptionalCompressionMixin.d.ts +54 -0
- package/dist/lib/types/mixins/auth/index.d.ts +1 -0
- package/dist/lib/types/mixins/index.d.ts +2 -2
- package/dist/lib/umd/mdg2.client.min.umd.js +1 -1
- package/dist/lib/umd/mdg2.client.umd.js +150 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
|
+
## 7.1.0 (2026-03-10)
|
|
2
|
+
|
|
3
|
+
* feat(auth): add fetch auth with compression [13af8dc]
|
|
4
|
+
* chore(deps): lock file maintenance [a9f36a7]
|
|
5
|
+
* chore(deps): lock file maintenance [62ab9e8]
|
|
6
|
+
* chore(deps): lock file maintenance [2453f92]
|
|
7
|
+
* chore(deps): update actions/setup-node action to v6.3.0 [6fb9174]
|
|
8
|
+
* chore(deps): update dependency @fds/lint-standards to v30 [0131f4a]
|
|
9
|
+
* chore(deps): update factset/waffle-actions action to v2.5.5 [76da445]
|
|
10
|
+
* chore(deps): update factset/waffle-actions action to v2.6.1 [878d742]
|
|
11
|
+
* chore(deps): update factset/waffle-actions action to v2.6.2 [16394e7]
|
|
12
|
+
* chore(deps): update factset/waffle-actions action to v2.6.3 [e1c8a5a]
|
|
13
|
+
* chore(deps): update lockfile [093f343]
|
|
14
|
+
* chore(deps): update lockfile [6c9ea37]
|
|
15
|
+
* fix(dependencies): upgrade axios due to a security issue [5c72eaf]
|
|
16
|
+
|
|
1
17
|
## <small>7.0.11 (2026-02-10)</small>
|
|
2
18
|
|
|
3
|
-
* fix(endpoint-subscription): process payload of resub response [ac2f3fc]
|
|
4
19
|
* chore(deps): lock file maintenance [2df9ed2]
|
|
5
|
-
|
|
6
|
-
|
|
20
|
+
* chore(release): update changelog for v7.0.11 [84ad2cf]
|
|
21
|
+
* fix(endpoint-subscription): process payload of resub response [ac2f3fc]
|
|
7
22
|
|
|
8
23
|
## <small>7.0.10 (2026-01-28)</small>
|
|
9
24
|
|
|
@@ -12,8 +27,6 @@
|
|
|
12
27
|
* chore(release): update changelog for v7.0.10 [e52d83e]
|
|
13
28
|
* fix(subscriptions): handle reconnect zombie subscription [0c99077]
|
|
14
29
|
|
|
15
|
-
|
|
16
|
-
|
|
17
30
|
## <small>7.0.9 (2026-01-23)</small>
|
|
18
31
|
|
|
19
32
|
* chore(deps): update actions/checkout action to v6 [69bfba0]
|
|
@@ -23,8 +36,6 @@
|
|
|
23
36
|
* chore(repo): ignore documentation build [8912bdd]
|
|
24
37
|
* fix(subscriptions): cancel poisoned subscriptions [fd2dddf]
|
|
25
38
|
|
|
26
|
-
|
|
27
|
-
|
|
28
39
|
## <small>7.0.8 (2026-01-22)</small>
|
|
29
40
|
|
|
30
41
|
* chore(demo-node): remove unused package [02e1898]
|
|
@@ -38,8 +49,6 @@
|
|
|
38
49
|
* fix(subscriptions): improve wording [a01d38c]
|
|
39
50
|
* fix(subscriptions): properly keep track of subscriptions [92eac28]
|
|
40
51
|
|
|
41
|
-
|
|
42
|
-
|
|
43
52
|
## <small>7.0.6 (2026-01-19)</small>
|
|
44
53
|
|
|
45
54
|
* chore(dependencies): fix qs vulnerability [a711ff6]
|
|
@@ -60,8 +69,6 @@
|
|
|
60
69
|
* tests(secret-generator): test current hashing functions [5fe66ca]
|
|
61
70
|
* feat(ga): migrate to forked SQ action [1fcc461]
|
|
62
71
|
|
|
63
|
-
|
|
64
|
-
|
|
65
72
|
## <small>7.0.5 (2025-11-19)</small>
|
|
66
73
|
|
|
67
74
|
* chore(deps): update actions/checkout action to v4.3.0 [91dd6b4]
|
|
@@ -69,8 +76,6 @@
|
|
|
69
76
|
* chore(release): update changelog for v7.0.5 [932d622]
|
|
70
77
|
* fix(subscription): use correct object on resubscribe check [5e49df8]
|
|
71
78
|
|
|
72
|
-
|
|
73
|
-
|
|
74
79
|
## <small>7.0.4 (2025-11-06)</small>
|
|
75
80
|
|
|
76
81
|
* chore(backstage): document further annotations [3865292]
|
|
@@ -106,8 +111,6 @@
|
|
|
106
111
|
* refactor(lint): use optional chain expression [356964e]
|
|
107
112
|
* Remove fortify action [69d60e9]
|
|
108
113
|
|
|
109
|
-
|
|
110
|
-
|
|
111
114
|
## <small>7.0.2 (2025-10-09)</small>
|
|
112
115
|
|
|
113
116
|
* chore(deps): lock file maintenance [e8dd0a6]
|
|
@@ -135,8 +138,6 @@
|
|
|
135
138
|
* refactor(variables): rename to prevent shadowing [e8caa54]
|
|
136
139
|
* docs(release): document process to force correct latest version [8b4f115]
|
|
137
140
|
|
|
138
|
-
|
|
139
|
-
|
|
140
141
|
## <small>7.0.1 (2025-09-03)</small>
|
|
141
142
|
|
|
142
143
|
* chore(changelog): refresh changelog [a0a3d56]
|
|
@@ -168,8 +169,6 @@
|
|
|
168
169
|
* fix(release): use fixes from v6 release [c395dc9]
|
|
169
170
|
* fix(subscriptions): catch inflight requests [d40394a]
|
|
170
171
|
|
|
171
|
-
|
|
172
|
-
|
|
173
172
|
## 7.0.0 (2025-07-07)
|
|
174
173
|
|
|
175
174
|
* Publish [2880845]
|
|
@@ -189,8 +188,6 @@
|
|
|
189
188
|
* fix(websocket): use correct state after error [50ba15f]
|
|
190
189
|
* feat(release): rebase to GH for branches [c811483]
|
|
191
190
|
|
|
192
|
-
|
|
193
|
-
|
|
194
191
|
## <small>6.10.2 (2025-07-01)</small>
|
|
195
192
|
|
|
196
193
|
* fix(client): update ptl documentation url [801bcd4]
|
|
@@ -236,8 +233,6 @@
|
|
|
236
233
|
* feat(remote-logger): add remote logger plugin [62a3cb6]
|
|
237
234
|
* refactor(vitest): extract configuration into mts file [1a89563]
|
|
238
235
|
|
|
239
|
-
|
|
240
|
-
|
|
241
236
|
## <small>6.10.1 (2025-05-05)</small>
|
|
242
237
|
|
|
243
238
|
* Publish [0573782]
|
|
@@ -246,8 +241,6 @@
|
|
|
246
241
|
* chore(deps): update dependency vite to v6.2.7 [security] [d66797b]
|
|
247
242
|
* feat(release): upload new API doc [0970535]
|
|
248
243
|
|
|
249
|
-
|
|
250
|
-
|
|
251
244
|
## 6.10.0 (2025-04-22)
|
|
252
245
|
|
|
253
246
|
* Publish [51fb9ab]
|
|
@@ -256,24 +249,18 @@
|
|
|
256
249
|
* fix(tests): test correctly for message send [ac35fe0]
|
|
257
250
|
* feat(mixins): add PingRequest mixin [c8fb0e2]
|
|
258
251
|
|
|
259
|
-
|
|
260
|
-
|
|
261
252
|
## <small>6.9.3 (2025-04-16)</small>
|
|
262
253
|
|
|
263
254
|
* Publish [4266f61]
|
|
264
255
|
* fix(authentication): prepare auth property [b078298]
|
|
265
256
|
* chore(deps): update dependency vite to v6.2.6 [security] [3b9d6fa]
|
|
266
257
|
|
|
267
|
-
|
|
268
|
-
|
|
269
258
|
## <small>6.9.2 (2025-04-11)</small>
|
|
270
259
|
|
|
271
260
|
* Publish [b432bd7]
|
|
272
261
|
* fix(prepublish): add correct regex [d7efbb6]
|
|
273
262
|
* chore(actions): update paths in public release action [343adca]
|
|
274
263
|
|
|
275
|
-
|
|
276
|
-
|
|
277
264
|
## <small>6.9.1 (2025-04-10)</small>
|
|
278
265
|
|
|
279
266
|
* Publish [fb43a57]
|
|
@@ -289,31 +276,23 @@
|
|
|
289
276
|
* fix(release): replace internal with external repo [a3ababb]
|
|
290
277
|
* feat(release): add rebase action for gh.com [81fc728]
|
|
291
278
|
|
|
292
|
-
|
|
293
|
-
|
|
294
279
|
## 6.9.0 (2025-01-21)
|
|
295
280
|
|
|
296
281
|
* Publish [fd24671]
|
|
297
282
|
* chore(client): deprecate defaultTimeoutInMs setter [094ffb2]
|
|
298
283
|
* feat(subscriptions): restart subscription on subscription loss [da2cf3e]
|
|
299
284
|
|
|
300
|
-
|
|
301
|
-
|
|
302
285
|
## <small>6.8.4 (2025-01-14)</small>
|
|
303
286
|
|
|
304
287
|
* Publish [9e6551c]
|
|
305
288
|
* fix(subscription): improve logging on initial subscription errors [9f9d7b4]
|
|
306
289
|
|
|
307
|
-
|
|
308
|
-
|
|
309
290
|
## <small>6.8.3 (2025-01-10)</small>
|
|
310
291
|
|
|
311
292
|
* Publish [959e7cd]
|
|
312
293
|
* fix(release): pack package seperatly [b3e8832]
|
|
313
294
|
* fix(workflow): add packing to release [e446eea]
|
|
314
295
|
|
|
315
|
-
|
|
316
|
-
|
|
317
296
|
## <small>6.8.2 (2025-01-10)</small>
|
|
318
297
|
|
|
319
298
|
* Publish [3bee417]
|
|
@@ -336,8 +315,6 @@
|
|
|
336
315
|
* chore(package): change license to Apache-2.0 [4c028e8]
|
|
337
316
|
* chore(repo): lerna switch [8d03c56]
|
|
338
317
|
|
|
339
|
-
|
|
340
|
-
|
|
341
318
|
## 6.7.0 (2024-10-18)
|
|
342
319
|
|
|
343
320
|
* chore(backstage): setup [e1e1886]
|
|
@@ -350,23 +327,17 @@
|
|
|
350
327
|
* fix(jsonPatch): properly catch error [2dd1d88]
|
|
351
328
|
* fix(reconnectMixin): avoid parallel reconnects [ea3a8a3]
|
|
352
329
|
|
|
353
|
-
|
|
354
|
-
|
|
355
330
|
## <small>6.6.2 (2024-10-01)</small>
|
|
356
331
|
|
|
357
332
|
* chore(repo): bump version [8ca769a]
|
|
358
333
|
* fix(ep-subscriptions): fanout needs to respect request options [68948cf]
|
|
359
334
|
|
|
360
|
-
|
|
361
|
-
|
|
362
335
|
## <small>6.6.1 (2024-09-30)</small>
|
|
363
336
|
|
|
364
337
|
* chore(repo): bump version [4d05818]
|
|
365
338
|
* fix(raw-subscriptions): add missing orderbook messages [9375572]
|
|
366
339
|
* docs(usage): cleanup mixin docs [5b2b004]
|
|
367
340
|
|
|
368
|
-
|
|
369
|
-
|
|
370
341
|
## 6.6.0 (2024-09-17)
|
|
371
342
|
|
|
372
343
|
* chore(CHANGELOG): re-generate for all versions [b251e7c]
|
|
@@ -375,8 +346,6 @@
|
|
|
375
346
|
* fix(dist): publish changelog [65b43b8]
|
|
376
347
|
* fix(release): restore update of CHANGELOG.md [86497c8]
|
|
377
348
|
|
|
378
|
-
|
|
379
|
-
|
|
380
349
|
## <small>6.5.5 (2024-09-11)</small>
|
|
381
350
|
|
|
382
351
|
* chore(deps): remove unused dts dependency [1c47a13]
|
|
@@ -384,8 +353,6 @@
|
|
|
384
353
|
* chore(repo): bump version [0928674]
|
|
385
354
|
* fix(frontgate-ws-mixin): handle missing header [ae91a2d]
|
|
386
355
|
|
|
387
|
-
|
|
388
|
-
|
|
389
356
|
## <small>6.5.4 (2024-09-10)</small>
|
|
390
357
|
|
|
391
358
|
* chore(repo): bump version [71e8422]
|
|
@@ -394,8 +361,6 @@
|
|
|
394
361
|
* docs(builder): builder based client documentation [fa59567]
|
|
395
362
|
* docs(examples): syntax highlighting plugin [d653e21]
|
|
396
363
|
|
|
397
|
-
|
|
398
|
-
|
|
399
364
|
## <small>6.5.3 (2024-09-05)</small>
|
|
400
365
|
|
|
401
366
|
* chore(deps): update [e9a6df9]
|
|
@@ -405,15 +370,11 @@
|
|
|
405
370
|
* fix(http-proxy-request-result): export types [4af7f80]
|
|
406
371
|
* fix(HTTPProxyRequest): accept different body types [de2add8]
|
|
407
372
|
|
|
408
|
-
|
|
409
|
-
|
|
410
373
|
## <small>6.5.2 (2024-08-27)</small>
|
|
411
374
|
|
|
412
375
|
* chore(repo): bump version [d6fb3a1]
|
|
413
376
|
* fix(token-auth): run hook on reconnect [6a5c9c6]
|
|
414
377
|
|
|
415
|
-
|
|
416
|
-
|
|
417
378
|
## <small>6.5.1 (2024-08-26)</small>
|
|
418
379
|
|
|
419
380
|
* chore(repo): bump version [e7c40a6]
|
|
@@ -422,16 +383,12 @@
|
|
|
422
383
|
* fix(frontgate-ws-mixin): register authenticated-hook once [17e5ece]
|
|
423
384
|
* tests(data-observer): test error cases [7c52f32]
|
|
424
385
|
|
|
425
|
-
|
|
426
|
-
|
|
427
386
|
## 6.5.0 (2024-08-16)
|
|
428
387
|
|
|
429
388
|
* chore(repo): bump version [417c66d]
|
|
430
389
|
* feat(subscriptions): support jsonpatch 'add' operation [9f99ebd]
|
|
431
390
|
* feat(subscriptions): support jsonpatch 'remove' operation [93c7d62]
|
|
432
391
|
|
|
433
|
-
|
|
434
|
-
|
|
435
392
|
## <small>6.4.1 (2024-08-05)</small>
|
|
436
393
|
|
|
437
394
|
* chore(repo): bump version [f5a1b49]
|
|
@@ -441,8 +398,6 @@
|
|
|
441
398
|
* fix(release): hardcode fixed description for ep-reference [2b39017]
|
|
442
399
|
* fix(requests): add timeout to messages [98e547f]
|
|
443
400
|
|
|
444
|
-
|
|
445
|
-
|
|
446
401
|
## 6.4.0 (2024-07-30)
|
|
447
402
|
|
|
448
403
|
* chore(.gitignore): ignore .DS_Store files [ae743ec]
|
|
@@ -483,8 +438,6 @@
|
|
|
483
438
|
* feat(wsConnection): apply more defaults for easier usage [25128e6]
|
|
484
439
|
* refactor(timeout): use a simpler version for timeouts [a7199cb]
|
|
485
440
|
|
|
486
|
-
|
|
487
|
-
|
|
488
441
|
## <small>6.3.1 (2024-07-03)</small>
|
|
489
442
|
|
|
490
443
|
* chore(deps): update dependency ws to v8.17.1 [security] [01d91e9]
|
|
@@ -492,8 +445,6 @@
|
|
|
492
445
|
* chore(repo): update changelog [92e2f42]
|
|
493
446
|
* fix(subscription-mixin): add request options to observe endpoint [2c474ad]
|
|
494
447
|
|
|
495
|
-
|
|
496
|
-
|
|
497
448
|
## 6.3.0 (2024-06-10)
|
|
498
449
|
|
|
499
450
|
* chore(ci): update node version [5802cbb]
|
|
@@ -511,8 +462,6 @@
|
|
|
511
462
|
* docs(architecture): depict common reconnect scenarios [03df347]
|
|
512
463
|
* docs(builder): add a comprehensive migration guide [c3b50f7]
|
|
513
464
|
|
|
514
|
-
|
|
515
|
-
|
|
516
465
|
## <small>6.2.5 (2024-04-29)</small>
|
|
517
466
|
|
|
518
467
|
* chore(gh-actions): upgrade sonarcloud action [84b0aaa], closes [#actions]
|
|
@@ -521,16 +470,12 @@
|
|
|
521
470
|
* feat(subscriptions): add request options [8703cc3]
|
|
522
471
|
* fix(compressor): limit memory usage [0d61395]
|
|
523
472
|
|
|
524
|
-
|
|
525
|
-
|
|
526
473
|
## <small>6.2.4 (2024-04-22)</small>
|
|
527
474
|
|
|
528
475
|
* chore(repo): bump version.ts [6ff6bff]
|
|
529
476
|
* chore(repo): update changelog [8a5e164]
|
|
530
477
|
* fix(subscription-loss): serialize loss message properly [ac5f825]
|
|
531
478
|
|
|
532
|
-
|
|
533
|
-
|
|
534
479
|
## <small>6.2.3 (2024-04-12)</small>
|
|
535
480
|
|
|
536
481
|
* chore(deps): update dependency express to v4.19.2 [security] [a13fd60]
|
|
@@ -542,8 +487,6 @@
|
|
|
542
487
|
* fix(modifiers): changed modifier for variable replaySubjectBufferSize from public to private [cae934a]
|
|
543
488
|
* feat(buffer): add variable to configure buffer size [c7d6ce2]
|
|
544
489
|
|
|
545
|
-
|
|
546
|
-
|
|
547
490
|
## <small>6.2.2 (2024-03-14)</small>
|
|
548
491
|
|
|
549
492
|
* chore(repo): bump version.ts [4ed4ba3]
|
|
@@ -551,16 +494,12 @@
|
|
|
551
494
|
* fix(release): add missing meta info to customer download [ef862ab]
|
|
552
495
|
* fix(request-module): prevent chunk-flag on subscriptions [e0fcd82]
|
|
553
496
|
|
|
554
|
-
|
|
555
|
-
|
|
556
497
|
## <small>6.2.1 (2024-03-06)</small>
|
|
557
498
|
|
|
558
499
|
* chore(repo): bump version.ts [0f35907]
|
|
559
500
|
* chore(repo): update changelog [42591a5]
|
|
560
501
|
* fix(release): use openssl because of self-signed certificates [bf43dc5]
|
|
561
502
|
|
|
562
|
-
|
|
563
|
-
|
|
564
503
|
## 6.2.0 (2024-03-06)
|
|
565
504
|
|
|
566
505
|
* chore(release): automatically update ep reference download [bb09869]
|
|
@@ -576,8 +515,6 @@
|
|
|
576
515
|
* refactor(requestModule): remove client usage [ef7eebd]
|
|
577
516
|
* refactor(subscrptionmodule): remove client usage [dad67ae]
|
|
578
517
|
|
|
579
|
-
|
|
580
|
-
|
|
581
518
|
## <small>6.1.1 (2024-02-21)</small>
|
|
582
519
|
|
|
583
520
|
* chore(deps): remove unused buffer dependency [ee40a42]
|
|
@@ -597,8 +534,6 @@
|
|
|
597
534
|
* refactor(mdg2client): correctly define connection as possibly undefined [27cdecd]
|
|
598
535
|
* refactor(node/middleware/endpoint): remove eslint-ignore tag [c35bfd5]
|
|
599
536
|
|
|
600
|
-
|
|
601
|
-
|
|
602
537
|
## 6.1.0 (2024-02-16)
|
|
603
538
|
|
|
604
539
|
* fixup! refactor(time-out-wrapper): add proper types [b8a4b8c]
|
|
@@ -632,8 +567,6 @@
|
|
|
632
567
|
* refactor(user-credential-authentication): remove any cast [e648177]
|
|
633
568
|
* refactor(user-password-authentication): remove any cast [7aaf9d2]
|
|
634
569
|
|
|
635
|
-
|
|
636
|
-
|
|
637
570
|
## 6.0.0 (2024-02-07)
|
|
638
571
|
|
|
639
572
|
* fix(build):move vite-node to dependencies [afd0be6]
|
|
@@ -653,8 +586,6 @@
|
|
|
653
586
|
* fix(vite): revert vite deps location [3087c86]
|
|
654
587
|
* feat(errors): add response error [b0ea45f]
|
|
655
588
|
|
|
656
|
-
|
|
657
|
-
|
|
658
589
|
## <small>5.8.6 (2024-02-01)</small>
|
|
659
590
|
|
|
660
591
|
* v5.8.6 [f1ee4c4]
|
|
@@ -662,8 +593,6 @@
|
|
|
662
593
|
* chore(repo): update changelog [d4f9636]
|
|
663
594
|
* feat(ConfigurationRequest): remove build type from system info [984c79e]
|
|
664
595
|
|
|
665
|
-
|
|
666
|
-
|
|
667
596
|
## <small>5.8.5 (2024-02-01)</small>
|
|
668
597
|
|
|
669
598
|
* v5.8.5 [b7b461f]
|
|
@@ -677,8 +606,6 @@
|
|
|
677
606
|
* fix(release): include version bump in commit [d063e82]
|
|
678
607
|
* fix(rename): rename sdk to frontgate-js-sdk [f67ef43]
|
|
679
608
|
|
|
680
|
-
|
|
681
|
-
|
|
682
609
|
## <small>5.8.4 (2024-01-12)</small>
|
|
683
610
|
|
|
684
611
|
* fix(env):fix env vars missing VITE_ prefix [4cc57a2]
|
|
@@ -710,8 +637,6 @@
|
|
|
710
637
|
* fix(workflow): remove extra whitespace [cd093c0]
|
|
711
638
|
* feat(release): add automated release [df026c3]
|
|
712
639
|
|
|
713
|
-
|
|
714
|
-
|
|
715
640
|
## <small>5.8.2 (2023-12-19)</small>
|
|
716
641
|
|
|
717
642
|
* chore(changelog): add 5.8.1 changelog [bc56d52]
|
|
@@ -724,8 +649,6 @@
|
|
|
724
649
|
* fix(token): fix browser node token issue [9f77718]
|
|
725
650
|
* fix(token): refactor to use typeOf to verify browser mode [cdcb063]
|
|
726
651
|
|
|
727
|
-
|
|
728
|
-
|
|
729
652
|
## <small>5.8.1 (2023-12-06)</small>
|
|
730
653
|
|
|
731
654
|
* Chore/dependencies/upgrade (#194) [0979c62], closes [#194]
|
|
@@ -788,23 +711,17 @@
|
|
|
788
711
|
* upgrade(eslint): upgrade eslint to latest version [b58bbae]
|
|
789
712
|
* test(locale-storage): move locale storage implementation to common file [0e6fbf4]
|
|
790
713
|
|
|
791
|
-
|
|
792
|
-
|
|
793
714
|
## 5.8.0 (2023-10-19)
|
|
794
715
|
|
|
795
716
|
* v5.8.0 (#190) [3cb45ac], closes [#190]
|
|
796
717
|
* feat: Add Base64Url support for token Authentication (#188) [7da1978], closes [#188]
|
|
797
718
|
|
|
798
|
-
|
|
799
|
-
|
|
800
719
|
## 5.7.0 (2023-10-05)
|
|
801
720
|
|
|
802
721
|
* v5.7.0 (#186) [59c1705], closes [#186]
|
|
803
722
|
* fix: fix session connection error (#184) [dbad7f1], closes [#184]
|
|
804
723
|
* feat(tracing): add tracing support [b189de9]
|
|
805
724
|
|
|
806
|
-
|
|
807
|
-
|
|
808
725
|
## <small>5.6.4 (2023-09-14)</small>
|
|
809
726
|
|
|
810
727
|
* v5.6.3 (#171) [224c1bd], closes [#171]
|
|
@@ -813,8 +730,6 @@
|
|
|
813
730
|
* Fix: fix undefined logger to endpointhandler from subscription Module (#167) [da440dd], closes [#167]
|
|
814
731
|
* Fix: Prevent form from submitting (#168) [832ecae], closes [#168]
|
|
815
732
|
|
|
816
|
-
|
|
817
|
-
|
|
818
733
|
## <small>5.6.2 (2023-07-10)</small>
|
|
819
734
|
|
|
820
735
|
* v5.6.2 (#169) [6eb760e], closes [#169]
|
|
@@ -822,8 +737,6 @@
|
|
|
822
737
|
* chore(deps): add renovate.json (#141) [5e8514f], closes [#141]
|
|
823
738
|
* chore(Renovate): config updated [804beca]
|
|
824
739
|
|
|
825
|
-
|
|
826
|
-
|
|
827
740
|
## <small>5.6.1 (2023-05-11)</small>
|
|
828
741
|
|
|
829
742
|
* chore(release): release version v5.6.1 (#150) [be48e07], closes [#150]
|
|
@@ -831,8 +744,6 @@
|
|
|
831
744
|
* feat(project): enable fortify on demand (#144) [de13167], closes [#144]
|
|
832
745
|
* Fix(instability): fix instability issues by differentiating timeout and other exceptions (#148) [180393b], closes [#148]
|
|
833
746
|
|
|
834
|
-
|
|
835
|
-
|
|
836
747
|
## 5.6.0 (2023-04-20)
|
|
837
748
|
|
|
838
749
|
* Release/5.6.0 (#147) [d33674a], closes [#147]
|
|
@@ -842,30 +753,22 @@
|
|
|
842
753
|
* chore(docs): replace downloads url in README.md (#140) [680ca85], closes [#140]
|
|
843
754
|
* chore(github): use latest checkout action (#132) [8b05e84], closes [#132]
|
|
844
755
|
|
|
845
|
-
|
|
846
|
-
|
|
847
756
|
## <small>5.5.5 (2023-01-10)</small>
|
|
848
757
|
|
|
849
758
|
* v5.5.5 (#139) [6d27fcc], closes [#139]
|
|
850
759
|
* fix(subscription): prevent side effects from being reexecuted on new … (#137) [e7fecc7], closes [#137]
|
|
851
760
|
|
|
852
|
-
|
|
853
|
-
|
|
854
761
|
## <small>5.5.4 (2022-12-29)</small>
|
|
855
762
|
|
|
856
763
|
* v5.5.4 (#136) [ee583a3], closes [#136]
|
|
857
764
|
* fix(logger): guard all usage of localStorage (#135) [7da7c63], closes [#135]
|
|
858
765
|
|
|
859
|
-
|
|
860
|
-
|
|
861
766
|
## <small>5.5.3 (2022-12-28)</small>
|
|
862
767
|
|
|
863
768
|
* chore(release): add 5.5.3 [dc27e97]
|
|
864
769
|
* v5.5.3 [9cedbd5]
|
|
865
770
|
* fix(logging): gracefully handle disabled localstorage [30672eb]
|
|
866
771
|
|
|
867
|
-
|
|
868
|
-
|
|
869
772
|
## <small>5.5.2 (2022-11-25)</small>
|
|
870
773
|
|
|
871
774
|
* v5.5.2 (#127) [af0dc3b], closes [#127]
|
|
@@ -874,15 +777,11 @@
|
|
|
874
777
|
* fix(ci): publishing to DE Artifactory (#124) [927a0fa], closes [#124]
|
|
875
778
|
* chore(release): update changelog [41d22e4]
|
|
876
779
|
|
|
877
|
-
|
|
878
|
-
|
|
879
780
|
## <small>5.5.1 (2022-11-25)</small>
|
|
880
781
|
|
|
881
782
|
* v5.5.1 [b26dad0]
|
|
882
783
|
* fix(observe): pre generate job id [cffa92b]
|
|
883
784
|
|
|
884
|
-
|
|
885
|
-
|
|
886
785
|
## 5.5.0 (2022-10-13)
|
|
887
786
|
|
|
888
787
|
* chore(docs): added faq section [74c86ff]
|
|
@@ -892,8 +791,6 @@
|
|
|
892
791
|
* fix(Requestmodule): typo in timeout response [4c1f41f]
|
|
893
792
|
* feat(demo): cache-control for public token requests (#116) [e1d4ba7], closes [#116]
|
|
894
793
|
|
|
895
|
-
|
|
896
|
-
|
|
897
794
|
## <small>5.4.3 (2022-08-17)</small>
|
|
898
795
|
|
|
899
796
|
* v5.4.3 [3e06e7f]
|
|
@@ -911,16 +808,12 @@
|
|
|
911
808
|
* chore(package): updated dependencies [7be4fae]
|
|
912
809
|
* feat(deploy): mdg2-client-arm [3c23edd]
|
|
913
810
|
|
|
914
|
-
|
|
915
|
-
|
|
916
811
|
## <small>5.4.1 (2022-05-10)</small>
|
|
917
812
|
|
|
918
813
|
* v5.4.1 [545a9ed]
|
|
919
814
|
* chore(release): update changelog [eb8a270]
|
|
920
815
|
* fix(client): pass correct option to property [1e048cb]
|
|
921
816
|
|
|
922
|
-
|
|
923
|
-
|
|
924
817
|
## 5.4.0 (2022-05-05)
|
|
925
818
|
|
|
926
819
|
* v5.4.0 [af66078]
|
|
@@ -928,8 +821,6 @@
|
|
|
928
821
|
* refactor(frontgate): change default hosts [139bfa1]
|
|
929
822
|
* fix(demo): multiple websocket connections [ded30ed]
|
|
930
823
|
|
|
931
|
-
|
|
932
|
-
|
|
933
824
|
## <small>5.3.6 (2022-04-07)</small>
|
|
934
825
|
|
|
935
826
|
* v5.3.6 [95a3ee0]
|
|
@@ -938,8 +829,6 @@
|
|
|
938
829
|
* feat(wsconnection): timebox ws connection to prevent stale connections [a456456]
|
|
939
830
|
* chore(admin): added CODEOWNERS [06a6b6f]
|
|
940
831
|
|
|
941
|
-
|
|
942
|
-
|
|
943
832
|
## <small>5.3.5 (2022-03-02)</small>
|
|
944
833
|
|
|
945
834
|
* v5.3.5 [aa9263c]
|
|
@@ -950,15 +839,11 @@
|
|
|
950
839
|
* fix(input): fix quality's input selection [daecafd]
|
|
951
840
|
* feat(test): reduced unit test time by 42 percent [008ac7f]
|
|
952
841
|
|
|
953
|
-
|
|
954
|
-
|
|
955
842
|
## <small>5.3.4 (2022-01-24)</small>
|
|
956
843
|
|
|
957
844
|
* v5.3.4 [2c159b6]
|
|
958
845
|
* fix(subscriptions): throw error for failed subscriptions [3c88616]
|
|
959
846
|
|
|
960
|
-
|
|
961
|
-
|
|
962
847
|
## <small>5.3.3 (2022-01-20)</small>
|
|
963
848
|
|
|
964
849
|
* v5.3.3 [86e3721]
|
|
@@ -970,15 +855,11 @@
|
|
|
970
855
|
* feat(secretgenerator): use fb-tiger package [2b2502e]
|
|
971
856
|
* feat(tiger): remove old tiger application [06c4a07]
|
|
972
857
|
|
|
973
|
-
|
|
974
|
-
|
|
975
858
|
## <small>5.3.1 (2021-11-18)</small>
|
|
976
859
|
|
|
977
860
|
* v5.3.1 [1bbf7c8]
|
|
978
861
|
* fix(authentication): improved error handling and reconnect (#89) [98a4bfb], closes [#89]
|
|
979
862
|
|
|
980
|
-
|
|
981
|
-
|
|
982
863
|
## 5.3.0 (2021-11-16)
|
|
983
864
|
|
|
984
865
|
* v5.3.0 [d08c7f1]
|
|
@@ -991,15 +872,11 @@
|
|
|
991
872
|
* feat(user-detection): update CHANGELOG.md [27004e3]
|
|
992
873
|
* feat(user-detection): use ts-loader to support build type [8bd056f]
|
|
993
874
|
|
|
994
|
-
|
|
995
|
-
|
|
996
875
|
## <small>5.1.1 (2021-10-14)</small>
|
|
997
876
|
|
|
998
877
|
* v5.1.1 [0821ea6]
|
|
999
878
|
* docs(update): corrected imports for code examples (#84) [75813b8], closes [#84]
|
|
1000
879
|
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
880
|
## 5.1.0 (2021-10-13)
|
|
1004
881
|
|
|
1005
882
|
* v5.1.0 [eb70259]
|
|
@@ -1007,8 +884,6 @@
|
|
|
1007
884
|
* fix(imports): added authentication compat import [fa6f891]
|
|
1008
885
|
* chore(docs): CHANGELOG.md refactored with version tags [02d4d74]
|
|
1009
886
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
887
|
## <small>5.0.1 (2021-09-29)</small>
|
|
1013
888
|
|
|
1014
889
|
* docs(refactoring) reworked structure and examples (#77) [1b87494], closes [#77]
|
|
@@ -1019,8 +894,6 @@
|
|
|
1019
894
|
* fix(docs): remove deprecated 'mode' option in typedoc.json [2fc4dab]
|
|
1020
895
|
* feat(connection): remove override of parameters [afdcb8f]
|
|
1021
896
|
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
897
|
## 5.0.0 (2021-09-29)
|
|
1025
898
|
|
|
1026
899
|
* v5.0.0 [14db22f]
|
|
@@ -1038,13 +911,11 @@
|
|
|
1038
911
|
* fix(exports): CookieTokenAuthenticationFactors [3b29d4f]
|
|
1039
912
|
* deprecate(option): minInterval removed in favor of server throttling [ee376a5]
|
|
1040
913
|
|
|
1041
|
-
|
|
1042
914
|
### BREAKING CHANGE
|
|
1043
915
|
|
|
1044
916
|
* UserCredentialAuthentication constructor changed: idUser removed.
|
|
1045
917
|
UserPasswordAuthentication constructor changed: idUser removed.
|
|
1046
918
|
|
|
1047
|
-
|
|
1048
919
|
## 4.2.0 (2021-07-23)
|
|
1049
920
|
|
|
1050
921
|
* v4.2.0 [29a5817]
|
|
@@ -1053,23 +924,17 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1053
924
|
* feat(http-proxy): new api method requestProxyEndpoint [a0d7861]
|
|
1054
925
|
* feat(security): remove peer authentication [ec5433c]
|
|
1055
926
|
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
927
|
## <small>4.1.1 (2021-07-09)</small>
|
|
1059
928
|
|
|
1060
929
|
* v4.1.1 [ec4899e]
|
|
1061
930
|
* fix(subscription): emit first value [73b6a2e]
|
|
1062
931
|
* fix(subscriptions): add higher order observables [257c130]
|
|
1063
932
|
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
933
|
## 4.1.0 (2021-06-25)
|
|
1067
934
|
|
|
1068
935
|
* v4.1.0 [327cfa6]
|
|
1069
936
|
* feat(subscriptions): add feature to automaticaly restart subscriptions [be831a9]
|
|
1070
937
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
938
|
## 4.0.0 (2021-06-01)
|
|
1074
939
|
|
|
1075
940
|
* fix:(subscription loss) removed void as return type [74d6195]
|
|
@@ -1096,8 +961,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1096
961
|
* feat(sessionModule): delete session module [81d2252]
|
|
1097
962
|
* feat(sessionModule): remove from demos [c23b3a5]
|
|
1098
963
|
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
964
|
## <small>3.3.2 (2021-02-03)</small>
|
|
1102
965
|
|
|
1103
966
|
* 3.3.2 [0f13494]
|
|
@@ -1105,23 +968,17 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1105
968
|
* fix(dependencies):updated dependencies to latest and approved versions [db8ee95]
|
|
1106
969
|
* fix(reconnect): Reconnect for any type of peer related disconnect. [c71a9f4]
|
|
1107
970
|
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
971
|
## <small>3.3.1 (2021-02-01)</small>
|
|
1111
972
|
|
|
1112
973
|
* 3.3.1 [55953e1]
|
|
1113
974
|
* fix(reconnect): Authentication sequence for auto reconnect. [25edd9d]
|
|
1114
975
|
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
976
|
## 3.3.0 (2021-01-29)
|
|
1118
977
|
|
|
1119
978
|
* 3.3.0 [88802e2]
|
|
1120
979
|
* feat(reconnect): add reconnection mechanism [868cd4f]
|
|
1121
980
|
* fix(demo): increase timeout on endpoint request [99f947c]
|
|
1122
981
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
982
|
## <small>3.2.2 (2021-01-18)</small>
|
|
1126
983
|
|
|
1127
984
|
* 3.2.2 [d20a2ed]
|
|
@@ -1136,8 +993,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1136
993
|
* chore(dependencies): removed unused axios package (#41) [088fe0b], closes [#41]
|
|
1137
994
|
* chore(license): update license in package.json (FAS-470) (#36) [5182f12], closes [#36]
|
|
1138
995
|
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
996
|
## <small>3.2.1 (2020-12-16)</small>
|
|
1142
997
|
|
|
1143
998
|
* v3.2.0 [e721cba]
|
|
@@ -1146,15 +1001,11 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1146
1001
|
* refactor(messages): Message versions to number. [ed81471]
|
|
1147
1002
|
* fix(SonarQube): fix several code smells and add tests (#32) [0d7ec4f], closes [#32]
|
|
1148
1003
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
1004
|
## 3.1.0 (2020-12-03)
|
|
1152
1005
|
|
|
1153
1006
|
* v3.1.0 [5361d31]
|
|
1154
1007
|
* feat(auth): app and user id for endpoint requests [76b842b]
|
|
1155
1008
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
1009
|
## 3.0.0 (2020-11-25)
|
|
1159
1010
|
|
|
1160
1011
|
* v3.0.0 [5405e41]
|
|
@@ -1162,15 +1013,11 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1162
1013
|
* feat(core): single session handling (#27) [a8338eb], closes [#27]
|
|
1163
1014
|
* feat(proxy): added websocket options for ws library (#29) [b586231], closes [#29]
|
|
1164
1015
|
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
1016
|
## <small>2.3.1 (2020-10-28)</small>
|
|
1168
1017
|
|
|
1169
1018
|
* v2.3.1 [74ead32]
|
|
1170
1019
|
* Fix: PeerAuthentication import [51bbe98]
|
|
1171
1020
|
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
1021
|
## 2.3.0 (2020-10-07)
|
|
1175
1022
|
|
|
1176
1023
|
* (feat) allow to perform raw requests (#26) [53b885a], closes [#26]
|
|
@@ -1180,31 +1027,23 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1180
1027
|
* fix(websocket-connection): prevent connection conflicts [1701f9f]
|
|
1181
1028
|
* Update: Replaced deprecated config with websocket protocol [8edd89c]
|
|
1182
1029
|
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
1030
|
## 2.2.0 (2020-06-15)
|
|
1186
1031
|
|
|
1187
1032
|
* 2.2.0 [e6a0a1b]
|
|
1188
1033
|
* Update: Reintegrated UMD package into build (FAS-420) [e52b002]
|
|
1189
1034
|
* Update: Reject Response handling. [5453523]
|
|
1190
1035
|
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
1036
|
## <small>2.1.1 (2020-05-15)</small>
|
|
1194
1037
|
|
|
1195
1038
|
* 2.1.1 [85ce560]
|
|
1196
1039
|
* Fix: added missing export (#20) [5156169], closes [#20]
|
|
1197
1040
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
1041
|
## 2.1.0 (2020-05-12)
|
|
1201
1042
|
|
|
1202
1043
|
* 2.1.0 [60f9f3c]
|
|
1203
1044
|
* Update: Unit tests and docs. Verified functionality in demo app. [8292ab9]
|
|
1204
1045
|
* New: Added support for obtaining authentication tokens. [7ac181b]
|
|
1205
1046
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
1047
|
## 2.0.0 (2020-04-28)
|
|
1209
1048
|
|
|
1210
1049
|
* 2.0.0 [1a211ae]
|
|
@@ -1213,14 +1052,10 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1213
1052
|
* Update: Removed FrontgateHTTPConnection and Improved Demo (FAS-386) [b882c51]
|
|
1214
1053
|
* Fix: Promise.js file should end with a newline (FAS-394) [834295e]
|
|
1215
1054
|
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
1055
|
## <small>1.3.1 (2019-10-15)</small>
|
|
1219
1056
|
|
|
1220
1057
|
* Release of version: v1.3.1 [b9a8464]
|
|
1221
1058
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
1059
|
## 1.3.0 (2019-10-15)
|
|
1225
1060
|
|
|
1226
1061
|
* Release of version: v1.3.0 [92c03ec]
|
|
@@ -1228,35 +1063,25 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1228
1063
|
* Update: Do not expose PeerAuthentication and fix TODOs [76c5e3d]
|
|
1229
1064
|
* Update: security test related changes [38edc3a]
|
|
1230
1065
|
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
1066
|
## <small>1.2.5 (2019-10-10)</small>
|
|
1234
1067
|
|
|
1235
1068
|
* Docs: package version 1.2.5 [64dcc12]
|
|
1236
1069
|
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
1070
|
## <small>1.2.4 (2019-10-10)</small>
|
|
1240
1071
|
|
|
1241
1072
|
* Update: new package version [fff679a]
|
|
1242
1073
|
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
1074
|
## <small>1.2.3 (2019-10-09)</small>
|
|
1246
1075
|
|
|
1247
1076
|
* New: setConnectionFromFetchConfiguration [5f9c527]
|
|
1248
1077
|
* New: tag v1.2.3 [04b5b18]
|
|
1249
1078
|
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
1079
|
## <small>1.2.2 (2019-09-13)</small>
|
|
1253
1080
|
|
|
1254
1081
|
* Release of version: v1.2.2 [68412c3]
|
|
1255
1082
|
* Docs: README.md [44e3b1b]
|
|
1256
1083
|
* Fix: bug of filter out zero value response [2b1164e]
|
|
1257
1084
|
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
1085
|
## <small>1.2.1 (2019-09-11)</small>
|
|
1261
1086
|
|
|
1262
1087
|
* Release of version: v1.2.1 [9821a25]
|
|
@@ -1283,50 +1108,36 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1283
1108
|
* Update: updated documentation [d9df13a]
|
|
1284
1109
|
* Update: upgraded typedoc dependency and configuration [858f62d]
|
|
1285
1110
|
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
1111
|
## <small>1.2.1-beta.3 (2019-07-19)</small>
|
|
1289
1112
|
|
|
1290
1113
|
* Cookie auth [7bc6c1a]
|
|
1291
1114
|
* Release of version: v1.2.1-beta.3 [abae506]
|
|
1292
1115
|
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
1116
|
## <small>1.2.1-beta.2 (2019-07-18)</small>
|
|
1296
1117
|
|
|
1297
1118
|
* Release of version: v1.2.1-beta.2 [5034712]
|
|
1298
1119
|
* Fix: resolved linting issue [93f94f7]
|
|
1299
1120
|
* Update: do not export the FrontgateHTTPConnection unless it is not fully supported [3703372]
|
|
1300
1121
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
1122
|
## <small>1.2.1-beta.1 (2019-06-25)</small>
|
|
1304
1123
|
|
|
1305
1124
|
* Release of version: v1.2.1-beta.1 [dea855f]
|
|
1306
1125
|
* New: HighLevelResult type for requestEndpoint [0131e74]
|
|
1307
1126
|
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
1127
|
## <small>1.2.1-beta.0 (2019-06-18)</small>
|
|
1311
1128
|
|
|
1312
1129
|
* Release of version: v1.2.1-beta.0 [3df3e3f]
|
|
1313
1130
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
1131
|
## 1.2.0-beta.0 (2019-06-18)
|
|
1317
1132
|
|
|
1318
1133
|
* Release of version: v1.2.0-beta.0 [2c2052c]
|
|
1319
1134
|
* Update: npm dependency core-js [28d542b]
|
|
1320
1135
|
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
1136
|
## 1.1.0-beta.0 (2019-06-17)
|
|
1324
1137
|
|
|
1325
1138
|
* Release of version: v1.1.0-beta.0 [ef826ac]
|
|
1326
1139
|
* New: split authentication token (cookie and header / subprotocol) for better security [736bbd8]
|
|
1327
1140
|
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
1141
|
## 1.0.0-beta.3 (2019-05-22)
|
|
1331
1142
|
|
|
1332
1143
|
* Release of version: v1.0.0-beta.3 [d2534ab]
|
|
@@ -1337,30 +1148,22 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1337
1148
|
* New: Move AttributeService to Mdg2Client [924d7b8]
|
|
1338
1149
|
* Fix: fixed issue when sending umlaute via a HighLevelRequest post body. [9efae50]
|
|
1339
1150
|
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
1151
|
## 1.0.0-beta.2 (2019-03-22)
|
|
1343
1152
|
|
|
1344
1153
|
* Release of version: v1.0.0-beta.2 [d4cc5a8]
|
|
1345
1154
|
* Update: FAS-307 Adds path_prefix option and set default to connections [738319c]
|
|
1346
1155
|
* Update: FAS-307 fix unit tests and comment [bbdc05a]
|
|
1347
1156
|
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
1157
|
## 1.0.0-beta.1 (2019-03-13)
|
|
1351
1158
|
|
|
1352
1159
|
* Release of version: v1.0.0-beta.1 [790387c]
|
|
1353
1160
|
* Update: update the logger (default loglevel changed from DEBUG to WARN) and fix a minor issue when l [3c7e383]
|
|
1354
1161
|
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
1162
|
## 1.0.0-beta.0 (2019-02-28)
|
|
1358
1163
|
|
|
1359
1164
|
* Dev [6f2f051]
|
|
1360
1165
|
* Release of version: v1.0.0-beta.0 [0e99de1]
|
|
1361
1166
|
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
1167
|
## <small>0.9.4 (2018-10-16)</small>
|
|
1365
1168
|
|
|
1366
1169
|
* Release of version: v0.9.4 [9ce1a48]
|
|
@@ -1375,22 +1178,16 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1375
1178
|
* Fix: fixed linting errors for magic numbers [fc80546]
|
|
1376
1179
|
* Fix: fixed request versions [cdd6cc3]
|
|
1377
1180
|
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
1181
|
## <small>0.9.3 (2018-09-13)</small>
|
|
1381
1182
|
|
|
1382
1183
|
* Release of version: v0.9.3 [7ee2bd5]
|
|
1383
1184
|
* Fix: fixed reference to resolve entrypoint [61370cd]
|
|
1384
1185
|
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
1186
|
## <small>0.9.2 (2018-09-12)</small>
|
|
1388
1187
|
|
|
1389
1188
|
* Release of version: v0.9.2 [d809527]
|
|
1390
1189
|
* Update: updated logger dependency [b059b6f]
|
|
1391
1190
|
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
1191
|
## <small>0.9.1 (2018-09-12)</small>
|
|
1395
1192
|
|
|
1396
1193
|
* Release of version: v0.9.1 [c3b2d13]
|
|
@@ -1399,8 +1196,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1399
1196
|
* Update: Authentications now will handle string inputs for idApp/idUser correctly (refs: FAS-208). [1662879]
|
|
1400
1197
|
* Update: updated logger and moved demo app into separate folder [be51fd2]
|
|
1401
1198
|
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
1199
|
## 0.9.0 (2018-05-23)
|
|
1405
1200
|
|
|
1406
1201
|
* Release of version: v0.9.0 [db394af]
|
|
@@ -1408,8 +1203,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1408
1203
|
* Update: removed loglevel dependency and introduced @platform.shared.libs.typescript/logger [f9133b8]
|
|
1409
1204
|
* Update: updated logger to 0.2.2 and changed implementation accordingly. [3c517e4]
|
|
1410
1205
|
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
1206
|
## 0.8.0 (2018-05-22)
|
|
1414
1207
|
|
|
1415
1208
|
* Release of version: v0.8.0 [ef9b5a2]
|
|
@@ -1418,8 +1211,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1418
1211
|
* Update: updated @platform.mdg-api-framework/mdg2.ptl.foundation so that uglification works out of th [17876a3]
|
|
1419
1212
|
* Update: updated other dependencies [6a6747b]
|
|
1420
1213
|
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
1214
|
## 0.7.0 (2018-05-18)
|
|
1424
1215
|
|
|
1425
1216
|
* Release of version: v0.7.0 [2e0633f]
|
|
@@ -1430,8 +1221,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1430
1221
|
* Docs: updated readme [1dc4d45]
|
|
1431
1222
|
* Fix: fixed unit test execution for ci [94261fb]
|
|
1432
1223
|
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
1224
|
## 0.6.0 (2018-05-09)
|
|
1436
1225
|
|
|
1437
1226
|
* Enhancements [c059fd0]
|
|
@@ -1454,8 +1243,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1454
1243
|
* Update: updated dependencies [28cbe91]
|
|
1455
1244
|
* Fix: fixed high level update result [2a51f1d]
|
|
1456
1245
|
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
1246
|
## 0.5.0 (2018-03-01)
|
|
1460
1247
|
|
|
1461
1248
|
* Release of version: v0.5.0 [8505962]
|
|
@@ -1467,8 +1254,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1467
1254
|
* Update: renamed MemoryCache to RuntimeCache; let StorageCache extend from RuntimeCache; add option t [5ee061f]
|
|
1468
1255
|
* Update: replaced mocha test setup with karma setup; updated unit and functional tests [68403c1]
|
|
1469
1256
|
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
1257
|
## 0.4.0 (2018-02-08)
|
|
1473
1258
|
|
|
1474
1259
|
* Release of version: v0.4.0 [91f4b29]
|
|
@@ -1490,15 +1275,11 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1490
1275
|
* New: added karma setup to run tests after update [8498496]
|
|
1491
1276
|
* Docs: fixed documentation failure. [b7b3297]
|
|
1492
1277
|
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
1278
|
## <small>0.3.1 (2018-01-29)</small>
|
|
1496
1279
|
|
|
1497
1280
|
* Release of version: v0.3.1 [2d28729]
|
|
1498
1281
|
* Update: cleaned up imports and moved rxjs operators to pushClient [b26cc98]
|
|
1499
1282
|
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
1283
|
## 0.3.0 (2018-01-25)
|
|
1503
1284
|
|
|
1504
1285
|
* Release of version: v0.3.0 [294dc3d]
|
|
@@ -1506,8 +1287,6 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1506
1287
|
* Docs: added documentation for how to use the library within a webpack project that makes use of ugli [8d3ffd6]
|
|
1507
1288
|
* Docs: fixed code example to align with interface IField [034d020]
|
|
1508
1289
|
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
1290
|
## 0.2.0 (2018-01-09)
|
|
1512
1291
|
|
|
1513
1292
|
* Initial Commit [470808e]
|
|
@@ -1520,6 +1299,3 @@ UserPasswordAuthentication constructor changed: idUser removed.
|
|
|
1520
1299
|
* Docs: update Readme [0a3ead8]
|
|
1521
1300
|
* Fix: added babel-loader for Datamodel files, in order to uglify them [a46f007]
|
|
1522
1301
|
* Fix: creection of the repository reference [57b9823]
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|