Skip to content

Release 1.1.0

Choose a tag to compare

@flowln flowln released this 05 Dec 20:13

This is the first release with a changelog, so forgive me for the lack of clearness.

This release, compared to version 1.0.0, sees the following changes:

  • Improve testing mode usage, making it totally de-coupled from the actual production running conditions.
  • Extend customization of plan execution to enable extension-specific exception handling mechanisms.
  • Improve Ctrl+C handler inner workings, particularly in the context of wait_for_idle.
  • Improve *args generic handling logic for plan magics, eliminating some false positive matches.
  • Fix BEC printing inside the query_history pager context (ignore new events, a better approach in the future would be to cache them to display after exiting the pager).