Skip to content

Releases: hughsie/libxmlb

0.3.25

03 Feb 13:07
0.3.25
b31dec0

Choose a tag to compare

Bugfixes:

  • Correctly decompress heavily compressed zstd streams (Richard Hughes)

0.3.24

10 Sep 15:55
0.3.24
d004cca

Choose a tag to compare

Bugfixes:

  • Allow calling xb_silo_query_build_index() with no text set
  • Do not reverse the order of attrs when using xb_node_attr_iter_next()

0.3.23

07 Aug 12:34
0.3.23
65bfb30

Choose a tag to compare

Bugfixes:

  • Do not reallocate the final silo blob when compiling to reduce peak RSS by about ~6%

0.3.22

12 Mar 09:37
0.3.22
addcce3

Choose a tag to compare

New Features:

  • Add support for COLLAPSE_EMPTY when exporting an XbBuilderNode (Richard Hughes)
  • Store the expected file size in the header to detect truncation (Richard Hughes)

Bugfixes:

  • Check the strtab has a trailing NUL byte (Richard Hughes)
  • Fix an issue when exporting a silo using COLLAPSE_EMPTY (Richard Hughes)
  • Fix calling text() on an empty element (Richard Hughes)

0.3.21

15 Oct 11:55
0.3.21
4cff6ec

Choose a tag to compare

Bugfixes:

  • Check for corrupt XbSiloNode values in a smarter way (Richard Hughes)

0.3.20

14 Oct 13:55
0.3.20
248b5cc

Choose a tag to compare

Bugfixes:

  • Do not always strip literal text (Richard Hughes)
  • Do not assume .txt files are application/xml (Richard Hughes)
  • Fix a crash when loading a corrupt XMLb store (Richard Hughes)
  • Fix writing files on Windows (Richard Hughes)

0.3.19

22 Apr 17:09
0.3.19
4393955

Choose a tag to compare

New Features:

  • Add xb_version_string() to get the runtime ABI version (Richard Hughes)

Bugfixes:

  • Add the runtime version as the default XMLb invalidation GUID (Richard Hughes)

0.3.18

09 Apr 20:26
0.3.18
59cf2e0

Choose a tag to compare

Bugfixes:

  • Fix decompressing large zstd files, harder (Richard Hughes)
  • Include the pkgconfig variables in the subproject declared dependency (Richard Hughes)

0.3.17

05 Apr 08:53
0.3.17
db54f1b

Choose a tag to compare

Bugfixes:

  • Create SECURITY.md for the OpenSSF scorecard (Richard Hughes)
  • Fix decompressing large zstd files (Richard Hughes)
  • Use zst as the file extension for zstd (Richard Hughes)

0.3.16

03 Apr 13:13
0.3.16
1b436f4

Choose a tag to compare

New Features:

  • Add the lzma and zstd support to the pkgconfig file

Bugfixes:

  • Make the LZMA support optional