Skip to content

Commit 3bc582d

Browse files
chore(main): release pino-logging-gcp-config 1.1.0 (#208)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Niel Markwick <nielm@users.noreply.github.com>
1 parent 57ecbf4 commit 3bc582d

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"projects/pino-logging-gcp-config": "1.0.6"
2+
"projects/pino-logging-gcp-config": "1.1.0"
33
}

projects/pino-logging-gcp-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
<!-- markdownlint-disable -->
33

4+
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.0.6...pino-logging-gcp-config-v1.1.0) (2025-08-05)
5+
6+
7+
### Features
8+
9+
* Support user-defined formatter.log after GCP formatting ([#200](https://github.com/GoogleCloudPlatform/cloud-solutions/issues/200)) ([9fa3d97](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/9fa3d97b5823be0df4ba74703427fb417adb95d9))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update form-data to fix vulnerability ([98970c8](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/98970c86b20cce5cf54aba02ced71e4042d21ec2))
15+
416
## [1.0.6](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.0.4...pino-logging-gcp-config-v1.0.6) (2025-06-19)
517

618

projects/pino-logging-gcp-config/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/pino-logging-gcp-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/pino-logging-gcp-config",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Module to create a basic Pino LoggerConfig to support Google Cloud structured logging",
55
"main": "build/src/pino_gcp_config.js",
66
"scripts": {

projects/pino-logging-gcp-config/src/pino_gcp_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const eventId = new EventId();
4242
* See
4343
* https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
4444
*/
45-
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.0.6'; // {x-release-please-version}
45+
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.1.0'; // {x-release-please-version}
4646
const NODEJS_GCP_PINO_LIBRARY_NAME = 'nodejs-gcppino';
4747

4848
const PINO_TO_GCP_LOG_LEVELS = Object.freeze(

0 commit comments

Comments
 (0)