Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin grpc-js temporarily to work around issue #207

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

tstirrat15
Copy link
Contributor

Part of #206

Description

Users reported breakage of the authzed-node lib related to our KnownInsecureChannelCredentials implementation (see issue for details). This appears to be related to the v1.13.0 or v1.13.1 release of grpc-js, though it's unclear what part of those releases would be related.

Changes

  • Pin grpc-js temporarily to v1.12.x (using ~ instead of ^)

Testing

Review. See that tests pass.

@tstirrat15 tstirrat15 requested a review from a team as a code owner March 25, 2025 14:49
Copy link
Contributor

@vroldanbet vroldanbet left a comment

Choose a reason for hiding this comment

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

change looks good, but making sure we don't merge until we sort out CI

@tstirrat15 tstirrat15 force-pushed the pin-grpc-js-for-bugfix branch from 882f093 to e027806 Compare March 25, 2025 15:40
@tstirrat15 tstirrat15 merged commit ee9a407 into main Mar 25, 2025
11 checks passed
@tstirrat15 tstirrat15 deleted the pin-grpc-js-for-bugfix branch March 25, 2025 15:52
@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2025
@tstirrat15
Copy link
Contributor Author

note on this: the previous test failures on this PR indicated that we did encounter the bug and it's captured in our tests. we should be able to write a proper fix to #206 based on that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants