Skip to content

Releases: willbryant/kitchen_sync

v2.20

30 Oct 06:40
Compare
Choose a tag to compare
  • Fix another unnecessary index re-creation case.
  • Fix some compiler deprecations.

v2.19

29 Oct 09:37
Compare
Choose a tag to compare
  • Fix unnecessary index re-creation when another unique index has been created at the 'from' end. Thanks @flux-ricky.

v2.18

12 Oct 22:55
Compare
Choose a tag to compare
  • Fix startup on ARM Linux.

v2.17

22 Jan 10:11
Compare
Choose a tag to compare
  • Wrap filter expressions in type-casts to match the column to ensure that they hash correctly.

v2.16

01 Jan 02:00
Compare
Choose a tag to compare
  • Automatically create/replace PostgreSQL enum types that are used in the tables being synced.

v2.15

28 Dec 23:45
Compare
Choose a tag to compare
  • Fix build for later Homebrew libpq installations.
  • Upgrade BLAKE3 to 1.3.3.

v2.14

03 Jan 20:16
Compare
Choose a tag to compare
  • Fix compilation regression on M1 macs.

v2.13

03 Jan 10:14
Compare
Choose a tag to compare
  • Fix compilation on ARM Linux.

v2.12

31 Dec 09:29
Compare
Choose a tag to compare
  • Upgrade BLAKE3 to 1.2.0.
  • Upgrade yaml-cpp to 0.7.0.

v2.11

31 Dec 09:28
Compare
Choose a tag to compare
  • Remove OpenSSL as a dependency.
  • Apple Silicon compilation fixes. Thanks @oobles.
  • Fix parsing of timestamp(n) with/without time zone on PostgreSQL.
  • Compatibility fixes to the test suite.