Skip to content

Releases: saracen/fastzip

v0.1.11

09 Jun 10:20
35c9d55
Compare
Choose a tag to compare

What's Changed

  • Use GOMAXPROCS for concurrency default, not NumCPU by @saracen in #45

Full Changelog: v0.1.10...v0.1.11

v0.1.10

21 May 00:02
b121721
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

04 Mar 11:35
3346ae5
Compare
Choose a tag to compare

What's Changed

  • Fix CreateRaw() flags and timestamps by @saracen in #37
  • Rate-limit active go routines by @saracen in #38
  • A buffer size of zero uses no buffer, rather than default size by @saracen in #39

Full Changelog: v0.1.8...v0.1.9

v0.1.8

21 Feb 21:54
998be6b
Compare
Choose a tag to compare

What's Changed

  • Fix atomic access to unaligned fields causing panics on 32bit systems by @kumbayo in #35
  • Updates klauspost/compress to v1.14.3 by @saracen in #36

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

11 Sep 23:23
9ba5721
Compare
Choose a tag to compare
Merge pull request #31 from saracen/fix-buffer-size

Fix buffer size limit

v0.1.6

11 Sep 22:51
a58a00e
Compare
Choose a tag to compare
Merge pull request #30 from saracen/extraction-improvements

Extraction improvements

v0.1.5

06 Jan 11:29
b471a36
Compare
Choose a tag to compare
Merge pull request #29 from saracen/respect-umask

Fix extracted directories/files not respecting umask

v0.1.4

06 Dec 14:34
5ed3b0f
Compare
Choose a tag to compare
Merge pull request #24 from saracen/dependency-update

Dependency update: flate performance and extrazip bug fix

v0.1.3

03 Nov 10:50
f719bc8
Compare
Choose a tag to compare
Merge pull request #23 from saracen/upgrade-compress

Upgrade github.com/klauspost/compress to v1.11.2

v0.1.2

03 Nov 10:50
9aa7aaa
Compare
Choose a tag to compare
Merge pull request #19 from saracen/filepool-buffer

Add initial buffer to filepool