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

Releases: kuzzleio/sdk-php

3.0.7 (2019-09-16)

Choose a tag to compare

@alexandrebouthinon alexandrebouthinon released this 16 Sep 14:06
88a8f4b

Bug fixes

  • [ #113 ] Add missing options features to Kuzzle constructor (alexandrebouthinon)

3.0.6

Choose a tag to compare

@Aschen Aschen released this 14 Jun 09:29
9fab1d1

3.0.6 (2019-06-14)

Enhancements

  • [ #105 ] Fix createFirstAdmin endpoint (Tyki)

3.0.5

Choose a tag to compare

@Aschen Aschen released this 08 Feb 13:18
0e8414e

3.0.5 (2019-02-08)

Bug fixes


3.0.4

Choose a tag to compare

@ballinette ballinette released this 19 Apr 09:40
df3cb33

3.0.4 (2018-04-19)

Bugfix


3.0.3

Choose a tag to compare

@ballinette ballinette released this 19 Apr 09:39
d96d55b

3.0.3 (2018-02-12)

Bugfix

  • [ #88 ] metadata are read-only => remove setMeta method (scottinet)

3.0.2

Choose a tag to compare

@scottinet scottinet released this 29 Aug 09:21

3.0.2 (2017-08-28)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Others

  • [ #85 ] Rename index parameter into idx in memory storage (ballinette)

3.0.1

Choose a tag to compare

@stafyniaksacha stafyniaksacha released this 19 Jul 14:43

3.0.1 (2017-07-19)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Bug fixes

  • [ #82 ] Login: move "expiresIn" option from request.body to request root attribute (ballinette)

Enhancements

  • [ #83 ] Added SDK version in volatile (samniisan)
  • [ #81 ] Add meta to Security documents (User, Profile, Role) (samniisan)

3.0.0

Choose a tag to compare

@scottinet scottinet released this 22 Jun 13:37

3.0.0 (2017-06-22)

Compatibility

Kuzzle Proxy
1.0.0 1.0.0

Breaking changes

  • [ #76 ] Fix createProfile and updateProfile method signatures (scottinet)
  • [ #74 ] Update MemoryStorage.*scan return value format (scottinet)
  • [ #75 ] Remove Collection:fetchAllDocuments method (benoitvidis)
  • [ #66 ] Adapt to Login reshape (xbill82)
  • [ #62 ] Adds replaceUser route and remove replaceIfExists option in createUser (samniisan)
  • [ #64 ] Refactor event listeners (ballinette)
  • [ #61 ] Rename metadata into volatile (AnthonySendra)
  • [ #59 ] Standardize memory storage (scottinet)
  • [ #57 ] Align SearchResult and scroll with other SDKs (dbengsch)
  • [ #55 ] Collection.createDocument: rename the updateIfExist option (scottinet)

Bug fixes

  • [ #51 ] Remove next and previous cache mechanism and fix scroll (dbengsch)

New features

  • [ #77 ] Add specification CRUDL routes (samniisan)
  • [ #70 ] Add support for Document:m* methods (samniisan)
  • [ #69 ] Added all new credential related routes (jenow)
  • [ #67 ] Add scrollProfile & scrollUsers support (samniisan)
  • [ #63 ] Add Collection:documentExists & Document:exists methods (samniisan)

Enhancements

Others


2.2.1

Choose a tag to compare

@scottinet scottinet released this 13 Feb 15:20

Solve Kuzzle RC9 compatibility issues #53

2.2.0

Choose a tag to compare

@ballinette ballinette released this 09 Feb 18:28

Breaking Changes

  • Factory methods refactoring #40 #42

Other changes

  • Change default port to 7512 #50