- Bug fix: Implement periodic pings for the websocket protocol in browser environments.
- Bug fix: Use proper HTTP method with query in the HTTP protocol connection
- Bug fix: Fix a bug where the reconnect event would be emited before actually being reconnected
- Sound null safety compat
- Fix realtime
- fix autoreconnect (2) by using different flag internally to know if we should reconnect
-
Fix autoreconnect
-
Print deprecation warning from Kuzzle
- Decode http response with utf8
- WebSocket browser support
- Add HTTP Browser support
- Add custom properties to a KuzzleRequest
- Add an option to accept bad SSL certificate
- Bugfix: Handle HTTP Errors
- Bugfix: Export HttpProtocol class
- Add HTTP Protocol
- Add [auth|security] checkRights
- Add document:upsert
- Support lang parameter for Koncorde filters
- Add timeout to jobs
- Fix KuzzleError instanciation (Yoann-Abbes)
- Add security:searchApiKeys (Yoann-Abbes)
- Able to use "SearchResult.next()" for securities (Yoann-Abbes)
- Fix a concurrent modification error during reconnection (#44) (Yoann-Abbes)
- Add support for the security:create and security:deleteApiKey API actions (Yoann-Abbes)
- Add security:refresh and security:mGetUsers (Yoann-Abbes)
- Fix README.md
- Deleted examples
Breaking Changes
- Upgraded to Kuzzle v2
- TODO: Describe initial release.