Skip to content

Releases: kuzzleio/kuzzle

1.0.0-beta.3

29 Feb 17:18
Compare
Choose a tag to compare
  • Add auth:checkToken into the anonymous & default role

1.0.0-beta.1

19 Feb 13:27
Compare
Choose a tag to compare

1.0.0-beta.0

17 Feb 17:09
Compare
Choose a tag to compare

Kuzzle is now entering in beta!
Feel free to contribute.

0.18.2

17 Feb 16:17
Compare
Choose a tag to compare
  • Role serialization now allows indexing custom properties
  • Fixed updateRole REST API route

0.18.1

17 Feb 08:58
Compare
Choose a tag to compare
  • uniform response from createOrReplaceRole / createOrReplaceProfile

0.18.0

16 Feb 16:58
Compare
Choose a tag to compare

Adds the first admin creation process to the CLI

By default, when we first launch Kuzzle, we define 3 roles and profiles with full access to all : admin, default and anonymous.
When we create the first admin, we deny any right to default and anonymous, and allow all actions to admin.

0.17.5

15 Feb 15:00
Compare
Choose a tag to compare

#170 format user for serialization hydrate

0.17.4

11 Feb 14:21
Compare
Choose a tag to compare

Bugfix: the token manager didn't check the availability of the connection part of a connection context before adding the token to the cache. When the token expired, the token garbage collector tried to access to this connection object, and crashed.
This bug caused some unit tests to fail randomly.

0.17.3

10 Feb 17:56
Compare
Choose a tag to compare

Bugfix:remove bad return responseobject in createOrReplaceUser

0.17.2

10 Feb 16:18
Compare
Choose a tag to compare
  • Bugfix on index creation rights: it's not possible to create an index anymore if we aren't allowed to (+ added unit tests)
  • Added a "_canDelete" right on indexes and collections
  • Refactored the "deleteIndexes" action: it now deletes only the indexes we are allowed to, and gives the list of deleted indexes within the response.
  • added unit tests.