Skip to content

Releases: beda-software/fhir-py

v2.2.0

07 Oct 14:10
63900c7

Choose a tag to compare

v2.1.0

23 Sep 11:59
280b328

Choose a tag to compare

  • Use If-None-Match with ETag (meta.versionId) for refresh() @vladimchefner

v2.0.15

23 Nov 18:54

Choose a tag to compare

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
86103b5

Choose a tag to compare

  • Minor type fixes

v2.0.13

02 Oct 20:49
52bb1ef

Choose a tag to compare

  • Add support for resource type and reference for client methods get/patch/delete (#133)

v2.0.12

30 Sep 17:12
a7b2dee

Choose a tag to compare

  • Fix fetch_raw for custom resource class

v2.0.11

30 Aug 06:45
b3cda90

Choose a tag to compare

  • 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
d16a930

Choose a tag to compare

  • Update serializer with recursive cleaning and removing null values

v2.0.9

29 Aug 20:17
6c239a3

Choose a tag to compare

  • Update serializer with removing empty dicts/lists and transforming empty dicts into nulls in lists

v2.0.8

29 Aug 19:12
4871f2c

Choose a tag to compare

  • Add experimental pluggable client-level dump function