Kouhei Sutou 2018-10-18 15:25:02 +0900 (Thu, 18 Oct 2018) Revision: e034c3f1cb3b80aabcdbc12213077166301afe52 https://github.com/groonga/groonga-query-log/commit/e034c3f1cb3b80aabcdbc12213077166301afe52 Message: Add 1.3.8 entry Modified files: doc/text/news.md Modified: doc/text/news.md (+36 -0) =================================================================== --- doc/text/news.md 2018-10-18 12:00:47 +0900 (6a03445) +++ doc/text/news.md 2018-10-18 15:25:02 +0900 (18fba19) @@ -1,5 +1,41 @@ # News +## 1.3.8: 2018-10-18 + +### Improvements + + * `groonga-query-log-verify-server`: + + * Changed to flush logs as soon as possible. + + * Added `--vector-not-equal-empty-string` option. + + * Added support an unification for `"null"` and `null` column types. + + * `groonga-query-log-run-regression-test`: + + * Changed to flush logs as soon as possible. + + * Added support for rewriting `vector == ...` with `vector @ ...`. + + * Added support for logging rewriting filters. + + * Added `--vector-not-equal-empty-string` option. + + * Added support an unification for `"null"` and `null` column types. + +### Fixes + + * `groonga-query-log-verify-server`: + + * Fixed a bug that logged contents are removed with `.tar.gz` + query log. + + * `groonga-query-log-run-regression-test`: + + * Fixed a bug that logged contents are removed with `.tar.gz` + query log. + ## 1.3.7: 2018-09-11 ### Improvements -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181018/e37e245c/attachment.html>