Skip to content

Releases: BemiHQ/BemiDB

v0.51.1

24 Apr 11:38
bd539fb
Compare
Choose a tag to compare
  • Reduce the data file chunk size to have smaller Parquet files

v0.51.0

17 Apr 17:09
78b0ac9
Compare
Choose a tag to compare
  • Add bemidb_last_synced_at('schema.table') for checking data freshness

v0.50.3

16 Apr 14:29
3eb1e73
Compare
Choose a tag to compare
  • Fix compatibility with old BemiDB versions w/o internal metadata

v0.50.2

16 Apr 13:22
6902f22
Compare
Choose a tag to compare

v0.50.1

16 Apr 13:09
7d8ec9c
Compare
Choose a tag to compare
  • Fix incremental syncs when there were table structure changes

v0.50.0

15 Apr 20:59
58652bf
Compare
Choose a tag to compare
  • Add support for partitioned tables
  • Breaking change: deprecate --init-sql making the initialization SQL file internal implementation

v0.49.3

14 Apr 14:09
d10d7c2
Compare
Choose a tag to compare
  • Fix selects from a system PG user table, close #46

v0.49.2

11 Apr 16:17
b6dbbf3
Compare
Choose a tag to compare
  • Improve DEBUG logging for the sync command

v0.49.1

11 Apr 13:55
1be5204
Compare
Choose a tag to compare
  • Fix incremental syncs if there was a transaction ID wraparound
  • Sync incrementally if there were wraparound & xmin reset & sync resume

v0.49.0

10 Apr 20:10
645c420
Compare
Choose a tag to compare
  • Allow syncing large PG databases with transaction ID wraparounds