Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 32 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,39 @@

This file documents all notable changes in `LogDNA Node.js Code Library`. The release numbering uses [semantic versioning](http://semver.org).

## v3.4.0 - November 15, 2019
- Add `shimProperties` option to support custom fields in messages
- Add callback parameter to the methods
- Apply `no-var` linting rule
- Update the docs
- Fix the tests regarding the recent updates
## v3.5.1 - July 17, 2020
- Missing key logdna_url in ConstructorOptions [#96](https://github.com/logdna/nodejs/pull/96)
- Convert to `tap` for testing [#99](https://github.com/logdna/nodejs/pull/99)
- Missing tags from ConstructorOptions [#98](https://github.com/logdna/nodejs/pull/98)

## v3.3.3 - September 20, 2019
- Add User Agent to the Request Header
## v3.5.0 - February 21, 2020
- Set user-agent header only in node [#87](https://github.com/logdna/nodejs/pull/87)
- Add type definition for typescript [#71](https://github.com/logdna/nodejs/pull/71)
- Try to flush after failing without waiting for the next log [#93](https://github.com/logdna/nodejs/pull/93)

## v3.3.2 - September 8, 2019
- Support for the following fields: `appOverride`, `logSourceCRN`, and `saveServiceCopy`
## 3.4.0 - November 15, 2019
- Add `shimProperties` option to support custom fields in messages [#83](https://github.com/logdna/nodejs/pull/83)
- Add callback parameter to the methods [#73](https://github.com/logdna/nodejs/pull/73)
- Apply `no-var` linting rule [#80](https://github.com/logdna/nodejs/pull/80)
- Fix the tests regarding the recent updates [#82](https://github.com/logdna/nodejs/pull/82)

## v3.3.1 - September 3, 2019
- Metadata Support Bug Fix
## 3.3.3 - September 20, 2019
- Add User Agent to the Request Header [#74](https://github.com/logdna/nodejs/pull/74)

## v3.3.0 - August 20, 2019
- HTTP Exception Handling
- Default Metadata Support
## 3.3.2 - September 8, 2019
- Support for the following fields: `appOverride`, `logSourceCRN`, and `saveServiceCopy` [#72](https://github.com/logdna/nodejs/pull/72)

## 3.3.1 - September 3, 2019
- Metadata Support Bug Fix [#70](https://github.com/logdna/nodejs/pull/70)

## 3.3.0 - August 20, 2019
- HTTP Exception Handling [#62](https://github.com/logdna/nodejs/pull/62)
- Default Metadata Support [#60](https://github.com/logdna/nodejs/pull/60)

[3.5.1]: https://github.com/logdna/nodejs/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/logdna/nodejs/compare/3.4.0...v3.5.0
[3.4.0]: https://github.com/logdna/nodejs/compare/3.3.3...3.4.0
[3.3.3]: https://github.com/logdna/nodejs/compare/3.3.2...3.3.3
[3.3.2]: https://github.com/logdna/nodejs/compare/3.3.1...3.3.2
[3.3.1]: https://github.com/logdna/nodejs/compare/3.3.0...3.3.1
[3.3.0]: https://github.com/logdna/nodejs/releases/tag/3.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna",
"version": "3.5.0",
"version": "3.5.1",
"description": "LogDNA's Node.js Logging Module.",
"main": "index.js",
"types": "types.d.ts",
Expand Down