[11/15] Docs: add the v5.1-to-v5.2 migration guide - #164
Open
UnknownJoe796 wants to merge 1 commit into
Open
Conversation
UnknownJoe796
force-pushed
the
v53/auth-normalization
branch
from
July 29, 2026 22:54
1af4070 to
afcde3e
Compare
UnknownJoe796
force-pushed
the
v53/docs-migration-v52
branch
from
July 29, 2026 22:54
ec8b005 to
d2fd0af
Compare
Covers the complete set of changes to move a consumer from 5.1.x to 5.2.0, all verified against a real downstream app (USBE) that then ran locally and served its KiteUI web client unchanged: - Bump service-abstractions to the version 5.2 was built against (1.2.0-1-b2f7bd67); a mismatch compiles but throws NoSuchMethodError at runtime (SettingContext.getOpenTelemetry()). - New required AuthEndpoints/SessionManager `cache` parameter. - Telemetry moved from OpenTelemetrySettings to TelemetryBackend.Settings (both the code setting and the settings.json `"telemetry"` entry, which was previously `null`). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Uur4dHcoa1a259iiTzvin3 (cherry picked from commit 84978bc) (cherry picked from commit d2fd0af)
UnknownJoe796
force-pushed
the
v53/auth-normalization
branch
from
July 30, 2026 02:19
afcde3e to
a123e57
Compare
UnknownJoe796
force-pushed
the
v53/docs-migration-v52
branch
from
July 30, 2026 02:20
d2fd0af to
faf3fc9
Compare
UnknownJoe796
changed the base branch from
v53/auth-normalization
to
version-5.3
July 30, 2026 02:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the v5.1-to-v5.2 migration guide. Documentation only.