Skip to content

Releases: beda-software/fhir-py

v2.0.14

02 Oct 22:09
86103b5
Compare
Choose a tag to compare
  • Minor type fixes

v2.0.13

02 Oct 20:49
52bb1ef
Compare
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
Compare
Choose a tag to compare
  • Fix fetch_raw for custom resource class

v2.0.11

30 Aug 06:45
b3cda90
Compare
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
Compare
Choose a tag to compare
  • Update serializer with recursive cleaning and removing null values

v2.0.9

29 Aug 20:17
6c239a3
Compare
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
Compare
Choose a tag to compare
  • Add experimental pluggable client-level dump function

v2.0.7

27 Aug 13:21
a3be32e
Compare
Choose a tag to compare
  • Preserve null values for resource in save() with fields passed

v2.0.6

27 Aug 12:58
0a9ca27
Compare
Choose a tag to compare
  • Fix type inference for client.resource
  • Remove null values from dict for save/create/update
  • Preserve null values in dict for patch

v2.0.5

21 Aug 12:19
4d4bc42
Compare
Choose a tag to compare
  • Fix support for 3.9+ by adding missing typing-extensions as dependency #129