Skip to content

Releases: kuzzleio/kuzzle

2.14.2

15 Sep 10:38
d7744ed
Compare
Choose a tag to compare

2.14.2 (2021-09-15)

Bug fixes

2.14.1

10 Sep 07:19
3e1ebf9
Compare
Choose a tag to compare

2.14.1 (2021-09-07)

Bug fixes

Enhancements

  • [ #2132 ] Add kuid to realtime events (Aschen)
  • [ #2131 ] Allows to use search queries for roles and profiles (Aschen)
  • [ #2128 ] Customize Open API specification in plugins/controllers (MathieuVeber)

2.14.0

26 Aug 15:06
a691e36
Compare
Choose a tag to compare

2.14.0 (2021-08-26)

Bug fixes

  • [ #2127 ] Fix missing _kuzzle_info after security:updateUser and auth:updateSelf (Shiranuit)
  • [ #2118 ] Fix default config ttl being expressed in seconds instead of milliseconds (Shiranuit)
  • [ #2116 ] Fix createOrReplace realtime notification not working (Shiranuit)
  • [ #2094 ] Fix auth:logout expiring apikey (Shiranuit)
  • [ #2124 ] TokenExpired realtime notification not being sent on new connection (Shiranuit)

New features

  • [ #2106 ] Add methods to load defaults mappings, permissions and users (MathieuVeber)

Enhancements


2.13.4

23 Jul 08:10
55d35db
Compare
Choose a tag to compare

2.13.4 (2021-07-23)

Bug fixes

2.13.3

05 Jul 15:40
97a990e
Compare
Choose a tag to compare

2.13.3 (2021-07-05)

Bug fixes

2.13.2

30 Jun 14:56
478fe80
Compare
Choose a tag to compare

2.13.2 (2021-06-30)

Bug fixes

  • [ #2102 ] [Hotfix] Fix loading of empty indexes at startup (Aschen)

2.13.1

24 Jun 12:39
0c0f2a2
Compare
Choose a tag to compare

2.13.1 (2021-06-24)

Bug fixes

  • [ #2099 ] Fix race condition when creating/deleting hidden collection (Aschen)

2.13.0

23 Jun 07:41
b5a9341
Compare
Choose a tag to compare

2.13.0 (2021-06-23)

Bug fixes

New features

  • [ #1948 ] New API action: security:searchUsersByCredentials (Leodau)

Enhancements

Optimizations

  • [ #2082 ] Remove the _kuzzle_keep collection from non-empty indexes (Yoann-Abbes)

2.12.2

26 May 11:04
daee5e7
Compare
Choose a tag to compare

2.12.2 (2021-05-26)

Enhancements


2.12.1

17 May 14:22
5860199
Compare
Choose a tag to compare

2.12.1 (2021-05-17)

Bug fixes

  • [ #2063 ] Access Logs: request responses may contain unserializable objects (scottinet)