SDK regeneration - #213
Open
fern-api[bot] wants to merge 5 commits into
Open
SDK regeneration#213fern-api[bot] wants to merge 5 commits into
fern-api[bot] wants to merge 5 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-java-sdk: 4.19.2
🌿 Generated with Fern
🌿 Generated with Fern
…6fddfc95f817baf3 [skip ci]
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ef77b01. Configure here.
| } catch (IOException e) { | ||
| throw new PhenomlClientException("Network error executing HTTP request", e); | ||
| } | ||
| } |
There was a problem hiding this comment.
Stream upload omits required fields
High Severity
The InputStream uploadItem overloads only attach the file part and never send document, create, request_id, or id. The API requires exactly one of document or create, so these overloads cannot succeed. They also ignore the unused file argument and do not apply RequestOptions.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit ef77b01. Configure here.
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.


17.13.0 → 17.13.1
🌿 Generated with Fern
Note
Medium Risk
Large generated surface area plus OAuth builder API removal (
grantType) may break callers; batch and versioning APIs are new integration paths for clinical/FHIR workflows.Overview
Regenerates the Java SDK to 17.13.1 (Fern CLI/generator bump) and exposes several new API areas from the updated spec.
Lang2Fhir batch — Adds
client.lang2FhirBatch()with sync/async clients for the full batch job lifecycle: create/list jobs, multipart item upload, finalize/cancel, job status, paginated results, and per-item result fetch.FHIR implementation guides & profiles — Implementation guides gain canonical package versioning (
createVersion/getVersion), updated delete semantics, summary fields (canonical_url,version_count), andConflictErroron duplicate publishes. Custom profiles gain aprofiles().versions()sub-client (list/create/get/delete retained StructureDefinition versions) with docs reflecting stricter update/delete and URL pinning behavior.Resource review (lang2fhir) — Review results now include a remediated list; findings add
unauditedand revised semantics for flagged vs quarantined resources.Client/auth tweaks — OAuth client-credentials flow no longer exposes configurable
grantType(fixed toclient_credentials). BuilderinstanceUrlonly overrides the URL template when environment is unset or default. Minor core changes: SDK identity headers, skip null static headers, console logger handler level.Docs (
reference.md,code-examples.json) and Fern replay/metadata align with the new endpoints.Reviewed by Cursor Bugbot for commit ef77b01. Bugbot is set up for automated code reviews on this repo. Configure here.