Skip to content

Releases: farsightsec/mtbl

mtbl 1.0.0 released

22 Feb 19:50
Compare
Choose a tag to compare

mtbl version 1.0.0 was released.

Changes since the previous release:

  • Backwards-incompatible file format change to enable block sizes >4G.
  • Add support for zstd compression. This adds a new library dependency on libzstd.
  • Add mtbl_iter_seek function.
  • Add mtbl_fileset_partition function.
  • Breaks ABI for version 0.x.x.
  • Add portability for clock time.
  • Simplify and improve portability related to byte order primitives.
  • Fix assertion failure. If there is a broken mtbl file in the fileset then a NULL reader will be returned. This change checks for that error condition in fs_reinit_merger() and does not pass the empty reader onwards to mtbl_merger_add_source().

Source tarball download
https://dl.farsightsecurity.com/dist/mtbl/mtbl-1.0.0.tar.gz

SHA256(mtbl-1.0.0.tar.gz)=
0c8ddcfa7bf28f82540a66f9a9722ef66816555250e9a3d3b39c1b2440f77d5f

mtbl 0.8.0

28 Aug 22:19
Compare
Choose a tag to compare
tags/v0.8.0

Bump version to 0.8.0