Skip to content

Releases: linz/cotar

cli: 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)

Dependencies

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

cli: v5.4.2

14 Nov 23:20
4c88d97
Compare
Choose a tag to compare

5.4.2 (2022-11-14)

Bug Fixes

  • cli: correct file name of validate command (ca6110e)

v5.4.1

07 Jul 03:59
v5.4.1
842d3a1
Compare
Choose a tag to compare

Bug Fixes

  • tar: hide the tar-stream types from endusers (#251) (ad38a18)

v5.4.0

07 Jul 01:52
v5.4.0
3b4e2e1
Compare
Choose a tag to compare

Features

  • cli: create reproducable tar with "cotar tar" (#250) (13776fb)

v5.3.0

17 Mar 01:03
v5.3.0
9bafbf5
Compare
Choose a tag to compare

Bug Fixes

  • core: v1 metadata should have a different offset size to v2 metadata (1b86503)

Features

  • cli: include cotar metadata in info output (9c2ed7e)

v5.2.0

13 Mar 22:46
v5.2.0
5c22d6c
Compare
Choose a tag to compare

Bug Fixes

  • cannot sort using bigint returns (d18691d)
  • core: sort could still be unstable where multiple files reference the same offset (hard links) (04cd0c8)
  • skip over duplicate files inside tars (e167bf7)
  • core: make file sort stable (42a5922)

Features

  • cli: validate seperate index files (#191) (8ced487)
  • core: create version 2 header switching to uint32 for block offsets (#179) (a968a11)

v5.1.1

29 Nov 23:20
v5.1.1
1a2303c
Compare
Choose a tag to compare
v5.1.1

v5.0.1

16 Sep 00:51
v5.0.1
0d7c360
Compare
Choose a tag to compare

Bug Fixes

  • correct deployment logic for npm (4fe1152)
  • remove unused any (88b2b06)

v5.0.0

16 Sep 00:40
v5.0.0
c0283c4
Compare
Choose a tag to compare

Features

  • switch to chunkd v7 which uses a dataview based interface (ddc62bf)
  • switch to esm modules (5df415a)

BREAKING CHANGES

  • Switched to ESM modules this breaks all compatability
    with CommonJS modules