Skip to content

Releases: kuzzleio/kuzzle

2.19.9

17 Nov 10:49
e86fcd0
Compare
Choose a tag to compare

2.19.9 (2022-11-17)

Bug Fixes

  • [ #2398 ] Fix ZeroMQ version to avoid npm install errors (Aschen)

2.19.8

15 Nov 14:03
7ffc3b4
Compare
Choose a tag to compare

2.19.8 (2022-11-15)

Enhancements

  • [ #2396 ] Allows foreign keywords in Koncorde DSL (Aschen)
  • [ #2391 ] Allow to force number of replicas and shards per index from Kuzzle configuration (alexandrebouthinon)

2.19.7

04 Nov 17:55
f38bd79
Compare
Choose a tag to compare

2.19.7 (2022-11-04)

Bug fixes

  • [ #2394 ] Add default type to EmbeddedSDK.query (Aschen)

2.19.6

01 Nov 09:29
38bd409
Compare
Choose a tag to compare

2.19.6 (2022-11-01)

Bug fixes

  • [ #2393 ] Fix double export of ResponsePayload (Aschen)

2.19.5

08 Sep 12:56
b58fa9b
Compare
Choose a tag to compare

2.19.5 (2022-09-08)

Bug fixes

--
ci-allow-merge-into: master
ci-no-changelog-tag

2.19.4

07 Sep 15:27
bb2a270
Compare
Choose a tag to compare

2.19.4 (2022-09-07)

Bug fixes

  • [ #2379 ] Fix second argument for hook on generic event (Aschen)

Enhancements


ci-allow-merge-into: master
ci-no-changelog-tag

2.19.3

09 Aug 07:00
3ba51d0
Compare
Choose a tag to compare

2.19.3 (2022-08-08)

Bug fixes

Enhancements

  • [ #2376 ] Add type for BackendPlugin.get (Aschen)
  • [ #2364 ] Better notification dispatch pipe (Shiranuit)
  • [ #2329 ] Add kuzzle config settings for internal index's number of shards and replicas (ChillPC)

2.19.2

13 Jul 14:10
Compare
Choose a tag to compare

Enhancement

Replace package-lock.json with npm-shrinkwrap.json

2.19.0

22 Jun 09:48
18134d9
Compare
Choose a tag to compare

2.19.0 (2022-06-22)

Bug fixes

  • [ #2312 ] Deprecate auth controller in the embeded sdk (ChillPC)
  • [ #2323 ] Generic events are not triggered on some actions (clementbolin)
  • [ #2314 ] Preserve settings when truncate collection (OlivierCavadenti)
  • [ #2341 ] Remove import mappings lock on admin:resetDatabase action (ChillPC)
  • [ #2350 ] Fix http multi part not handling the case when there is no form data (Shiranuit)

New features

Enhancements

  • [ #2338 ] Expose nodeId to applications (Aschen)
  • [ #2349 ] Ensure usage of string for index and collection for document:search action (ChillPC)

Others


2.18.1

27 Apr 12:42
e9c3b95
Compare
Choose a tag to compare

2.18.1 (2022-04-27)

Enhancements

  • [ #2342 ] Standardize arrays and objects in querystring (Shiranuit)
  • [ #2340 ] Add headers in response content (Shiranuit)
  • [ #2332 ] Improve security message for SDK usage (Aschen)
  • [ #2334 ] Early check of controller definition for better errors (Aschen)