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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 3.1.0 - 2026-01-29
2
+
* feat: add citation support and rename text search method
3
+
* 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.
4
+
* Key changes:
5
+
* Add Citation interface with text spans and character offsets
6
+
* Add include_citations option to ExtractRequestConfig for sentence-based chunking
7
+
* Add is_ancestor and citations fields to ExtractedCodeResult
8
+
* Rename textSearchKeywordBased to terminologyServerTextSearch for clarity
9
+
* Add CPT usage disclaimers and paid plan requirements to documentation
10
+
* Add BadGatewayError (502) error handling to FHIR client methods
11
+
* 🌿 Generated with Fern
12
+
1
13
## 3.0.0 - 2026-01-21
2
14
* feat: make provider parameter required for agent operations
3
15
* This change makes the provider parameter required for agent create and update operations,
0 commit comments