Skip to content

Releases: enviodev/hypersync-client-node

v1.4.0: Upgrade to hypersync-client 1.3.0 (streaming v2) (#64)

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:54
8cf5b7d
* 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)

Choose a tag to compare

@github-actions github-actions released this 27 Mar 15:10
a78cab8
* 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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 13:26
Remove .npmrc token injection in favor of npm CLI's automatic OIDC
detection. The workflow already has id-token: write permission.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 13:25
dcdab8f
Deprecate windows and upgrade version (#54)

v1.0.1

Choose a tag to compare

@JonoPrest JonoPrest released this 25 Feb 12:12
4bb903c

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)

Choose a tag to compare

@github-actions github-actions released this 30 Jan 12:23
70a4504
* 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)

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:59
fb50a5b
* Bump client versions

* Run doc gen

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 17:19
8ece1b3
  • Fixes to pipeline
  • Add windows arm64 to npm
  • Upgrade napi-rs

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0-hyperindex-v2-compatible: Create release for windows arm64 (#50)

Choose a tag to compare

@github-actions github-actions released this 02 Dec 18:00
6652fc9
* 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

Choose a tag to compare

@github-actions github-actions released this 26 Nov 08:20
20227b0
Try get package to publish