docs(adr): draft ADR-027 Integration Versioning (exploratory)#620
Draft
seanspeaks wants to merge 2 commits into
Draft
docs(adr): draft ADR-027 Integration Versioning (exploratory)#620seanspeaks wants to merge 2 commits into
seanspeaks wants to merge 2 commits into
Conversation
Partner to #617's ADR-013 (Integration Version Migrations), which explicitly deferred the version contract to a separate ADR. This is that ADR — deliberately exploratory rather than deciding, per Sean's direction that global-routing behavior needs more research before any path is chosen. Structure: - Current state (grep-verified: version is a label; nothing gates on it) - Four dimensions of versioning (declaration, routing, storage, compatibility) and why they couple - Four explored paths (A: bump-in-place; B: side-by-side classes; C: version selector on appDefinition; D: version as routing dimension outside class) - Serverless-specific concerns (Lambda module-scope cache, global routing, signed webhook URLs, in-flight jobs, EventBridge scheduler, rollback, encryption schema, deploy-time coordination) - 12-item edge-case catalog - 8 open questions + 4 research follow-ups Sean called out Placed in the numbered register (docs/architecture-decisions/) next to ADR-013 for direct cross-reference. Fits with #617's ADR-014 consolidation proposal if that lands.
seanspeaks
force-pushed
the
claude/frigg-adr-integration-versioning
branch
from
July 10, 2026 10:05
5a7732c to
4b0e313
Compare
|
5 tasks
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.



Summary
Partner ADR to ADR-013 Integration Version Migrations (merged in #617), which explicitly defers the version contract to a separate ADR. This is that ADR.
Renumbered from ADR-015 to ADR-027 after #617 and #621 both merged. Those two PRs claimed slots 012–014 (migration ADRs) and 015–026 (consolidated named cluster), so this ADR takes the next available number.
Deliberately exploratory rather than deciding. Per Sean's direction, global-routing behavior in serverless environments needs more research before any path is chosen. This ADR lays out the design space, four explored paths with tradeoffs, serverless-specific concerns, and a 12-item edge-case catalog. Path selection is deferred to a follow-up ADR (or a revision of this one) once the open research questions resolve.
Structure
next):Definition.versionis a label. Nothing inpackages/coregates behavior on it.supportedVersionsis declared but unread.appDefinitionPlacement
docs/architecture-decisions/027-integration-versioning.mdin the consolidated numbered register (per ADR-014, now merged), directly cross-referencing ADR-013.Test plan
Notes
release/prereleaselabels; docs-only.nextafter the two upstream merges; no other changes required.