Skip to content

v0.1.4

Compare
Choose a tag to compare
@nathan-artie nathan-artie released this 11 Mar 22:09
· 320 commits to master since this release
0c519fa

Changelog

  • 7a85861 Bump github.com/stretchr/testify to v1.9.0 (#243)
  • 569e8dd Skip MySQL Zero Dates (#262)
  • c107e0d [debezium,postgres] Add UUIDConverter (#256)
  • 22a3f84 [debezium,postgres] Add geometry value converters (#255)
  • 923f831 [debezium] Add transformer package (#259)
  • 0c519fa [debezium] Check for negative overflow when coercing ints (#273)
  • 608ff84 [debezium] Fix DateConverter for dates > 290 years from 1970 (#265)
  • b961365 [debezium] Move RowConverter.Convert to transformer.go (#260)
  • 1971532 [debezium] Move partition key building to DebeziumTransformer (#264)
  • 173b851 [mysql,postgres] Move row conversion to DebeziumTransformer (#258)
  • 6840dfa [mysql] Move handling of 0000-00-00 dates to DateConverter (#263)
  • c827c85 [postgers] Add MapConverter for hstore (#254)
  • 3f55845 [postgres] Add ArrayConverter (#269)
  • 07d0ff4 [postgres] Add MoneyConverter (#248)
  • fd5e47c [postgres] Add PgIntervalConverter (#270)
  • da415eb [postgres] Add PgTimestampConverter (#252)
  • 387fc56 [postgres] Add VariableNumericConverter (#246)
  • 06959b1 [postgres] Add passthrough converter for rest of types (#257)
  • 9a185de [postgres] Better integration test value for money column type (#249)
  • 42a3420 [postgres] Fold values.go into adapter.go (#253)
  • ded87b8 [postgres] Reorder ParseValue cases (#272)
  • c8f5f96 [postgres] Test variable numeric data type (#247)
  • 2ca66f7 [postgres] Use the pgtype package that ships with pgx (#268)
  • 38fcf51 [postgres] Use BytesPassthrough converter for bytea type (#244)
  • 4ae5894 [postgres] Use DateConverter for date type (#245)
  • 42d0f1a [postgres] Use DecimalConverter for numeric columns (#250)
  • aaec738 [postgres] Use FloatConverter and DoubleConverter (#271)
  • 2a6a410 [postgres] Use JSONConverter for json types (#251)
  • dc38dd6 [postgres] Use debezium value converters for bools, ints, and text (#266)