Skip to content

Release v0.202.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 09:36

[0.202.0] - 2024-09-20

Changed

  • Major dependency upgrades:
    • DataFusion 42
    • HTTP stack v.1
    • Axum 0.7
    • latest AWS SDK
    • latest versions of all remaining libs we depend on
  • Outbox refactoring towards true parallelism via Tokio spaned tasks instead of futures

Fixed

  • Failed flows should still propagate finishedAt time
  • Eliminate span.enter, replaced with instrument everywhere