Skip to content

Releases: PhenoML/phenoml-ts-sdk

5.3.0

09 Feb 18:06
669e17c

Choose a tag to compare

What's Changed

  • feat: add custom code system export endpoint by @fern-api[bot] in #63

Full Changelog: 5.2.0...5.3.0

5.2.0

09 Feb 00:11
7241357

Choose a tag to compare

What's Changed

  • feat: refactor upload request structure with format-specific types by @fern-api[bot] in #59

Full Changelog: 5.1.0...5.2.0

5.1.0

08 Feb 15:59
d2f3eb2

Choose a tag to compare

What's Changed

  • feat: add code system detail retrieval and deletion methods by @fern-api[bot] in #56

Full Changelog: 5.0.0...5.1.0

5.0.0

07 Feb 01:21
c743c6f

Choose a tag to compare

What's Changed

  • feat: add workflow support to agents and simplify FHIR profile uploads by @fern-api[bot] in #55

Full Changelog: 4.0.0...5.0.0

4.0.0

04 Feb 04:38
88f012a

Choose a tag to compare

What's Changed

  • refactor: simplify document API by removing fileType parameter by @fern-api[bot] in #53

Full Changelog: 3.1.0...4.0.0

3.1.0

29 Jan 04:04
5e318c6

Choose a tag to compare

What's Changed

  • feat: add citation support and rename text search method by @fern-api[bot] in #49

Full Changelog: 3.0.0...3.1.0

3.0.0

22 Jan 00:16
ea5198f

Choose a tag to compare

What's Changed

  • feat: make provider parameter required for agent operations by @fern-api[bot] in #34

Full Changelog: 2.0.0...3.0.0

2.0.0

21 Jan 06:46
634615b

Choose a tag to compare

What's Changed

  • feat: remove is_active field from agent prompts API by @fern-api[bot] in #31

Full Changelog: 1.1...2.0.0

1.1

21 Jan 05:42
b9971c8

Choose a tag to compare

1.1

What's Changed

  • feat: add code system management and search endpoints to Construe API by @fern-api[bot] in #29

Full Changelog: 1.0.1...1.1

1.0.1

20 Jan 21:40
eee9835

Choose a tag to compare

refactor: remove User-Agent header from client configuration

Remove the hardcoded User-Agent header from the default headers configuration in the phenomlClient. This simplifies the client setup by reducing the number of predefined headers while maintaining the essential Fern SDK identification headers.

Key changes:
- Remove User-Agent header from default client headers
- Retain X-Fern SDK identification headers
- Simplify client configuration

🌿 Generated with Fern