Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.35 KB

Changelog

1.1.2

  • Log value of mine_sql #30

1.1.1

  • Set a maximum length on Singer Decimals, where a decimal past the cap is normalized via decimal.normalize() #28

1.1.0

  • Values with Decimal precision will now be written as strings with a custom singer.decimal format in order to maintain that precision through the pipeline #26

1.0.1

  • Increase default numeric scale from 6 to 38 #24

1.0.0

  • Backwards incompatible change to the way that data types are discovered and parsed #22
    • Oracle numeric types with a null scale (NUMBER and NUMBER(*)) will now be correctly discovered as floating point types rather than integers.
    • This may cause downstream issues with loading and reporting, so a major bump is required.

0.3.1

  • Adds handling for columns that do not have a datatype -- those columns will have inclusion=unavailable and sql-datatype="None" #19

0.3.0

  • Adds optional parameter scn_window_size to allow for an scn window during logminer replication #18