Skip to content

Release/0.2.1#13

Merged
StevenBtw merged 2 commits into
mainfrom
release/0.2.1
Apr 11, 2026
Merged

Release/0.2.1#13
StevenBtw merged 2 commits into
mainfrom
release/0.2.1

Conversation

@StevenBtw

@StevenBtw StevenBtw commented Apr 11, 2026

Copy link
Copy Markdown
Collaborator

Summary by cubic

Renamed the SessionService RPC from Close to CloseSession across proto and all SDKs to avoid the grpc-js Client.close() conflict. Bumped packages to 0.2.1.

  • Migration

    • Proto: Close -> CloseSession; CloseRequest/CloseResponse -> CloseSessionRequest/CloseSessionResponse.
    • Methods renamed:
      • Rust: client .close_session(...), server SessionService::close_session.
      • Go: SessionServiceClient.CloseSession(...).
      • JS/TS (@grpc/grpc-js): closeSession(...).
      • Python: CloseSession(...).
      • Java: closeSession(...).
    • Regenerate from proto/gql_service.proto if you maintain custom bindings.
    • No payload or behavior changes.
  • Dependencies

    • Version bumps to 0.2.1: gwp, gwp-js, gwp-py, Maven dev.grafeo:gwp:0.2.1.
    • Rust: tonic and tonic-prost set to 0.14.

Written for commit 91ef632. Summary will update on new commits.

Co-Authored-By: Claude <noreply@anthropic.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 21 files

@StevenBtw
StevenBtw merged commit fb0b9a0 into main Apr 11, 2026
10 checks passed
@StevenBtw
StevenBtw deleted the release/0.2.1 branch April 11, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant