Skip to content

v0.1.7

Compare
Choose a tag to compare
@lalithsuresh lalithsuresh released this 11 Oct 03:54
· 2102 commits to main since this release

Added

  • Added a --lenient SQL compiler flag to allow views with multiple
    columns with the same name.
  • Added a demo based on the "Feldera: The Basics" tutorial. People who don't
    want to manually complete all steps in the tutorial can instead play with the
    pre-built pipeline (#822)
  • Support input tables with primary keys (#826)
  • Add health check endpoints to pipeline-manager components (#855)
  • Web Console: Add confirmation dialog for delete actions (#766)
  • Added documentation for deploying Feldera Cloud on AWS EKS (#850)
  • DB migration until now was performed during DB connection setup. Now, users
    running the standalone services must invoke the new migrations binary to
    explicitly perform database upgrades. The pipeline-manager binary retains the
    old behavior for convenience (#856)

Fixed

  • Busy-wait loop in Kafka producer (#842)