You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)