Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Feb 11, 2022
1 parent 70a8ef7 commit ca11d16
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
## Changelog

### 0.16.6

### Fixed
- Invalid XPath evaluation in HTTP driver [#725](https://github.com/MontFerret/ferret/pull/725)
- Go routines leakage [#726](https://github.com/MontFerret/ferret/pull/726)

### Updated
- Small tweak in FQL Parser for FQL Formatter [#723](https://github.com/MontFerret/ferret/pull/723)

### 0.16.5

### Fixed
- Query fails if an element is not found (regression) [#722](https://github.com/MontFerret/ferret/pull/722)

### Updated
- Small tweak in FQL Parser for FQL Formatter [#723](https://github.com/MontFerret/ferret/pull/723)

### 0.16.4

### Fixed
- Fixed inability to parse custom date formats with DATE function [#720](https://github.com/MontFerret/ferret/pull/720)

### 0.16.3

### Fixed
- Panic during XPath execution by HTTP driver [#715](https://github.com/MontFerret/ferret/pull/715)

### 0.16.2

### Fixed
- Unable to use dynamic values in LIMIT clause [#706](https://github.com/MontFerret/ferret/pull/706)
- HTTP driver does not allow to override header values [#707](https://github.com/MontFerret/ferret/pull/707), [#709](https://github.com/MontFerret/ferret/pull/709)
- Cleaned up deps [#710](https://github.com/MontFerret/ferret/pull/710), [#711](https://github.com/MontFerret/ferret/pull/711)

### 0.16.1

### Fixed
- Logical precedence in ternary operator condition [#704](https://github.com/MontFerret/ferret/pull/704)

### 0.16.0

### Added
Expand Down

0 comments on commit ca11d16

Please sign in to comment.