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

Releases: kuzzleio/sdk-android

3.0.10

03 Mar 13:07
d22c60f
Compare
Choose a tag to compare

3.0.10 (2020-03-03)

Bug fixes


3.0.9

05 Mar 13:09
79f2512
Compare
Choose a tag to compare

3.0.9 (2019-03-05)

New feature

Other

  • [ #71 ] Use websocket instead of socketIO (jenow)

3.0.5

19 Feb 12:22
abe5ebc
Compare
Choose a tag to compare

3.0.5 (2019-02-19)

Bug fix


3.0.4

27 Jul 13:52
1f56a8f
Compare
Choose a tag to compare

3.0.4 (2018-07-27)

Enhancements

  • [ #159 ] Collection.create can be used with a mapping (scottinet)

3.0.2

29 Aug 09:18
Compare
Choose a tag to compare

3.0.2 (2017-08-28)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Bug fixes

  • [ #149 ] Fixed return type for MemoryStorage:Renamenx (samniisan)

3.0.1

19 Jul 14:42
Compare
Choose a tag to compare

3.0.1 (2017-07-19)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Bug fixes

  • [ #147 ] Fixed various subscribe issues (samniisan)
  • [ #146 ] Login: move "expiresIn" option from request.body to request root attribute (ballinette)
  • [ #145 ] Fixed expected response type for Document:exists (samniisan)

Enhancements

  • [ #137 ] Allow paginated search using ES's search_after in SearchResult:fetchNext (samniisan)
  • [ #144 ] Add meta to Security documents (User, Profile, Role) (samniisan)

3.0.0

26 Jun 10:03
Compare
Choose a tag to compare

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)

2.2.0

10 Feb 13:14
Compare
Choose a tag to compare

Breaking changes

  • Renamed Class and method name for factory: #104

Bug fixes

  • offline mode does not reject anymore: #106

2.1.0

20 Dec 16:31
Compare
Choose a tag to compare
  • Add from and size options in listCollections #93
  • Add aggregations support on advancedSearch #94
  • Add refresh in KuzzleOptions object #96
  • Rename advancedSearch into search #97
  • Don't call logout on disconnect #98
  • Add createRestrictedUser in KuzzleSecurity; Add saveRestricted in KuzzleUser #99
  • Moved the JWT token where Kuzzle RC8 expects it #100
  • Align with Request model and Controller refactors #103

2.0.0

05 Oct 15:42
Compare
Choose a tag to compare

Breaking changes

  • KuzzleDataCollection collection signature is now the same as
    Kuzzle.dataCollectionFactory #81
  • chaining is removed from functions which require callbacks #77
  • subscribe methods now returns an object containing an onDone function
    which can be passed a callback to receive the subscription result #82

Fixes

  • javadoc error #80

Enhancements

  • improve coverage #79
  • allow changing host #83
  • add unsetJwtToken method #84