Skip to content

Commit

Permalink
Release 3.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Aug 17, 2020
1 parent 30198cb commit 9a50a45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9a50a45

Please sign in to comment.