Releases: beda-software/fhir-py
Releases · beda-software/fhir-py
v2.3.0
Compare
Sorry, something went wrong.
No results found
Add url_aliases support for re-writing incoming urls during pagination
Full Changelog : v2.2.0...v2.3.0
v2.2.0
Compare
Sorry, something went wrong.
No results found
v2.1.0
Compare
Sorry, something went wrong.
No results found
Use If-None-Match with ETag (meta.versionId) for refresh() @vladimchefner
v2.0.15
Compare
Sorry, something went wrong.
No results found
m0rl
released this
23 Nov 18:54
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
Compare
Sorry, something went wrong.
No results found
v2.0.13
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
Compare
Sorry, something went wrong.
No results found
Fix fetch_raw for custom resource class
v2.0.11
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
Compare
Sorry, something went wrong.
No results found
Update serializer with recursive cleaning and removing null values
v2.0.9
Compare
Sorry, something went wrong.
No results found
Update serializer with removing empty dicts/lists and transforming empty dicts into nulls in lists