Skip to content

Commit a6f5fc0

Browse files
authored
2.1.6 (#106)
* Test node versions `14-20` * changelog * deps * remove git secrets * docs * docs * node version
1 parent c071b80 commit a6f5fc0

File tree

5 files changed

+10
-36
lines changed

5 files changed

+10
-36
lines changed

.github/workflows/git-secrets.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/test-nodejs-8-16.yml renamed to .github/workflows/test-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
14+
node-version: [14.x, 16.x, 18.x, 20.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616
steps:
1717
- uses: actions/checkout@v2

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ It contains a simple retry mechanism which upon connection reset (server side) o
77

88
By default, any error is logged to the console. This can be changed by supplying a callback function.
99

10+
## Before you begin you will need:
11+
- `Nodejs` with version 14.x or above
1012

1113
## Sample usage
1214
```javascript
@@ -60,6 +62,9 @@ A few notes are worth mentioning regarding the use of the UDP protocol:
6062

6163

6264
## Update log
65+
**2.1.6**
66+
- Test node versions `14-20`
67+
- upgrade `axios` to `v1.6.0` (contributed by @gcagle3)
6368

6469
**2.1.5**
6570
- Add sourceIP as a new field to each log

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logzio-nodejs",
33
"description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"author": "Gilly Barr <gilly@logz.io>",
66
"contributors": [
77
{
@@ -61,7 +61,7 @@
6161
},
6262
"main": "./lib/logzio-nodejs",
6363
"engines": {
64-
"node": ">= 6.0.0"
64+
"node": ">= 14.0.0"
6565
},
6666
"license": "(Apache-2.0)",
6767
"scripts": {

0 commit comments

Comments
 (0)