Skip to content

Releases: kuzzleio/sdk-javascript

7.6.1

08 Apr 13:48
1bf128c
Compare
Choose a tag to compare

7.6.1 (2021-04-08)

Bug fixes


7.6.0

07 Apr 05:26
817fe2d
Compare
Choose a tag to compare

7.6.0 (2021-04-06)

Bug fixes

  • [ #622 ] Pick first route when multiple non-GET routes of the same size are available (scottinet)

New features

  • [ #621 ] Secure WebSocket connection with cookie authentication (Shiranuit)
  • [ #613 ] Implement index:stats (Leodau)
  • [ #612 ] Implement security:getUserStrategies (Leodau)

Enhancements


7.5.4

17 Feb 06:40
eec36a6
Compare
Choose a tag to compare

7.5.4 (2021-02-17)

Bug fixes

  • [ #602 ] Fix re-subscription on re-connection (Aschen)

Enhancements

  • [ #586 ] Add keep-alive mechanism to detect connection lost with realtime protocols (Yoann-Abbes)

7.5.3

29 Jan 09:36
2ed1839
Compare
Choose a tag to compare

7.5.3 (2021-01-29)

Enhancements

  • [ #596 ] Error stacktrace overhaul (Aschen)
  • [ #595 ] Allows to not send realtime notification on document controller (Aschen)

7.5.2

22 Jan 13:45
03eae5c
Compare
Choose a tag to compare

7.5.2 (2021-01-22)

New features

7.5.1

22 Jan 13:44
03eae5c
Compare
Choose a tag to compare

7.5.1 (2021-01-21)

Bug fixes

7.5.0

17 Jan 06:49
ab9ff14
Compare
Choose a tag to compare

7.5.0 (2021-01-17)

New features


7.4.9

04 Jan 15:38
Compare
Choose a tag to compare

7.4.9 (2021-01-04)

Fix wrong import in bulkController.ts

7.4.8

04 Jan 14:59
ecbe1d7
Compare
Choose a tag to compare

7.4.8 (2021-01-04)

Bug fixes

  • [ #573 ] Fix types for Document and CollectionMappings (Aschen)

Enhancements

  • [ #575 ] Support "lang" parameter for Koncorde filters (Yoann-Abbes)
  • [ #579 ] Add event type to document notification (Aschen)
  • [ #578 ] Convert bulk controller to TS (Aschen)
  • [ #574 ] Adds a specific error when the request is too big to use the GET verb (Aschen)

7.4.7

08 Dec 07:48
Compare
Choose a tag to compare

7.4.7 (2020-12-08)

Enhancement

  • [ #567 ] Fix document notification result type (Aschen)