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

Release 3.0.0 #139

Merged
merged 84 commits into from
Jun 22, 2017
Merged

Release 3.0.0 #139

merged 84 commits into from
Jun 22, 2017

Conversation

scottinet
Copy link
Contributor

@scottinet scottinet commented Jun 22, 2017

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)

scottinet and others added 30 commits February 15, 2017 11:56
remove link to unexisting javadoc in the readme file
Collection.createDocument: rename the updateIfExist option
Align SearchResult with other SDKs and implement the scroll action
deleteDocument now wrap filters into a query object
Add support for the new retryOnConflict option
@scottinet scottinet self-assigned this Jun 22, 2017
@codecov-io
Copy link

codecov-io commented Jun 22, 2017

Codecov Report

Merging #139 into master will decrease coverage by 1.31%.
The diff coverage is 90.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   92.59%   91.27%   -1.32%     
==========================================
  Files          39       33       -6     
  Lines        3104     4697    +1593     
  Branches      238      435     +197     
==========================================
+ Hits         2874     4287    +1413     
- Misses        174      287     +113     
- Partials       56      123      +67
Impacted Files Coverage Δ
...rc/main/java/io/kuzzle/sdk/core/MemoryStorage.java 90.6% <ø> (-6.6%) ⬇️
src/main/java/io/kuzzle/sdk/util/Event.java 100% <ø> (ø) ⬆️
src/main/java/io/kuzzle/sdk/util/EventList.java 100% <100%> (ø) ⬆️
src/main/java/io/kuzzle/sdk/core/RoomOptions.java 71.42% <100%> (ø) ⬆️
src/main/java/io/kuzzle/sdk/enums/Event.java 100% <100%> (ø) ⬆️
src/main/java/io/kuzzle/sdk/security/Profile.java 93.1% <100%> (+3.1%) ⬆️
.../io/kuzzle/sdk/responses/NotificationResponse.java 23.4% <25%> (+2.99%) ⬆️
...ain/java/io/kuzzle/sdk/responses/SearchResult.java 55.55% <55.55%> (ø)
src/main/java/io/kuzzle/sdk/util/Scroll.java 80% <80%> (ø)
.../io/kuzzle/sdk/responses/SecurityDocumentList.java 90% <80%> (-10%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update baa7621...a00bc23. Read the comment docs.

@scottinet scottinet merged commit 40565c6 into master Jun 22, 2017
@scottinet scottinet deleted the 3.0.0-proposal branch June 22, 2017 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants