Releases: kuzzleio/sdk-javascript
Releases · kuzzleio/sdk-javascript
7.8.0
7.8.0 (2021-12-20)
New features
Enhancements
- [ #668 ] Propagates every arguments to Kuzzle (Aschen)
7.7.6
7.7.6 (2021-09-21)
Enhancements
Bug fixes
- [ #664 ] Fix reconnectionError not emittend when authenticator is missing (Shiranuit)
7.7.5
7.7.5 (2021-09-06)
Bug fixes
Enhancements
- [ #661 ] Allows to define custom headers for HTTP protocol (Aschen)
7.7.4
7.7.4 (2021-08-10)
Bug fixes
- [ #658 ] Resubscription not working in the browser because of a bad transpilation (Shiranuit)
Enhancements
- [ #657 ] Automatic resubscription when logged in using jwt property (Shiranuit)
7.7.3
7.7.3 (2021-08-06)
Enhancements
Bug fixes
- [ #653 ] Fix SDK emitting reconnect event twice caused by closing Websocket (Shiranuit)
- [ #653 ] Fix SDK emitting disconnect event at each reconnection attempt that failed (Shiranuit)
7.7.2
7.7.2 (2021-07-21)
Bug fixes
- [ #651 ] Hotfix heartbeat race condition (Shiranuit)
- [ #648 ] Fix the Jwt.expired getter wrong comparison of micro timestamp and timestamp (robingrandval)
- [ #646 ] Fix usage of SearchResult.next with HTTP (Aschen)
- [ #644 ] Correctly reject aborted queued requests (scottinet)
Enhancements
- [ #650 ] Add authenticator function used at reconnection (Aschen)
7.7.1
7.7.1 (2021-05-31)
Enhancements
7.7.0
7.7.0 (2021-05-27)
New features
- [ #639 ] Add an origin parameter to the kuzzle disconnected event (Shiranuit)
- [ #636 ] Add support for the document:deleteFields API action (Shiranuit)
- [ #632 ] Add a timeout option for every request (Shiranuit)
7.6.3
7.6.3 (2021-05-21)
Bug fixes
- [ #635 ] Fix cookie authentication support for WebSocket (Shiranuit)
7.6.2
7.6.2 (2021-04-13)
Bug fixes
- [ #630 ] Ensure returning the user body in the content property when serialized (Aschen)