Bug Fixes: Switch Cases in Nested Loops
Fixed an issue where switch case evaluation behaved incorrectly when executed inside nested loops.
- Correct case matching within nested loop iterations
- Case branches now resolve against the current iteration's context instead of the outer scope
- Prevents fall-through to unintended branches on subsequent iterations
- Consistent behavior across all supported loop depths
SQL Nodes: PostgreSQL SSL Configuration
Added support for disabling SSL on PostgreSQL connections in SQL nodes.
- New option to toggle SSL on or off per connection
- Enables connections to Postgres instances that do not have SSL configured
- SSL remains enabled by default for existing and new connections
- Clearer connection error messages when SSL negotiation fails
Other Improvements
- Minor bug fixes and performance optimizations
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article