Skip to content

Releases: kuzzleio/sdk-javascript

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

3.1.1

27 Jan 13:59
Compare
Choose a tag to compare
  • [hot fix] wrong name webpack output file

3.1.0

25 Jan 09:08
Compare
Choose a tag to compare
  • Fix scroll action and next on searchResult #172
  • Breaking change: Align notification responses format #147
  • Fix security action name for fetching user/profile/role #173