Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lodash.snakecase": "^4.1.1",
"merge-stream": "^2.0.0",
"p-queue": "^6.0.2",
"protobufjs": "^7.4.0",
"protobufjs": "^8.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This major version upgrade to protobufjs v8 introduces a breaking change related to Protobuf Edition 2024. This change alters default feature values for .proto files that use edition = "2024". This could lead to unexpected behavior if the project adopts Edition 2024 in the future or if any transitive dependency relies on the old defaults. Given the nature of this change, there's a risk of introducing subtle bugs in serialization/deserialization logic.

"retry-request": "^8.0.0",
"split-array-stream": "^2.0.0",
"stack-trace": "0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@google-cloud/kms": "^5.0.0",
"@google-cloud/precise-date": "^5.0.0",
"@google-cloud/spanner": "^8.4.0",
"protobufjs": "^7.0.0",
"protobufjs": "^8.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This major version upgrade of protobufjs to v8 introduces a breaking change related to Protobuf Edition 2024. This could affect the samples if they rely on specific protobuf behaviors that have now changed for the new edition. There's a risk of the samples failing or behaving unexpectedly due to this change.

"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
Loading