Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 1.19 KB

Changelog

0.2.0

  • Add support to discover partitioned tables 101

0.1.0

  • Add support for wal2json message format v2 via config parameter 91

0.0.70

  • Look up ssl status in pg_stat_ssl and pg_stat_activity tables #84

0.0.69

  • Add sslmode log message when opening connection #82

0.0.68

  • Respect ssl config property (bug fix) #80

0.0.67

  • Make bytea[] fields have "inclusion" : "unsupported" metadata #76

0.0.66

  • Fix sorting for full_table sync by xmin to use integer sorting rather than string sorting #73

0.0.65

  • Add support for int8[] (bigint[]) array types to log-based replication #69

0.0.64

  • Pass string to decimal.Decimal when handling numeric data type #67