diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fd03f1..ed6c738e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.0.47](https://github.com/sematext/logagent-js/compare/3.0.46...3.0.47) + +> 17 August 2020 + +- improvements to command input around QUERY_TIME [`#249`](https://github.com/sematext/logagent-js/pull/249) +- Merge pull request #250 from sematext/sc-9192-fix-closed-prematurely [`30198cb`](https://github.com/sematext/logagent-js/commit/30198cbc327fc9a6a09b4d4533a0a9b4ab7c833c) +- linted code [`cd199f5`](https://github.com/sematext/logagent-js/commit/cd199f59b9340b0dbc63ba3dbd491de825d4cc46) +- added example config file for command [`119b7da`](https://github.com/sematext/logagent-js/commit/119b7da8bba22b1f16d72ace6882edeb91da42f3) + #### [3.0.46](https://github.com/sematext/logagent-js/compare/3.0.45...3.0.46) > 7 August 2020 - Updated `logsene-js` logger [`#248`](https://github.com/sematext/logagent-js/pull/248) +- Release 3.0.46 [`04d4914`](https://github.com/sematext/logagent-js/commit/04d4914f00202ef6c24cb93bbc0dcbd0d1ee06fc) - updated logsene-js and added better error handling [`4cb42f7`](https://github.com/sematext/logagent-js/commit/4cb42f733a6a9cd06ce90a27bc22feeb6c05d97d) #### [3.0.45](https://github.com/sematext/logagent-js/compare/3.0.44...3.0.45) @@ -50,9 +60,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 1 July 2020 -- Release 3.0.41 [`6231981`](https://github.com/sematext/logagent-js/commit/623198123ecba73a02963a1d0128a8f16442522d) -- Merge pull request #241 from sematext/sc-8687-cf-log-parsing [`6175d39`](https://github.com/sematext/logagent-js/commit/6175d39ad4be3718da463c443fc612bdb8f42daa) - added additional patterns for Cloudfoundry [`4f8797b`](https://github.com/sematext/logagent-js/commit/4f8797b0cb5ed737d7842ca60785548acbc6df21) +- logagent-setup makes journald-upload receiver [`bf3d6fc`](https://github.com/sematext/logagent-js/commit/bf3d6fcd3f1d639c3ebf8f86c8a2f179148d2281) +- Merge pull request #241 from sematext/sc-8687-cf-log-parsing [`6175d39`](https://github.com/sematext/logagent-js/commit/6175d39ad4be3718da463c443fc612bdb8f42daa) #### [3.0.40](https://github.com/sematext/logagent-js/compare/3.0.39...3.0.40) @@ -89,9 +99,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 7 May 2020 -- Release 3.0.36 [`99adca7`](https://github.com/sematext/logagent-js/commit/99adca779aa6a15ca492fb335fd8eb777c48fd7b) -- Merge pull request #231 from sematext/fix-docker-log-routing [`97b2c1d`](https://github.com/sematext/logagent-js/commit/97b2c1df5c8ba8b5034bd11a7e9063f701184852) - separated LOGS_RECEIVER_URL and LOGS_RECEIVER_URLS in the config; use singular for only one URL or the plural when configuring multiple endpoints [`6a7f44e`](https://github.com/sematext/logagent-js/commit/6a7f44e3ed1f6a7e3ac666a42be77ba1df6db792) +- added multi receiver url support [`cdec0fe`](https://github.com/sematext/logagent-js/commit/cdec0fe2755b85ffb89d8acd8acceebff5d3ef80) +- Release 3.0.36 [`99adca7`](https://github.com/sematext/logagent-js/commit/99adca779aa6a15ca492fb335fd8eb777c48fd7b) #### [3.0.35](https://github.com/sematext/logagent-js/compare/3.0.34...3.0.35) diff --git a/package.json b/package.json index 3d3912ae..7396f85d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.0.46", + "version": "3.0.47", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {