docker-v0.5.4
hotheadhacker/no-as-a-servicedocker-v0.5.4Feb 12, 2025by mayberryzane
AI Summary
This release focuses on bug fixes, documentation improvements, and SQL query enhancements. It addresses issues with Open Graph image generation and server-side blob asset downloading while improving the rendering process and SQL support for complex queries.
Key Highlights
- Fixed Open Graph image logic triggering for non-API routes
- Improved SQL builder to support JOINs for non-resource tables and OVER ROWS expressions
- Reworked 'Getting Started' documentation by language
- Added graphs to the error metrics page
- Improved render lambda logic
New Features
- SQL builder enhancements (JOINs and OVER ROWS support)
- Graphs on error metrics page
- Server-side blob asset download fixes
Full Release Notes
## What's Changed * fix og image logic triggering for non /api routes by @Vadman97 in https://github.com/highlight/highlight/pull/9970 * Blog post about Highlight WordPress plugin by @ccschmitz in https://github.com/highlight/highlight/pull/9968 * Rework "Getting Started" docs to be broken down by language at the top level by @ysadamt in https://github.com/highlight/highlight/pull/9796 * Use graphs on error metrics page by @SpennyNDaJets in https://github.com/highlight/highlight/pull/9969 * improvements to render lambda by @Vadman97 in https://github.com/highlight/highlight/pull/9663 * avoid trying to server-side download blob assets by @Vadman97 in https://github.com/highlight/highlight/pull/9972 * support join for non-resource tables, fix issues w/ OVER ROWS expressions by @mayberryzane in https://github.com/highlight/highlight/pull/9975 **Full Changelog**: https://github.com/highlight/highlight/compare/docker-v0.5.3...docker-v0.5.4