Skip to content

Releases: kuzzleio/sdk-javascript

6.2.2

11 Sep 14:50
4282a85
Compare
Choose a tag to compare

6.2.2 (2019-09-11)

Bug fixes

Enhancements

  • [ #439 ] Add timeout support to Http protocol (Aschen)

6.2.1

12 Aug 09:16
Compare
Choose a tag to compare

6.2.1 (2019-08-09)

Bug fixes

  • [ #441 ]Fix base64 decoding for the JWT in React Native (Aschen)

6.2.0

31 Jul 14:18
0b4c123
Compare
Choose a tag to compare

6.2.0 (2019-07-31)

Bug fixes

  • [ #428 ] Properly handle boolean flags in HTTP querystrings (scottinet)
  • [ #427 ] Solve promise+event+memory leaks when the network fails (scottinet)
  • [ #424 ] Prevent pending request leak when disconnect the SDK (Aschen)
  • [ #422 ] Fix bug when decoding JWT in browser (Aschen)
  • [ #420 ] Fix http protocol unresolved promise on connection error (Aschen)

New features

  • [ #419 ] Add bulk:write and bulk:mWrite (Aschen)

Enhancements


6.1.4

01 Jul 15:29
83d4a2f
Compare
Choose a tag to compare

6.1.4 (2019-07-01)

Enhancements

  • [ #408 ] Make createUser id parameter optional (jenow)

6.1.3

14 Jun 12:50
Compare
Choose a tag to compare

6.1.3 (2019-06-14)

Bug fixes

  • [ #403 ] Fix incompatibility with ES6 interpreters (Aschen)

6.1.2

14 Jun 08:57
5b9a181
Compare
Choose a tag to compare

6.1.2 (2019-06-14)

Bug fixes

  • [ #398 ] Fix bulk return (Aschen)
  • [ #394 ] Add default values for from/size to document:search (Aschen)
  • [ #384 ] Fix search API: "sort" and "search_after" must be in the requests body (scottinet)

Enhancements

Others


6.1.1

29 Apr 12:11
Compare
Choose a tag to compare

6.1.1 (2019-04-29)

Bug fixes

  • [ #384 ] [fix] search API: "sort" and "search_after" must be in the requests body (scottinet)

Enhancements

  • [ #388 ] Use BaseController class for controllers (Aschen)
  • [ #385 ] Add Realtime.createRestrictedUser method (Aschen)

Others

  • [ #387 ] SearchResult.next returns a new instance (Aschen)

6.1.0

27 Mar 12:58
a61a23d
Compare
Choose a tag to compare

6.1.0 (2019-03-26)

New features

  • [ #381 ] Add support for the new auth:refreshToken API route (scottinet)

Others


6.0.0

22 Feb 10:13
888bf6a
Compare
Choose a tag to compare

6.0.0 (2019-02-21)

Breaking changes

Bug fixes

  • [ #373 ] WebSocket: fix error object on connection error (scottinet)
  • [ #369 ] Addlistener after connect (Aschen)
  • [ #374 ] Properly handle tokenExpired events (scottinet)
  • [ #372 ] Don't send jwt when doing the login action (jenow)
  • [ #359 ] Fixed call to checkToken after reconnection (xbill82)
  • [ #349 ] [build] Update webpack build config to fix raw web usage (Njuelle)
  • [ #345 ] Fix 343 unhandled rejection on connect (Aschen)
  • [ #359 ] Fixed call to checkToken after reconnection (xbill82)
  • [ #355 ] React native compatibility (scottinet)
  • [ #349 ] [build] Update webpack build config to fix raw web usage (Njuelle)
  • [ #345 ] Fix 343 unhandled rejection on connect (Aschen)
  • [ #338 ] Fix undefined "volatile.sdkInstanceId" in sent queries (scottinet)
  • [ #337 ] 'ms:sort' needs its options in the request's body (scottinet)
  • [ #327 ] Fix searchResult next (benoitvidis)
  • [ #333 ] Kzl 791 fix exception when publish msg with rest api (etrousset)
  • [ #332 ] Realtime: fix bug (etrousset)
  • [ #330 ] Fix null id in arguments (Aschen)
  • [ #320 ] Fix return value for index#list and index#mDelete (Aschen)
  • [ #315 ] Fix jwt in query (jenow)
  • [ #315 ] Fix jwt in query (jenow)
  • [ #312 ] Rename deleteSpecification to deleteSpecifications (Aschen)
  • [ #286 ] Volatile data can also be null (scottinet)
  • [ #269 ] V6: Option "subscribeToSelf" using volatile data (scottinet)
  • [ #263 ] Return result in case of partial errors for mupdate/mcreate/mdelete methods (ballinette)

New features

  • [ #353 ] Add method to use custom controllers in the SDK (Aschen)
  • [ #353 ] Add method to use custom controllers in the SDK (Aschen)
  • [ #271 ] HTTP Protocol suport (ballinette)

Enhancements

Others

Read more

6.0.0-beta-6

17 Jan 16:09
1615698
Compare
Choose a tag to compare

6.0.0-beta-6 (2019-01-17)

Bug fixes