Nullus157/async-compression
 Watch   
 Star   
 Fork   
23 hours ago
async-compression

async-compression-v0.4.47

Fixed

  • (zstd) avoid no-progress errors while awaiting input (#486)
23 hours ago
async-compression

compression-codecs-v0.4.42

Fixed

  • (zstd) avoid no-progress errors while awaiting input (#486)
5 days ago
async-compression

async-compression-v0.4.46

Other

  • Return UnexpectedEof when deflate64 does not progress (#483)
5 days ago
async-compression

compression-codecs-v0.4.41

Other

  • Return UnexpectedEof when deflate64 does not progress (#483)
7 days ago
async-compression

async-compression-v0.4.45

Other

  • (deps) update zstd requirement from 0.13 to 0.14 (#481)
7 days ago
async-compression

compression-codecs-v0.4.40

Other

  • (deps) update zstd requirement from 0.13 to 0.14 (#481)
12 days ago
async-compression

async-compression-v0.4.44

Other

  • updated the following local packages: compression-core, compression-codecs
12 days ago
async-compression

compression-codecs-v0.4.39

Other

  • updated the following local packages: compression-core
12 days ago
async-compression

compression-core-v0.4.33

Other

  • Fix safety contract on assume_init, use asserts (#479)
  • Enforce WriteBuffer bounds checks in release builds (#477)

Fixed

  • Fix WriteBuffer::assume_init to track initialization relative to the written position without adding overlapping calls, and enforce bounds checks for initialization setters in release builds (#475).
  • Enforce WriteBuffer::advance and WriteBuffer::written initialization checks in release builds to prevent safe access to uninitialized memory (#477).
2026-07-29 21:04:33
async-compression

async-compression-v0.4.43

Other

  • Fix hang when decoding a corrupt subsequent zstd frame (#470)