Skip to content

Releases: kuzzleio/sdk-javascript

5.0.7

29 Aug 09:35
Compare
Choose a tag to compare

5.0.7 (2017-08-28)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Others

  • [ #242 ] Rename index parameter into idx in memory storage (ballinette)

5.0.6

19 Jul 14:55
Compare
Choose a tag to compare

5.0.6 (2017-07-19)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Bug fixes

  • [ #238 ] Login: move "expiresIn" option from request.body to request root attribute (ballinette)

Enhancements

  • [ #233 ] Allow paginated search using ES's search_after in SearchResult:fetchNext (samniisan)
  • [ #236 ] Add meta to Security documents (User, Profile, Role) (samniisan)
  • [ #229 ] Allow creating a user without specifying the id (xbill82)
  • [ #232 ] Add SDK version into volatile (samniisan)

Others


5.0.5

30 Jun 13:29
Compare
Choose a tag to compare

5.0.5 (2017-06-30)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Enhancements


5.0.4

20 Jun 08:44
Compare
Choose a tag to compare

5.0.4 (2017-06-20)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Breaking changes

  • [ #234 ] Update to new notifications format & event rename (scottinet)
  • [ #230 ] Fix createProfile and updateProfile method signatures (scottinet)
  • [ #228 ] Remove fetchAllDocuments method (benoitvidis)
  • [ #227 ] Update MemoryStorage.*scan return value format (scottinet)
  • [ #225 ] Rename getProfiles to getProfileIds and add a proper getProfiles method (scottinet)
  • [ #218 ] Login reshape (xbill82)
  • [ #215 ] Restructure User to be able to store both content and credentials (dbengsch)
  • [ #210 ] Harmonize event emitters implementation (ballinette)

Bug fixes

New features

Enhancements


4.0.1

23 May 15:27
Compare
Choose a tag to compare

4.0.1 (2017-05-9)

Compatibility

Kuzzle Proxy
1.0.0-RC10 1.0.0-RC10

Enhancements


4.0.0

11 Apr 13:38
Compare
Choose a tag to compare

4.0.0 (2017-04-10)

Compatibility

Kuzzle Proxy
1.0.0-RC10 1.0.0-RC10

Breaking changes

Bug fixes

  • [ #194 ] Stop calling onClientError when disconnect is called (jenow)
  • [ #193 ] Wrap filter in query for deleteDocument (jenow)

Enhancements

Others

  • [ #195 ] Moved bufferutil and utf-8-validate to peerDependencies (jenow)
  • [ #190 ] Align SearchResult and scroll with other SDKs (dbengsch)
  • [ #182 ] Collection.createDocument: rename the updateIfExist option (scottinet)
  • [ #188 ] Make all options given to kuzzle constructor writable (benoitvidis)
  • [ #177 ] Remove previous and next cache in SearchResult (dbengsch)
  • [ #177 ] Remove previous and next cache in SearchResult (dbengsch)
  • [ #184 ] Browsers compatibility fix (scottinet)

3.4.2

09 Mar 13:40
Compare
Choose a tag to compare

[#192] Collection.scroll: the scroll parameter is now optional (kuzzleio/kuzzle#709)

3.4.1

09 Mar 13:39
Compare
Choose a tag to compare

[#189] All Kuzzle constructor options are now writable

3.4.0

21 Feb 15:23
Compare
Choose a tag to compare
  • Dep update
  • Uses node 6.x
  • Added discarded event

3.2.0

09 Feb 18:08
Compare
Choose a tag to compare
  • Use 7512 port by default for both websocket and socketio #180
  • Fix #178 Notification message for publish action #179
  • Fix the next method in searchResult #175