Releases: fhir-crucible/fhir_client
Releases · fhir-crucible/fhir_client
v6.0.0
What's Changed
- FI-2906 R4B and R5 support by @360dgries in #169
- Release 6.0.0 by @360dgries in #170
New Contributors
- @360dgries made their first contribution in #169
Full Changelog: v5.0.3...v6.0.0
v5.0.3
Allow a specific client to be specified when reading a reference: reference.read(client)
and reference.vread(client)
.
v5.0.2
v5.0.1
Fix a bug where the client was not being set on DSTU2/STU3 references.
v5.0.0
Made resources and references maintain their own client instances rather than relying on a global FHIR::Model.client
.