Skip to content

Commit

Permalink
Release v3 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovhemert authored Jul 20, 2021
1 parent 382f5ae commit 88850b3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,29 @@ Changes are grouped by:
`Fixed` for any bug fixes
`Security` in case of vulnerabilities

## [Unreleased](https://github.com/ovhemert/pino-stackdriver/compare/v2.1.1...HEAD)
## [Unreleased](https://github.com/ovhemert/pino-stackdriver/compare/v3.0.0...HEAD)

- ...

## [3.0.0](https://github.com/ovhemert/pino-stackdriver/compare/v2.1.1...v3.0.0)

### Added

- Support passing credentials object parameter by [@jhonny111s](https://github.com/jhonny111s)
- Testing on Node v16.x by [@ovhemert](https://github.com/ovhemert)

### Changed

- Better support for batching log entries passed in at higher volume by [@ovhemert](https://github.com/ovhemert)

### Fixed

- Fix implementation of prefixing log messages by [@avaly](https://github.com/avaly)

### Removed

- Node v10.x support by [@ovhemert](https://github.com/ovhemert)

## [2.1.1](https://github.com/ovhemert/pino-stackdriver/compare/v2.1.0...v2.1.1)

### Added
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": "pino-stackdriver",
"version": "2.1.1",
"version": "3.0.0",
"description": "A transport for pino that sends messages to Google Stackdriver Logging",
"homepage": "https://github.com/ovhemert/pino-stackdriver",
"main": "src/index.js",
Expand Down

0 comments on commit 88850b3

Please sign in to comment.