Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@pondzix pondzix released this 05 Apr 16:19
· 26 commits to main since this release

Changelog

  • Update common-streams to 0.3.0 (close #26)
  • Loader to start healthy if no privilege to create tables but table already exists (close #29)
  • Retry logs should express delays in milliseconds (close #28)
  • Add config parser specs (close #27)
  • Separate retry policies for transient errors and setup errors (close #24)
  • Extend app health with bad sink (close #19)
  • Bump snappy-java to 1.1.10.4
  • Bump reactor-netty-http to 1.0.39
  • Bump netty to 4.1.100.Final
  • Refactor Channel to allow testing retries (close #21)
  • Use new badrows serializer checking max record size (close #16)
  • Split out channel resource management into a generic Coldswap (close #20)
  • Acquiring channel should not block graceful shutdown
  • Separate app name and version in alert payload (close #13)
  • Implement alerting using webhook (close #12)
  • Parse events from bytes instead of string (close #10)
  • Don't crash app for Snowflake failures (close #11)