Skip to content

docs: drop the preview designation from the trace surface - #119

Merged
rferreira merged 1 commit into
mainfrom
drop-preview-language
Aug 31, 2026
Merged

rferreira merged 1 commit into
mainfrom
drop-preview-language

Conversation

@rferreira

Copy link
Copy Markdown
Contributor

Part of a 6-SDK sweep removing the "v2.2 preview" language now that the contract itself has dropped it (scanii/openapi#49, merged).

Docs only — no signature, behavior or return-type change.

Changes

  • ScaniiClient#retrieveTrace — removed the <strong>Preview:</strong> javadoc paragraph
  • ScaniiTraceResult — same paragraph removed from the class javadoc
  • README API table — dropped the (preview) tag from the retrieveTrace row
  • CHANGELOG — [Unreleased] entry noting the change

Why

The v2.2 spec only ever marked the trace GET as preview, and that marking is now gone from the contract. Java was the only SDK that didn't also mislabel processFromUrl, so this change is narrower here than in the other five.

Version

No version bump. This rides the next release rather than cutting a tag for comment changes. (Java's version is rewritten from the tag at publish time anyway, so there is nothing to bump.)

Verification

mvn -o compile — clean.

Related

Python and Ruby are already clean. dotnet, go, node, php and rust get the same treatment in parallel PRs.

The v2.2 contract no longer marks GET /files/{id}/trace as preview
(scanii/openapi#49), so the SDK should stop advertising a caveat we no longer
mean. Removes the Preview paragraph from ScaniiClient#retrieveTrace and
ScaniiTraceResult, and the "(preview)" tag from the README API table.

Docs only — no signature, behavior or return-type change. No version bump;
this rides the next release.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@rferreira
rferreira merged commit 31193fb into main Aug 31, 2026
6 checks passed
@rferreira
rferreira deleted the drop-preview-language branch August 31, 2026 20:44
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.

2 participants