Skip to content

Commit

Permalink
Release 3.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Apr 16, 2020
1 parent 5996120 commit a89c663
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ 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.32](https://github.com/sematext/logagent-js/compare/3.0.31...3.0.32)

> 16 April 2020
- Refactor commits field [`#223`](https://github.com/sematext/logagent-js/pull/223)
- Create graygelf in constructor once vs on every call to eventHandler [`#222`](https://github.com/sematext/logagent-js/pull/222)
- Sync [`#1`](https://github.com/sematext/logagent-js/pull/1)
- Gelf debug option [`#220`](https://github.com/sematext/logagent-js/pull/220)
- Edited commits field to be array instead of object to avoid 'Too many fields present in the index' issue [`01500b8`](https://github.com/sematext/logagent-js/commit/01500b8a2030333f9739c7f3f5b605574ccab7e8)
- Create graygelf in constructor once vs on every call to eventHandle [`9a96990`](https://github.com/sematext/logagent-js/commit/9a969903a2e603ef6e962ba6e05d9932e7547527)
- Show debug option in examples [`271bcb0`](https://github.com/sematext/logagent-js/commit/271bcb093c0251add01b93e7ee57ecf3678d5534)

#### [3.0.31](https://github.com/sematext/logagent-js/compare/3.0.30...3.0.31)

> 7 April 2020
- Fix for #191 - refactoring LOGS_ENABLED logic [`#217`](https://github.com/sematext/logagent-js/pull/217)
- added fix for whitelisting k8s pods [`98921ca`](https://github.com/sematext/logagent-js/commit/98921cabb02794162f11de6f23bdccdb97b684ad)
- refactored logic for checking the logs_enabled env vars [`a9c65f9`](https://github.com/sematext/logagent-js/commit/a9c65f963cdab271ac75270f8972fcb3bd95489d)
- edit dockerhub run script [`eb606a3`](https://github.com/sematext/logagent-js/commit/eb606a3a7bc4405c8e4f0437d1b25a95ddd6a7b8)
- Release 3.0.31 [`0ef9444`](https://github.com/sematext/logagent-js/commit/0ef9444b877cc71d6faf041cf4943eb5761fe335)

#### [3.0.30](https://github.com/sematext/logagent-js/compare/3.0.29...3.0.30)

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.31",
"version": "3.0.32",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down

0 comments on commit a89c663

Please sign in to comment.