Skip to content

Latest commit

 

History

History
112 lines (49 loc) · 4.98 KB

File metadata and controls

112 lines (49 loc) · 4.98 KB

3.0.1 (2025-10-23)

Bug Fixes

  • add provenance attestation (f6b9d34)

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.

2.0.5 (2025-09-09)

Bug Fixes

2.0.4 (2025-09-09)

Bug Fixes

  • missing type definitions (4ed446a)

2.0.3 (2025-07-10)

Bug Fixes

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

2.0.2 (2025-07-10)

Bug Fixes

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

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)

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

1.5.0 (2025-01-16)

Features

  • include dataInfo in find responses (27817b9)

1.4.0 (2024-05-31)

Features

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

1.3.1 (2024-05-03)

Bug Fixes

  • Layout: convert boolean true/false for omits to string (#12) (89c9f3f)

1.3.0 (2022-08-17)

Features

1.2.2 (2022-07-08)

Bug Fixes

  • Layout: fix type of GenericPortalData (4c7fc00)

1.2.1 (2022-04-17)

Bug Fixes

  • Client: retry once with new token if FileMaker reporst invalid token (ef9b348)

1.2.0 (2022-04-17)

Features

  • dependencies: make node-fetch a standard dependency (e5631c2)