Releases: beda-software/fhir-py
Releases · beda-software/fhir-py
v2.2.0
07 Oct 14:10
Compare
Sorry, something went wrong.
No results found
v2.1.0
23 Sep 11:59
Compare
Sorry, something went wrong.
No results found
Use If-None-Match with ETag (meta.versionId) for refresh() @vladimchefner
v2.0.15
23 Nov 18:54
Compare
Sorry, something went wrong.
No results found
What's Changed
Remove trailing '/' from base url when building resource location path by @m0rl in #136
Full Changelog : v2.0.14...v2.0.15
v2.0.14
02 Oct 22:09
Compare
Sorry, something went wrong.
No results found
v2.0.13
02 Oct 20:49
Compare
Sorry, something went wrong.
No results found
Add support for resource type and reference for client methods get/patch/delete (#133 )
v2.0.12
30 Sep 17:12
Compare
Sorry, something went wrong.
No results found
Fix fetch_raw for custom resource class
v2.0.11
30 Aug 06:45
Compare
Sorry, something went wrong.
No results found
Rename dump to dump_resource
Get rid of built-in dumping for dict-like structure
Get rid of built-in dumping for patch
Some breaking changes here, but the functional was introduced recently
that's why the version has not increased according to semver
Migration guide for pydantic-users:
Pass dump_resource=lambda d: d.model_dump()
Manually dump your models for patch
v2.0.10
29 Aug 21:07
Compare
Sorry, something went wrong.
No results found
Update serializer with recursive cleaning and removing null values
v2.0.9
29 Aug 20:17
Compare
Sorry, something went wrong.
No results found
Update serializer with removing empty dicts/lists and transforming empty dicts into nulls in lists
v2.0.8
29 Aug 19:12
Compare
Sorry, something went wrong.
No results found
Add experimental pluggable client-level dump function