Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Latest commit

 

History

History
61 lines (42 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

61 lines (42 loc) · 2.96 KB

Changelog

3.5.3 (2022-02-04)

Bug Fixes

  • ci: Switch to Jenkins and semantic-release 90ac36e - Darin Spivey, closes: #110

Chores

  • deps: axios@0.25.0 40c3283 - Darin Spivey, closes: #111

CHANGELOG

This file documents all notable changes in LogDNA Node.js Code Library. The release numbering uses semantic versioning.

v3.5.2 - January 13, 2021

It should be noted that this project is still deprecated! This security update is being done strictly for the safety of legacy users who may still be using it.

  • Upgrade to axios@0.21.1 which fixes an SSRF vulnerability

v3.5.1 - July 17, 2020

  • Missing key logdna_url in ConstructorOptions #96
  • Convert to tap for testing #99
  • Missing tags from ConstructorOptions #98

v3.5.0 - February 21, 2020

  • Set user-agent header only in node #87
  • Add type definition for typescript #71
  • Try to flush after failing without waiting for the next log #93

3.4.0 - November 15, 2019

  • Add shimProperties option to support custom fields in messages #83
  • Add callback parameter to the methods #73
  • Apply no-var linting rule #80
  • Fix the tests regarding the recent updates #82

3.3.3 - September 20, 2019

  • Add User Agent to the Request Header #74

3.3.2 - September 8, 2019

  • Support for the following fields: appOverride, logSourceCRN, and saveServiceCopy #72

3.3.1 - September 3, 2019

  • Metadata Support Bug Fix #70

3.3.0 - August 20, 2019

  • HTTP Exception Handling #62
  • Default Metadata Support #60