Skip to content

Releases: EarthyScience/icechunk-js

v0.6.0

24 Jun 20:42

Choose a tag to compare

What's Changed

  • Resolve virtual-chunk S3 endpoints from container config by @Shane98c in #27

⚠️ Breaking change

ReadSession.open's virtualChunkContainers option is now VirtualChunkContainer[] instead of Map<string, string>. It's normally populated internally by Repository / IcechunkStore, so most users are unaffected; direct callers passing a Map must switch to the array form.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Jun 20:28

Choose a tag to compare

What's Changed

  • ci/publish: node 24 + OIDC trusted publishing; drop EOL node 18 by @Shane98c in #23
  • Resolve manifest refs lazily to avoid OOM on large shards by @Shane98c in #26

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Jun 21:27

Choose a tag to compare

What's Changed

  • Support dictionary-compressed virtual chunk locations by @Shane98c in #22

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Apr 17:36

Choose a tag to compare

What's Changed

  • fix aborts returning 'missing' data and standardize to AbortSignal by @Shane98c in #17
  • add range coalescing option by @Shane98c in #18
  • Deduplicate concurrent manifest fetches by @Shane98c in #19
  • resolve vcc:// virtual chunk locations against repo config by @Shane98c in #16

Full Changelog: v0.3.2...v0.4.0

v0.3.2

18 Apr 17:26

Choose a tag to compare

What's Changed

  • Fix README examples and JSDoc by @Shane98c in #9
  • remove speculative branch tombstone tracking from v1 reader by @Shane98c in #14
  • clarify HTTP v1 ref behavior in README, broaden test coverage by @Shane98c in #15
  • replace shell scripts with node by @Shane98c in #10
  • include another zarrita breaking version by @lazarusA in #12

Full Changelog: v0.3.1...v0.3.2

v0.3.1

02 Apr 14:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1