-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(core)!: update GRPC Gateway to use IPC #2005
Conversation
Closes #2004 DSPX-593
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggstion would be to call this fix(core)!
, as it introduces a breaking change to the gateway function. I think this will cause the version number for service to tick over to 0.5.0
That's fine by me but I didn't realize the breaking change would tick the minor. I thought it would bump the major. |
🤖 I have created a release *beep* *boop* --- ## [0.5.0](service/v0.4.40...service/v0.5.0) (2025-03-28) ### ⚠ BREAKING CHANGES * **core:** update GRPC Gateway to use IPC ([#2005](#2005)) * **core:** Require go 1.23+ ([#1979](#1979)) ### Features * **core:** Require go 1.23+ ([#1979](#1979)) ([164c922](164c922)) ### Bug Fixes * **core:** update GRPC Gateway to use IPC ([#2005](#2005)) ([ff605f4](ff605f4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Closes #2004
DSPX-593
Proposed Changes
Checklist
Testing Instructions