Skip to content

Releases: hughsie/libxmlb

0.3.21

15 Oct 11:55
0.3.21
4cff6ec
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features:

  • Add the lzma and zstd support to the pkgconfig file

Bugfixes:

  • Make the LZMA support optional

0.3.15

02 Jan 10:27
0.3.15
Compare
Choose a tag to compare

New Features:

  • Sprinkle attribute((nonnull)) to give a little more compile-time safety (Richard Hughes)

Bugfixes:

  • Accept text/xml as an alternative to application/xml (peigongdsd)
  • Do not inline shared code (Chun-wei Fan)
  • Fix compiling with Visual Studio (Chun-wei Fan)
  • Fix the exported api test on Windows (Chun-wei Fan)
  • Generate and use .def file for clang-cl builds (Chun-wei Fan)
  • Release source file handles early (Milan Crha)

0.3.14

24 Aug 15:51
0.3.14
Compare
Choose a tag to compare

Bugfixes:

  • Fix comparing indexed text with integer values (Richard Hughes)

0.3.13

17 Aug 18:51
0.3.13
Compare
Choose a tag to compare

Bugfixes:

  • Correctly tokenize when using a bound text value (Richard Hughes)
  • Ensure tokens are all NULL when using xb_opcode_init() (Richard Hughes)

0.3.12

10 Aug 17:36
0.3.12
Compare
Choose a tag to compare

New Features:

  • Use indexes when binding value (Richard Hughes)

Bugfixes:

  • Avoid building errors and debug strings when possible to make XbQuery faster (Christian Hergert)
  • Fix content type detection on macOS (Richard Hughes)
  • Inline a number of machine internals to make queries faster (Christian Hergert)
  • Make zstd support optional (sulincix, aliriza)
  • Setup various release build options (Christian Hergert)