Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@benjben benjben released this 18 Feb 09:11

Refactor BigQuery loader to use common-streams.

There is now only one application (no more mutator and repeater).

Setup guide can be found on our docs website.

CHANGELOG

  • Update license to SLULA 1.1
  • Cluster by event_name when creating new table (#402)
  • Add parallelism to parseBytes and transform (#400)
  • Decrease default batching.maxBytes to 10 MB (#398)
  • Fix and improve ProcessingSpec for legacy column mode (#396)
  • Add legacyColumnMode configuration (#394)
  • Add e2e_latency_millis metric (#391)
  • Fix startup on missing existing table (#384)
  • Add option to exit on missing Iglu schemas (#382)
  • Refactor health monitoring (#381)
  • Feature flag to support the legacy column style -- bug fixes (#379 #380)
  • Require alter table when schema is evolved for contexts
  • Allow for delay in Writer discovering new columns
  • Stay healthy if BigQuery table exceeds column limit (#372)
  • Recover from server-side schema mismatch exceptions
  • Improve exception handling immediately after altering the table
  • Manage Writer resource to be consistent with Snowflake Loader