Skip to content

Releases: kuzzleio/kuzzle

2.14.12

02 Nov 12:12
b057e8f
Compare
Choose a tag to compare

2.14.12 (2021-11-02)

Bug fixes

  • [ #2184 ] Fix realtime:shutdown event race condition (Aschen)

2.14.11

01 Nov 15:45
8244888
Compare
Choose a tag to compare

2.14.11 (2021-11-01)

Bug fixes

  • [ #2181 ] Properly disconnect connections on shutdown (Aschen)
  • [ #2173 ] Clean realtime connections after unexpected deconnection (Aschen)

Enhancements

  • [ #2174 ] Allows to disable statistics module (Aschen)
  • [ #2180 ] Allows to disable the SDK version safety check (Aschen)

Others

  • [ #2169 ] Additional logging when choosing cluster IP (rolljee)

2.14.10

27 Oct 20:07
6e0b67d
Compare
Choose a tag to compare

2.14.10 (2021-10-27)

Bug fixes

  • [ #2170 ] Fix Redis config serialization for worker thread (aschen)

2.14.9

22 Oct 20:31
1b035a1
Compare
Choose a tag to compare

2.14.9 (2021-10-22)

Bug fixes


2.14.8

22 Oct 07:53
df640d9
Compare
Choose a tag to compare

2.14.8 (2021-10-22)

Bug fixes

  • [ #2158 ] Fix token expired notification not being sent (Shiranuit)
  • [ #2157 ] Fix error when worker is disposed before being initialized (Shiranuit)

Enhancements

  • [ #2159 ] Add failsafe mode to skip plugins initialization (Aschen)
  • [ #2161 ] Better error messages when too many logins are submitted (clementbolin)
  • [ #2156 ] Add debug messages for cluster handshake (Aschen)

Others


2.14.7

08 Oct 14:04
Compare
Choose a tag to compare

2.14.7 (2021-10-08)

Hotfix

  • [ #2153 ] Add lastMessageId of the node sending the fullState (Shiranuit)

2.14.6

07 Oct 16:35
129a057
Compare
Choose a tag to compare

2.14.6 (2021-10-07)

Bug fixes

  • [ #2150 ] Fix error when enforcing cluster topology when a node topology contain an invalid node id (Shiranuit)
  • [ #2151 ] Convert IDCardRenewer back to Javascript (Shiranuit)
  • [ #2149 ] Fix handshake sync after loading fullstate (Shiranuit)
  • [ #2147 ] Fix API Key being expired when refreshed (Shiranuit)
  • [ #2145 ] Wait index cache propagation before allowing nodes to process requests (Shiranuit)

Enhancements

  • [ #2141 ] Refresh ID Card inside Worker Thread to not be impacted by the load on the main Event Loop (Shiranuit)
  • [ #2143 ] Add type for default mappings (Aschen)

2.14.5

26 Sep 11:35
9551fa3
Compare
Choose a tag to compare

2.14.5 (2021-09-26)

Bug fixes

2.14.4

21 Sep 19:46
63407f8
Compare
Choose a tag to compare

2.14.4 (2021-09-21)

Bug fixes

2.14.3

17 Sep 13:16
69c5e7e
Compare
Choose a tag to compare

2.14.3 (2021-09-17)

Bug fixes