@factset/frontgate-js-sdk 7.0.11 → 7.1.1

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