Skip to content

Releases: logzio/logzio-nodejs

v2.1.7

18 Jan 08:13
e4725b1
Compare
Choose a tag to compare
  • upgrade axios to v1.6.4 (contributed by @gcagle3)

v2.1.6

29 Oct 10:48
a6f5fc0
Compare
Choose a tag to compare
  • Test node versions 14-20
  • Upgrade axios to v1.6.0 (contributed by @gcagle3)

Add Source IP

11 Oct 09:08
3fbdefc
Compare
Choose a tag to compare

Add Source IP for each log

move from request to axios

26 Jul 07:18
a7151da
Compare
Choose a tag to compare

move from request to axios (#97)

  • move from request to axios

  • update moment to 2.29.4

  • create instance of axios

  • update from axiosIn to axiosInstance fix linting

Add flag for user-agent

26 Jun 06:25
ab2a44a
Compare
Choose a tag to compare
add option to set/unset user-agent header (#96)

* add option to set/unset user-agent header

* add unit test and fix indentation

* update test for user-agent

* update indentation

* update description of the field

* fix typo

* refactor assign headers

* update version add github action npm-publish

* update version in package-lock.json

* upgrade moment to 2.29.2

v2.0.3

31 Aug 14:45
a97c46c
Compare
Choose a tag to compare
Add logging option for v2.0.3 (#93)

* Add verbose logging

* Update README.md

* Update README.md

* Add test workflow

* update test workflow

* verbose => debug

* verbose => debug

* remove verbose

* version => 2.0.3

Version 0.4.4

18 Jul 11:06
Compare
Choose a tag to compare
  • @timestamp and @timestamp_nano will no longer be overriden given a custom value by the user.