Skip to content

Releases: MontFerret/ferret

v0.18.1

07 May 15:06
256ad32
Compare
Choose a tag to compare

What's Changed

  • chore: use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) by @testwill in #789
  • Updated ANTLR and other dependencies. Upgraded Go version by @ziflex in #796
  • refactor: remove io/ioutil by @ginglis13 in #792

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

28 Mar 17:57
7f6c45f
Compare
Choose a tag to compare
  • Updated dependencies
  • Added TO_BINARY function 775

v0.17.0

07 Feb 18:04
Compare
Choose a tag to compare

Updated dependencies (#769)

  • Updated dependencies

  • Dropped pre-generics versions of Go

  • Updated ANTRL and dropped legacy SDK

  • Added staticcheck and goimports tools

  • Updated build steps

  • Fixed unit tests for http funcs

v0.16.7

30 Jul 19:15
Compare
Choose a tag to compare

Fixed

  • Fixed inability to use JSON objects as a body 751

Fixed memory leak

11 Feb 00:09
Compare
Choose a tag to compare

Fixed

  • Invalid XPath evaluation in HTTP driver #725
  • Go routines leakage #726

Minor fix

17 Jan 15:26
8d8afed
Compare
Choose a tag to compare

Fixed

  • Query fails if an element is not found (regression) #722

Other

  • Small tweak in FQL Parser for FQL Formatter #723

Fixed date parser

04 Jan 03:31
b0377c1
Compare
Choose a tag to compare
  • Fixed inability to parse custom date formats with DATE function. #720

Fixed handling text nodes by XPath parser

23 Dec 01:20
4e94caa
Compare
Choose a tag to compare

Fixed

  • Panic during XPath execution by HTTP driver #715

Fixes

13 Dec 14:54
9ae50ea
Compare
Choose a tag to compare

Fixed

  • Unable to use dynamic values in LIMIT clause (#706)
  • HTTP driver does not allow to override header values (#707 #709)
  • Cleaned up deps (#710 #711)

Fix for ternary operator

09 Dec 05:13
07e3358
Compare
Choose a tag to compare

Fixed

  • Logical precedence in ternary operator condition #704