Skip to content

Releases: BemiHQ/BemiDB

v0.37.0

03 Mar 20:39
e7f9213
Compare
Choose a tag to compare
  • Allow include/exclude schemas/tables args with wildcard (*)

v0.36.3

03 Mar 17:06
b05094a
Compare
Choose a tag to compare
  • Fix parsing dates with 5-digit years

v0.36.2

28 Feb 22:21
97a6660
Compare
Choose a tag to compare
  • Automatically alias columns based on the selected function name

v0.36.1

28 Feb 21:14
64648ca
Compare
Choose a tag to compare
  • Fix JSONB[] columns' serialization into Parquet

v0.36.0

28 Feb 15:33
10c637f
Compare
Choose a tag to compare
  • Sync from PG in parallel using an in-memory backpressured buffer

v0.35.2

26 Feb 17:23
7a14088
Compare
Choose a tag to compare
  • Fix jsonb_extract_path_text() if it has a VARIADIC array arg

v0.35.1

26 Feb 16:05
92da811
Compare
Choose a tag to compare
  • Add support for jsonb_extract_path_text
  • Add support for json_build_object
  • Add support for encode(..., 'hex')

v0.35.0

25 Feb 21:31
33f4190
Compare
Choose a tag to compare
  • Use native UUID type casting via DuckDB (requires a re-sync)

v0.34.7

25 Feb 18:12
c06bf33
Compare
Choose a tag to compare
  • Execute init.sql after loading Iceberg table
  • Add support for BEGIN statements

v0.34.6

25 Feb 13:32
aa791a0
Compare
Choose a tag to compare
  • Improve error message when starting w/o synced Iceberg data