Skip to content

Commit c5f149b

Browse files
chore(main): release 5.1.0 (#726)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d9b6b2f commit c5f149b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
66

7+
## [5.1.0](https://github.com/googleapis/nodejs-logging-bunyan/compare/v5.0.1...v5.1.0) (2024-01-31)
8+
9+
10+
### Features
11+
12+
* Enable custom json fields truncation for bunyan ([#732](https://github.com/googleapis/nodejs-logging-bunyan/issues/732)) ([eb6fa66](https://github.com/googleapis/nodejs-logging-bunyan/commit/eb6fa6615cd43f192c07f69a5329a5d4ba159206))
13+
14+
15+
### Bug Fixes
16+
17+
* Add speciel logging fields section in the doc ([#728](https://github.com/googleapis/nodejs-logging-bunyan/issues/728)) ([0b9ad2b](https://github.com/googleapis/nodejs-logging-bunyan/commit/0b9ad2b039ea282caf42284512aa61aaf2ed89e1))
18+
* Fix rest links with the correct gRPC links used by library. ([#724](https://github.com/googleapis/nodejs-logging-bunyan/issues/724)) ([555c33e](https://github.com/googleapis/nodejs-logging-bunyan/commit/555c33e858248b911a5aa405d11f64a2fb5942dd))
19+
720
## [5.0.1](https://github.com/googleapis/nodejs-logging-bunyan/compare/v5.0.0...v5.0.1) (2023-10-30)
821

922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/logging-bunyan",
33
"description": "Cloud Logging stream for Bunyan",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/logging-bunyan": "^5.0.1",
18+
"@google-cloud/logging-bunyan": "^5.1.0",
1919
"bunyan": "^1.8.12",
2020
"express": "^4.16.3",
2121
"yargs": "^16.0.0"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
7474
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
7575
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
7676
*/
77-
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.1'; // {x-release-please-version}
77+
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.1.0'; // {x-release-please-version}
7878

7979
/**
8080
* Gets the current fully qualified trace ID when available from the

0 commit comments

Comments
 (0)