Skip to content

Releases: fhir-crucible/fhir_client

v5.0.3

09 Dec 13:54
b1fff31
Compare
Choose a tag to compare

Allow a specific client to be specified when reading a reference: reference.read(client) and reference.vread(client).

v5.0.2

23 Sep 20:19
f1f0ed8
Compare
Choose a tag to compare

Updates minimum required version for FHIR models classes to incorporate recent performance fixes.

v5.0.1

13 Aug 12:25
42c675d
Compare
Choose a tag to compare

Fix a bug where the client was not being set on DSTU2/STU3 references.

v5.0.0

12 Aug 12:35
a69338c
Compare
Choose a tag to compare

Made resources and references maintain their own client instances rather than relying on a global FHIR::Model.client.

v4.0.6

30 Apr 01:53
94bbf4b
Compare
Choose a tag to compare

Fixes issue with the search: flag: options where setting flag to false caused the search to incorrectly use the POST method.

v4.0.5

31 Mar 01:57
e0f0d44
Compare
Choose a tag to compare

Adds the ability to specify a payload for searches using the POST method.

v4.0.4

26 Feb 04:25
57cce51
Compare
Choose a tag to compare

Better exception handling, so exceptions aren't masked by another bogus error. Also removes an incorrect warning.

v4.0.2

26 Aug 16:13
6f7751b
Compare
Choose a tag to compare

Dependency updates.

v4.0.1

16 Aug 14:39
aeddc8c
Compare
Choose a tag to compare

Includes fixes for:

  • Content-Type header
  • Rake task for counting items in a Bundle

v4.0.0

24 Apr 01:00
1989152
Compare
Choose a tag to compare

Update to support FHIR R4, in addition to FHIR STU3 and FHIR DSTU2.