diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df4a879..9089fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## [0.1.2] - 2021-04-09 + +Quick release to fix searching with new Elasticsearch 7.10 endpoint. + +### Fixed + +- search code tweaked for ES 7.x: count all hits, and parse total hits field +- batch downloading from file (not stdin) was running single-threaded +- concurrency bug resulted in batch download not terminating + +### Changed + +- prefer archive.org URLs when downloading + ## [0.1.1] - 2021-02-15 Small release, mostly documentation updates. |