Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@scottinet scottinet released this 26 Jun 10:03
· 85 commits to master since this release

3.0.0 (2017-06-22)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Breaking changes

  • [ #138 ] Rename jwtTokenExpired to tokenExpired (scottinet)
  • [ #133 ] Replace JSONArray with native Arrays for arguments and returned values (scottinet)
  • [ #134 ] Remove fetchAllDocuments route (benoitvidis)
  • [ #132 ] Rename getProfiles to getProfileIds and add a proper getProfiles method (scottinet)
  • [ #125 ] Split User.save into User.create and User.replace (dbengsch)
  • [ #123 ] Refactor Kuzzle addListener signature (ballinette)
  • [ #121 ] Rename metadata into volatile (AnthonySendra)
  • [ #116 ] Align SearchResult with other SDKs and implement the scroll action (dbengsch)
  • [ #113 ] Collection.createDocument: rename the updateIfExist option (scottinet)

Bug fixes

  • [ #140 ] Fix subscribe crash on user notifications (samniisan)
  • [ #118 ] DeleteDocument now wrap filters into a query object (jenow)

New features

Enhancements

Others

  • [ #114 ] Remove link to unexisting javadoc in the readme file (scottinet)