Releases: enviodev/hypersync-client-node
Releases · enviodev/hypersync-client-node
Release list
v1.4.0: Upgrade to hypersync-client 1.3.0 (streaming v2) (#64)
* Upgrade to hypersync-client 1.3.0 (streaming v2) - Bump hypersync-client 1.1.4 -> 1.3.0. - StreamConfig: drop response_bytes_floor/ceiling; make max_batch_size an optional no-cap (None => no block cap); add response_bytes_target (default 400000) and max_buffered_bytes (None => adaptive). Update the From impl and index.d.ts. - get_with_rate_limit: adapt to the new RateLimitResponse enum — response is now optional (null on HTTP 429); inspect rate_limit and retry. * Bump to 1.4.0 and regenerate napi artifacts + typedoc docs - package version 1.3.0 -> 1.4.0 (1.3.0 already on npm); synced the npm/* platform sub-packages via 'napi version'. - Regenerated index.d.ts / index.js from the 1.3.0 build (yarn build) and the typedoc HTML under docs/ (yarn docs) — StreamConfig now shows response_bytes_target / max_buffered_bytes and the optional rate-limited response. Built against published hypersync-client 1.3.0; release/publish runs in CI.
Upgrade native bindings to v1.3.0 and add setLogLevel export (#63)
* build: regenerate index.d.ts and index.js from build:debug https://claude.ai/code/session_012S4bi3pn9iQ8aT9iMv4s5i * chore: bump platform package versions to 1.3.0 https://claude.ai/code/session_012S4bi3pn9iQ8aT9iMv4s5i
v1.2.0: Use OIDC trusted publishing instead of long-lived NPM_TOKEN
Remove .npmrc token injection in favor of npm CLI's automatic OIDC detection. The workflow already has id-token: write permission.
v1.1.0
Deprecate windows and upgrade version (#54)
v1.0.1
What's Changed
- Bump rust client version to 1.0.1 and bump npm version to 1.0.1 by @JonoPrest in #53
Full Changelog: v1.0.0...v1.0.1
v1.0.0: Fix include exclude binding for seclection (#52)
* Transform union type to match selection first then filter Previously Either always matched as filter since filter can always have nullable fields. * Upgrade hypersync client rust * Increment version
v0.7.2: Bump client versions (#51)
* Bump client versions * Run doc gen
v0.7.1
- Fixes to pipeline
- Add windows arm64 to npm
- Upgrade napi-rs
What's Changed
- Js/attempt package fix by @JonoPrest in #47
- Add windows arm and bump version by @JonoPrest in #49
Full Changelog: v0.7.0...v0.7.1
v0.7.0-hyperindex-v2-compatible: Create release for windows arm64 (#50)
* Add comment * simplify alpine docker file * Remove rustup update command in docker build * Add auth for ghcr * Correct auth of ghcr * Pull docker image before using * Add packages read permissions * Simplify workflow * Revert "Simplify workflow" This reverts commit 2a263e6c594ae36c78fca85577239127beafa491.
v0.7.0-internaltest.0
Try get package to publish