docs: add an SDK roadmap for deferred features, open decisions, and codegen#104
Draft
OmarAlJarrah wants to merge 2 commits into
Draft
docs: add an SDK roadmap for deferred features, open decisions, and codegen#104OmarAlJarrah wants to merge 2 commits into
OmarAlJarrah wants to merge 2 commits into
Conversation
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
Adds
docs/roadmap.md, which organizes the open enhancement and design issues that aren't being handled as immediate fixes into a sequenced plan. Each entry links its tracking issue and records a recommended direction plus dependencies, so the larger work can be picked up in order rather than ad hoc.Four tracks:
Timeout(Add a per-phase Timeout value type (connect/read/write/request) #41), AutoCloseable SSE (Make the SSE stream an AutoCloseable Iterable bound to response close #35), multipart (Add multipart request body support #61), opt-in leak detector (Opt-in resource leak detector (log-only, no auto-close) #45).QueryParams(Build a first-class QueryParams multimap and remove the QueryParam stub #28), pagination unification (Unify the two pagination stacks into one #30), value-equality util (Add a deep-array contentEquals/contentHashCode value-equality utility #49), a log-level confirmation (Confirm intended log level for the VirtualThreads executor close event #10), release automation (Decide on release automation before the first non-alpha tag #75).Documentation only — no code or build changes.