Skip to content

Releases: Aidbox/aidbox-python-sdk

v0.1.20

01 Oct 14:28
b0166be
Compare
Choose a tag to compare
  • Fix deprecation warnings of fhirpy

Full Changelog: v0.1.19...v0.1.20

v0.1.19

30 Sep 16:35
eb03cbc
Compare
Choose a tag to compare

Use $resource-types over Entity for db

Full Changelog: v0.1.18...v0.1.19

v0.1.18

03 Sep 06:46
Compare
Choose a tag to compare

Add fhir-schema support to DB Proxy
Full Changelog: v0.1.17...v0.1.18

v0.1.17

01 Sep 07:51
Compare
Choose a tag to compare
  • update dependencies;
  • get rid of deprecated event_loop asyncio fixture;

v0.1.16

22 Jul 11:49
Compare
Choose a tag to compare

What's Changed

  • Don't raise 404 error for aidbox configured with FHIR Schema @ir4y
  • Bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #71

Full Changelog: v0.1.15...v0.1.16

v0.1.15

27 Mar 06:48
6b309bd
Compare
Choose a tag to compare

What's Changed

  • Add support for fhir_code, fhir_url and fhir_resource by @projkov in #70

New Contributors

Full Changelog: v0.1.14...v0.1.15

v0.1.14

16 Mar 03:55
Compare
Choose a tag to compare
  • Fix db initialization crash for fhirschema
  • Update aiohttp = "~=3.10.2"

Full Changelog: v0.1.13...v0.1.14

v0.1.13

01 Nov 23:24
55d1312
Compare
Choose a tag to compare
  • Add py.typed marker

v0.1.12

13 Sep 11:15
188f6e6
Compare
Choose a tag to compare
  • Update drop_before_all to support fhir-schema and old approach #68
  • Add headers to SDKOperationRequest

v0.1.10

05 Sep 08:39
0f99389
Compare
Choose a tag to compare
  • Improve exposed types.py
  • Use web.AppKey for client/db/sdk/settings app keys (backward compatible with str key)