Skip to content

Releases: vivocha/arrest

v10.1.4

25 Nov 10:59
Compare
Choose a tag to compare

10.1.4 (2021-11-25)

Bug Fixes

  • csv: crash when quoting numbers, add support for custom decimal separator (f968c81)

v10.1.3

25 Nov 09:27
Compare
Choose a tag to compare

10.1.3 (2021-11-25)

Bug Fixes

  • handle edge case in addConstranint (cf0088c)

v10.1.2

24 Nov 18:27
Compare
Choose a tag to compare

10.1.2 (2021-11-24)

Bug Fixes

  • use addConstraint in rql and handle repeated properties with an $and (a65184a)

v10.1.1

23 Nov 08:47
Compare
Choose a tag to compare

10.1.1 (2021-11-23)

Bug Fixes

  • remove maxLength from csv unwind param schema (99a51cd)

v10.1.0

09 Nov 09:47
Compare
Choose a tag to compare

10.1.0 (2021-11-09)

Features

  • support object unwindind in csv output (bd1443d)

v10.0.0

04 Nov 11:22
Compare
Choose a tag to compare

10.0.0 (2021-11-04)

Features

  • add support for CSV output to the base mongo query operation (820a1df)
  • generalize the pipeline operation (78d1e4e)
  • update deps and remove direct dep on request (df09548)

BREAKING CHANGES

  • switch output to ES2020

v9.9.3

10 Sep 15:12
Compare
Choose a tag to compare

9.9.3 (2021-09-10)

Bug Fixes

  • exclude dates when escaping properties (3a1dbfe)

v9.9.2

21 Jul 10:21
Compare
Choose a tag to compare

9.9.2 (2021-07-21)

Bug Fixes

  • no change, build trigger commit (e9027b2)

v9.9.1

01 Jun 13:33
Compare
Choose a tag to compare

9.9.1 (2021-06-01)

Bug Fixes

  • add support for mongo full text seach in rql (35c11de)

v9.9.0

01 Jun 13:07
Compare
Choose a tag to compare

9.9.0 (2021-06-01)

Bug Fixes

  • optimize generated queries (5d0d9a7)
  • remove unneeded check (494a9d4)

Features

  • support objectIds in rql (09f268d)