Skip to content

Commit 88850b3

Browse files
authored
Release v3 (#104)
1 parent 382f5ae commit 88850b3

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

docs/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,29 @@ Changes are grouped by:
1313
`Fixed` for any bug fixes
1414
`Security` in case of vulnerabilities
1515

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

1818
- ...
1919

20+
## [3.0.0](https://github.com/ovhemert/pino-stackdriver/compare/v2.1.1...v3.0.0)
21+
22+
### Added
23+
24+
- Support passing credentials object parameter by [@jhonny111s](https://github.com/jhonny111s)
25+
- Testing on Node v16.x by [@ovhemert](https://github.com/ovhemert)
26+
27+
### Changed
28+
29+
- Better support for batching log entries passed in at higher volume by [@ovhemert](https://github.com/ovhemert)
30+
31+
### Fixed
32+
33+
- Fix implementation of prefixing log messages by [@avaly](https://github.com/avaly)
34+
35+
### Removed
36+
37+
- Node v10.x support by [@ovhemert](https://github.com/ovhemert)
38+
2039
## [2.1.1](https://github.com/ovhemert/pino-stackdriver/compare/v2.1.0...v2.1.1)
2140

2241
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pino-stackdriver",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A transport for pino that sends messages to Google Stackdriver Logging",
55
"homepage": "https://github.com/ovhemert/pino-stackdriver",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)