-
Notifications
You must be signed in to change notification settings - Fork 17
Release 5.0.0 #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.0.0 #220
Conversation
…internal components (Kuzzle as well as websocket network wrapper for now)
+ implement the same methods in browser mode
Adds a new replaceUser method to Security
Harmonize event emitters implementation
createIndex should only return response.result
Restructure User to be able to store both content and credentials
Add Collection:documentExists & Document:exists methods
Login reshape
Add scrollProfile & scrollUsers support
Codecov Report
@@ Coverage Diff @@
## master #220 +/- ##
==========================================
- Coverage 99.42% 98.04% -1.38%
==========================================
Files 16 17 +1
Lines 1735 1843 +108
Branches 466 493 +27
==========================================
+ Hits 1725 1807 +82
- Misses 10 36 +26
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check things about networkError handling before this release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't #221 be included too?
@benoitvidis > seems reasonable @stafyniaksacha > can you provide me with more information about this issue? If you want I can process it to release this SDK faster. |
Closing this release proposal until the remaining needed pull requests are merged. |
5.0.0 (2017-05-24)
Compatibility
Breaking changes
Bug fixes
New features
Enhancements