Skip to content

Commit 38ad2e6

Browse files
chore(release): set package.json to 3.0.0 [skip ci]
# [3.0.0](v2.0.5...v3.0.0) (2025-09-24) * feat!: change return type for the container download from blob to ReadableStream ([db70c0c](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.
1 parent db70c0c commit 38ad2e6

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.0.0](https://github.com/soliantconsulting/fm-data-api-client/compare/v2.0.5...v3.0.0) (2025-09-24)
2+
3+
4+
* feat!: change return type for the container download from blob to ReadableStream ([db70c0c](https://github.com/soliantconsulting/fm-data-api-client/commit/db70c0c37a3b6500c28082b3f34b3642b9dc418e))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* 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.
10+
111
## [2.0.5](https://github.com/soliantconsulting/fm-data-api-client/compare/v2.0.4...v2.0.5) (2025-09-09)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fm-data-api-client",
3-
"version": "2.0.5",
3+
"version": "3.0.0",
44
"description": "FileMaker Data API Client",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)