Version 0.0.27
- New FlyQL editors: Replaced the internal Monaco-based query and columns editors with the standalone flyql packages. Brings inline diagnostics, smarter suggestions, and async JSON key discovery.
- Renderers (
highlight,hl,href) now require an as alias separator. The old flat syntaxpayload|json|highlightis rejected - writepayload|json as p|highlightinstead. Transformers (the segment between the column and as alias) are unchanged.
Warning
If any saved views or source default-column expressions chain a renderer directly after a transformer (message|json|highlight, payload|hl, etc.), they need to be edited to insert an as alias clause: message|json as m|highlight. Untouched expressions will fail to parse and the columns editor will flag them.
Warning
This release requires database migrations to be run. See Database migrations for instructions.