Skip to content

Releases: MontFerret/ferret

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

v0.16.0

23 Nov 02:52
f7f17ea
Compare
Choose a tag to compare

Added

  • New WAITFOR EVENT syntax #590
  • Support of optional chaining #634
  • Tracing to CDP driver #648
  • Support of errors suppression in function calls #652
  • Support of error suppression in inline expressions #671
  • Support of XPath selectors throughout drivers API #657
  • Zero-allocation in FOR loops returning NONE #673
  • Ignorable _ variable #673

Changed

  • Updated Root API #622
  • Increased websocket maximum buffer size in CDP driver #648

Fixed

  • values.Parse does not parse int64 #621
  • CPU leakage #635, 90792bc
  • Nil pointer exception #636
  • Use of deprecated CDP API methods #637
  • HTTP driver makes multiple requests #642
  • Log level is ignored aeb1247

Dependencies

  • Upgraded github.com/mafredri/cdp
  • Upgraded github.com/antchfx/xpath
  • Upgraded github.com/PuerkitoBio/goquery
  • Upgraded github.com/rs/zerolog

Other