Skip to content

Releases: BemiHQ/BemiDB

v0.39.0

07 Mar 16:13
136bab0
Compare
Choose a tag to compare
  • Add support for pg_catalog operators and COLLATE
  • Add support for pg_class.relforcerowsecurity column
  • Add support for ::pg_catalog.regtype and ::pg_catalog.regnamespace type casting
  • Add support for ::pg_catalog.regclass::pg_catalog.text type casting
  • Add support for pg_catalog.pg_policy and pg_catalog.pg_statistic_ext tables
  • Add support for pg_catalog.pg_publication and pg_catalog.pg_publication_rel
  • Add support for pg_catalog.pg_get_statisticsobjdef_columns()
  • Add support for pg_catalog.pg_relation_is_publishable()

v0.38.3

06 Mar 19:28
02bfd05
Compare
Choose a tag to compare
  • Fix reading from Iceberg with an absolute path on a local disk

v0.38.2

06 Mar 01:12
0569216
Compare
Choose a tag to compare
  • Fix getting table's row count when approximate stats are not available

v0.38.1

06 Mar 00:29
e4f71dd
Compare
Choose a tag to compare
  • Fix syncing tables that don't have statistics for dynamic batch sizing

v0.38.0

05 Mar 18:57
993764a
Compare
Choose a tag to compare
  • Automatically fallback and fetch AWS credentials using the AWS SDK credential chain (config, STS, SSO) #37

v0.37.2

05 Mar 16:18
da8416e
Compare
Choose a tag to compare
  • Dynamically resize the batch size depending on table data when syncing

v0.37.1

04 Mar 21:49
e60f2f7
Compare
Choose a tag to compare
  • Reduce memory consumption when syncing large tables

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