Skip to content

Releases: soliantconsulting/fm-data-api-client

v3.0.1

23 Oct 17:41

Choose a tag to compare

3.0.1 (2025-10-23)

Bug Fixes

  • add provenance attestation (f6b9d34)

v3.0.0

24 Sep 15:16

Choose a tag to compare

3.0.0 (2025-09-24)

  • feat!: change return type for the container download from blob to ReadableStream (db70c0c)

BREAKING CHANGES

  • buffer property for ContainerDownload is now ReadableStream instead of buffer. response.blob() reads the whole response into ram preventing efficient use of memory to stream the response.

v2.0.5

09 Sep 16:06

Choose a tag to compare

2.0.5 (2025-09-09)

Bug Fixes

v2.0.4

09 Sep 15:33

Choose a tag to compare

2.0.4 (2025-09-09)

Bug Fixes

  • missing type definitions (4ed446a)

v2.0.3

10 Jul 16:45

Choose a tag to compare

2.0.3 (2025-07-10)

Bug Fixes

  • do not set multipart/form-data content type manually (6b152a0)

v2.0.2

10 Jul 14:47

Choose a tag to compare

2.0.2 (2025-07-10)

Bug Fixes

  • do not override content-type header when body is FormData (fde4192)

v2.0.1

05 May 20:12

Choose a tag to compare

2.0.1 (2025-05-05)

Bug Fixes

  • npm upgrade to fix audit issue with bable/helpers (1389cd5)
  • url checking should be case insensitive for container downloads (0ff4c19)

v2.0.0

11 Mar 15:54

Choose a tag to compare

2.0.0 (2025-03-11)

  • feat!: replace node-fetch with native fetch (#15) (a0db863), closes #15

BREAKING CHANGES

  • requires node 18. The type for ContainerDownload.buffer has changed

v1.5.0

16 Jan 13:41

Choose a tag to compare

1.5.0 (2025-01-16)

Features

  • include dataInfo in find responses (27817b9)

v1.4.0

31 May 16:14

Choose a tag to compare

1.4.0 (2024-05-31)

Features

  • Client: add client.requestContainer to download secure containers (d67d967)
  • Layout: add executeScript to layout (5c729a4)