Skip to content

v0.7.0

Choose a tag to compare

@haos666 haos666 released this 09 Jun 03:19

Changes

  • Advertise trigger support with capabilities.triggers=true so Tabularis can show trigger browsing and editing UI for DM.
  • Improved trigger definition handling for DM dictionary output, preferring full CREATE TRIGGER bodies when available.
  • Added RPC parameter aliases for plugin guide/current adapter compatibility.
  • Added optional tables filtering for get_all_columns_batch and get_all_foreign_keys_batch.
  • Updated docs, scripts, manifest, and release packaging to 0.7.0.

Validation

  • mvn clean package
  • Local Docker DM protocol tests for get_triggers, get_trigger_definition, create_trigger/drop_trigger, batch metadata tables filtering, and execute_query_batch regression.

Note: execute_query_batch remains implemented plugin-side; current Tabularis external adapter versions may still use repeated execute_query calls until the main project overrides external driver batch execution.