Skip to content

Releases: 0xcaff/duckdb_protobuf

v0.0.7

11 Sep 05:44
488cec7
Compare
Choose a tag to compare

What's Changed

  • add information columns by @0xcaff in #19
  • use loadable extensions api (adds support for duckdb v1.1.0) by @0xcaff in #17

Full Changelog: v0.0.6...v0.0.7

v0.0.6

05 Sep 22:33
37998a0
Compare
Choose a tag to compare

What's Changed

  • add support for threads. this should result in roughly linear performance scaling across cores. if you have 10 cores, things should run ~10x faster than before.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

14 Aug 08:50
Compare
Choose a tag to compare
fix syntax

v0.0.4

23 Jul 05:19
Compare
Choose a tag to compare
fix typo

v0.0.3

23 Jul 04:03
58b641f
Compare
Choose a tag to compare
add release publishing (#8)

v0.0.2

23 Jul 02:52
f14005b
Compare
Choose a tag to compare
add new message per file storage format (#5)

v0.0.1

22 Jul 23:57
334dcce
Compare
Choose a tag to compare
upgrade to duckdb 1.0.0 (#3)

add metadata generation and working automated builds