Skip to content

Releases: linz/cotar

tar: v6.0.1

11 Dec 22:27
89139c2
Compare
Choose a tag to compare

6.0.1 (2023-12-11)

Bug Fixes

tar: v6.0.0

11 Dec 22:21
eb65dbe
Compare
Choose a tag to compare

6.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • split cotar builder from @cotar/core (#481)

Features

  • split cotar builder from @cotar/core (#481) (b8b801d)

core: v6.0.1

11 Dec 22:27
89139c2
Compare
Choose a tag to compare

6.0.1 (2023-12-11)

Bug Fixes

core: v6.0.0

11 Dec 22:21
eb65dbe
Compare
Choose a tag to compare

6.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • split cotar builder from @cotar/core (#481)
  • remove v1 index logic (#479)

Features

  • core: increase the default packing factor from 115% to 120% to reduce hash searches (#367) (e34c9c3)
  • remove v1 index logic (#479) (fbd3980)
  • split cotar builder from @cotar/core (#481) (b8b801d)
  • switch to node-next modules to catch missing ".js" extensions (#428) (e598397)

Bug Fixes

  • core: remove binparse from cotar reader (#478) (822f646)

cli: v6.0.1

11 Dec 22:27
89139c2
Compare
Choose a tag to compare

6.0.1 (2023-12-11)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cotar/core bumped from ^6.0.0 to ^6.0.1
      • @cotar/builder bumped from ^6.0.0 to ^6.0.1
      • @cotar/tar bumped from ^6.0.0 to ^6.0.1

cli: v6.0.0

11 Dec 22:21
eb65dbe
Compare
Choose a tag to compare

6.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • split cotar builder from @cotar/core (#481)

Features

  • cli: allow validating external indexes (#489) (46b7305)
  • split cotar builder from @cotar/core (#481) (b8b801d)
  • switch to node-next modules to catch missing ".js" extensions (#428) (e598397)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cotar/core bumped from ^5.5.0 to ^6.0.0
      • @cotar/builder bumped from ^5.5.0 to ^6.0.0
      • @cotar/tar bumped from ^5.4.1 to ^6.0.0

builder: v6.0.1

11 Dec 22:27
89139c2
Compare
Choose a tag to compare

6.0.1 (2023-12-11)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cotar/core bumped from ^6.0.0 to ^6.0.1

builder: v6.0.0

11 Dec 22:21
eb65dbe
Compare
Choose a tag to compare

6.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • split cotar builder from @cotar/core (#481)

Features

  • split cotar builder from @cotar/core (#481) (b8b801d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cotar/core bumped from ^5.5.0 to ^6.0.0

cli: v5.6.0

16 Nov 22:50
dfbce19
Compare
Choose a tag to compare

5.6.0 (2022-11-16)

Features

  • cli: add "version" cli to dump version information (2e91fff)
  • cli: rewrite wmts template urls if they are relative paths (#361) (c2622ff)

core: v5.5.0

15 Nov 04:49
dd770b0
Compare
Choose a tag to compare

5.5.0 (2022-11-15)

Features

  • count the number of filled records in the hash table (#357) (8b6e55b)