Releases: kuzzleio/sdk-javascript
Releases · kuzzleio/sdk-javascript
5.0.7
5.0.7 (2017-08-28)
Compatibility
Others
- [ #242 ] Rename index parameter into idx in memory storage (ballinette)
5.0.6
5.0.6 (2017-07-19)
Compatibility
Bug fixes
- [ #238 ] Login: move "expiresIn" option from request.body to request root attribute (ballinette)
Enhancements
- [ #233 ] Allow paginated search using ES's search_after in SearchResult:fetchNext (samniisan)
- [ #236 ] Add meta to Security documents (User, Profile, Role) (samniisan)
- [ #229 ] Allow creating a user without specifying the id (xbill82)
- [ #232 ] Add SDK version into volatile (samniisan)
Others
5.0.5
5.0.5 (2017-06-30)
Compatibility
Enhancements
5.0.4
5.0.4 (2017-06-20)
Compatibility
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
4.0.1 (2017-05-9)
Compatibility
Kuzzle |
Proxy |
1.0.0-RC10 |
1.0.0-RC10 |
Enhancements
4.0.0
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.1
[#189] All Kuzzle constructor options are now writable
3.4.0
- Dep update
- Uses node 6.x
- Added discarded event
3.2.0
- 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