You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 4.0.0 - 2026-02-03
2
+
* refactor: simplify document API by removing fileType parameter
3
+
* The Lang2Fhir document endpoint now auto-detects file types from content magic bytes,
4
+
* eliminating the need for manual MIME type specification. This change streamlines the
5
+
* API interface while maintaining support for PDF, PNG, and JPEG file formats.
6
+
* Key changes:
7
+
* Remove fileType parameter from DocumentRequest interface
8
+
* Update content parameter documentation to specify supported formats
9
+
* Remove FileType enum and associated type definitions
10
+
* Update all code examples and tests to use simplified API
11
+
* Maintain backward compatibility for file type detection
12
+
* 🌿 Generated with Fern
13
+
1
14
## 3.1.0 - 2026-01-29
2
15
* feat: add citation support and rename text search method
3
16
* Adds source text citation functionality to code extraction and renames the text search method for better clarity. Citations provide exact text spans with character offsets showing where each code was found in the source text, enabling precise traceability.
0 commit comments