Flowmage v4.11.2 – Patch Notes

Modified on Mon, 10 Aug at 3:36 PM

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article