Skip to content

SDK regeneration - #215

Closed
fern-api[bot] wants to merge 5 commits into
mainfrom
fern-bot/2026-09-21_17-34-26_081
Closed

fern-api[bot] wants to merge 5 commits into
mainfrom
fern-bot/2026-09-21_17-34-26_081

Conversation

@fern-api

@fern-api fern-api Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

17.13.0 → 17.13.1

🌿 Generated with Fern


Note

Medium Risk
Adds large new API surfaces (batch jobs, profile/IG versioning) and removes configurable OAuth grant type; FHIR2OMOP mapping semantics documented as broader, which may surprise integrators relying on prior behavior.

Overview
Regenerates the Java SDK to 17.13.1 (Fern CLI/generator bump) against a newer API spec.

The main surface-area additions are client.lang2FhirBatch() for asynchronous batch Lang2FHIR jobs (create/list jobs, multipart item upload, finalize/cancel, paginated status and per-item results) and versioned FHIR metadata: implementation-guide package versions (createVersion / getVersion) plus a new profiles().versions() client to list, create, get, and delete retained StructureDefinition versions. Profile and implementation-guide delete/update/list behavior is documented to match immutable versioning and stricter canonical URL rules.

FHIR→OMOP clients and types pick up expanded coverage and semantics in Javadoc/request docs (additional reference/admin mappings, observation routing, non-stable row IDs). mapping_status is now typed as MappingEntryMappingStatus instead of a plain string.

Smaller client changes: OAuth client-credentials auth always sends grant_type=client_credentials and _CredentialsAuth.grantType() is removed; instanceUrl only overrides the base URL when the environment is unset or DEFAULT; document Lang2FHIR docs add RTF/XML-C-CDA and size limits.

Reviewed by Cursor Bugbot for commit 71ad2c7. Bugbot is set up for automated code reviews on this repo. Configure here.

fern-api Bot and others added 5 commits September 21, 2026 17:34
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-java-sdk: 4.19.2
🌿 Generated with Fern
🌿 Generated with Fern

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 71ad2c7. Configure here.

} catch (IOException e) {
throw new PhenomlClientException("Network error executing HTTP request", e);
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stream upload omits required fields

High Severity

The stream-based uploadItem overloads only send the file part and never attach document, create, request_id, or id. The unused file argument is ignored. Because the API requires exactly one of document or create, these public methods cannot succeed and will fail with 400.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 71ad2c7. Configure here.

@gavinsharp gavinsharp closed this Sep 22, 2026
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.

1 participant