Skip to content

Commit

Permalink
Readme update; added node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Jun 27, 2024
1 parent 87b42d8 commit a6e835b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: ['lts/*', '8', '10', '12', '14', '16', '18', '20']
node: ['lts/*', '8', '10', '12', '14', '16', '18', '20', '22']
os: [ubuntu-latest]

steps:
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
gelf pro
=============
node-gelf - Graylog2 client library for Node.js. GELF - The Graylog Extended Log Format.
`gelf-pro` - Graylog2 client library for Node.js.
Sends logs to Graylog2 server in GELF (Graylog Extended Log Format) format.

**Features:**
- JS object marshalling
- UDP/TCP/TLS support
- Filtering, Transforming, Broadcasting.

![Build Status](https://github.com/kkamkou/node-gelf-pro/actions/workflows/node.js.yml/badge.svg?branch=master)
![Coverage Status](https://coveralls.io/repos/github/kkamkou/node-gelf-pro/badge.svg?branch=master)
Expand All @@ -12,7 +18,7 @@ node-gelf - Graylog2 client library for Node.js. GELF - The Graylog Extended Log
}
```

`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 20.x] :)
`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 2x.x] :)

Library depends on: `lodash#~4.17`

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelf-pro",
"version": "1.3.11",
"version": "1.3.12",
"main": "./lib/gelf-pro.js",
"typings": "./typings/index.d.ts",
"author": "Kanstantsin Kamkou <kkamkou@gmail.com>",
Expand Down

0 comments on commit a6e835b

Please sign in to comment.