Skip to content

Commit 701d33b

Browse files
Update CHANGELOG.md
1 parent 6930dd7 commit 701d33b

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
# [5.0.6](https://github.com/kuzzleio/sdk-javascript/releases/tag/5.0.6) (2017-07-19)
2+
3+
### Compatibility
4+
5+
| Kuzzle | Proxy |
6+
|--------|-------|
7+
| 1.0.0 | 1.0.0 |
8+
9+
#### Bug fixes
10+
11+
- [ [#238](https://github.com/kuzzleio/sdk-javascript/pull/238) ] Login: move "expiresIn" option from request.body to request root attribute ([ballinette](https://github.com/ballinette))
12+
13+
#### Enhancements
14+
15+
- [ [#233](https://github.com/kuzzleio/sdk-javascript/pull/233) ] Allow paginated search using ES's search_after in SearchResult:fetchNext ([samniisan](https://github.com/samniisan))
16+
- [ [#236](https://github.com/kuzzleio/sdk-javascript/pull/236) ] Add meta to Security documents (User, Profile, Role) ([samniisan](https://github.com/samniisan))
17+
- [ [#229](https://github.com/kuzzleio/sdk-javascript/pull/229) ] Allow creating a user without specifying the id ([xbill82](https://github.com/xbill82))
18+
- [ [#232](https://github.com/kuzzleio/sdk-javascript/pull/232) ] Add SDK version into volatile ([samniisan](https://github.com/samniisan))
19+
20+
#### Others
21+
22+
- [ [#240](https://github.com/kuzzleio/sdk-javascript/pull/240) ] Fixed User Notification response format ([samniisan](https://github.com/samniisan))
23+
---
24+
25+
26+
# [5.0.5](https://github.com/kuzzleio/sdk-javascript/releases/tag/5.0.5) (2017-06-30)
27+
28+
### Compatibility
29+
30+
| Kuzzle | Proxy |
31+
|--------|-------|
32+
| 1.0.0 | 1.0.0 |
33+
34+
#### Enhancements
35+
36+
- [ [#232](https://github.com/kuzzleio/sdk-javascript/pull/232) ] Add SDK version into volatile ([samniisan](https://github.com/samniisan))
37+
---
38+
39+
40+
41+
# [5.0.4](https://github.com/kuzzleio/sdk-javascript/releases/tag/5.0.4) (2017-06-20)
42+
43+
### Compatibility
44+
45+
| Kuzzle | Proxy |
46+
|--------|-------|
47+
| 1.0.0 | 1.0.0 |
48+
49+
#### Breaking changes
50+
51+
- [ [#234](https://github.com/kuzzleio/sdk-javascript/pull/234) ] Update to new notifications format & event rename ([scottinet](https://github.com/scottinet))
52+
- [ [#230](https://github.com/kuzzleio/sdk-javascript/pull/230) ] Fix createProfile and updateProfile method signatures ([scottinet](https://github.com/scottinet))
53+
- [ [#228](https://github.com/kuzzleio/sdk-javascript/pull/228) ] Remove fetchAllDocuments method ([benoitvidis](https://github.com/benoitvidis))
54+
- [ [#227](https://github.com/kuzzleio/sdk-javascript/pull/227) ] Update MemoryStorage.*scan return value format ([scottinet](https://github.com/scottinet))
55+
- [ [#225](https://github.com/kuzzleio/sdk-javascript/pull/225) ] Rename getProfiles to getProfileIds and add a proper getProfiles method ([scottinet](https://github.com/scottinet))
56+
- [ [#218](https://github.com/kuzzleio/sdk-javascript/pull/218) ] Login reshape ([xbill82](https://github.com/xbill82))
57+
- [ [#215](https://github.com/kuzzleio/sdk-javascript/pull/215) ] Restructure User to be able to store both content and credentials ([dbengsch](https://github.com/dbengsch))
58+
- [ [#210](https://github.com/kuzzleio/sdk-javascript/pull/210) ] Harmonize event emitters implementation ([ballinette](https://github.com/ballinette))
59+
60+
#### Bug fixes
61+
62+
- [ [#226](https://github.com/kuzzleio/sdk-javascript/pull/226) ] Network error handling ([stafyniaksacha](https://github.com/stafyniaksacha))
63+
- [ [#222](https://github.com/kuzzleio/sdk-javascript/pull/222) ] NetworkError payload should be an Error object ([scottinet](https://github.com/scottinet))
64+
- [ [#214](https://github.com/kuzzleio/sdk-javascript/pull/214) ] createIndex should only return response.result ([ballinette](https://github.com/ballinette))
65+
66+
#### New features
67+
68+
- [ [#231](https://github.com/kuzzleio/sdk-javascript/pull/231) ] Add specification CRUDL routes ([samniisan](https://github.com/samniisan))
69+
- [ [#224](https://github.com/kuzzleio/sdk-javascript/pull/224) ] Add support for Document:m* methods ([samniisan](https://github.com/samniisan))
70+
- [ [#219](https://github.com/kuzzleio/sdk-javascript/pull/219) ] Add scrollProfile & scrollUsers support ([samniisan](https://github.com/samniisan))
71+
- [ [#217](https://github.com/kuzzleio/sdk-javascript/pull/217) ] Added all new credential related routes ([jenow](https://github.com/jenow))
72+
- [ [#209](https://github.com/kuzzleio/sdk-javascript/pull/209) ] Add Collection:documentExists & Document:exists methods ([samniisan](https://github.com/samniisan))
73+
- [ [#208](https://github.com/kuzzleio/sdk-javascript/pull/208) ] Adds a new replaceUser method to Security ([samniisan](https://github.com/samniisan))
74+
75+
#### Enhancements
76+
77+
- [ [#210](https://github.com/kuzzleio/sdk-javascript/pull/210) ] Harmonize event emitters implementation ([ballinette](https://github.com/ballinette))
78+
79+
---
80+
81+
182
# [4.0.1](https://github.com/kuzzleio/sdk-javascript/releases/tag/4.0.1) (2017-05-9)
283

384
[Full Changelog](https://github.com/kuzzleio/sdk-javascript/compare/4.0.1...4.0.1)

0 commit comments

Comments
 (0)