Skip to content

chore(platform): bump chat chart version to 0.2.0#151

Open
rowan-stein wants to merge 1 commit into
mainfrom
rowan/chat-0.2.0
Open

chore(platform): bump chat chart version to 0.2.0#151
rowan-stein wants to merge 1 commit into
mainfrom
rowan/chat-0.2.0

Conversation

@rowan-stein
Copy link
Copy Markdown
Collaborator

Summary

Bumps chat_chart_version from 0.1.0 to 0.2.0.

Why

Chat v0.1.0 requires x-tenant-id gRPC metadata on every request, but gateway v0.7.0 only propagates x-identity-id and x-identity-type. This causes all ConnectRPC chat calls to fail with:

HTTP 401: {"code":"unauthenticated","message":"identity: missing required metadata key \"x-tenant-id\""}

Chat v0.2.0 (release) removes the legacy x-tenant-id requirement, aligning with the gateway's identity model.

Related

Chat v0.2.0 removes the legacy x-tenant-id metadata requirement from
identity extraction, aligning with gateway v0.7.0 which only propagates
x-identity-id and x-identity-type. Required for ConnectRPC chat flow.
@rowan-stein rowan-stein requested a review from a team as a code owner March 22, 2026 23:29
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