What's new in EzyPlatform 1.0.6?
This release focuses on database performance improvements, enhanced metadata filtering, fetcher stability, and template rendering adjustments.
- Improved user query performance with a new composite indexAdded a new composite index
username + status + idto the user table, accelerating queries that filter by username and status. Database initialization scripts were also updated so the new index is automatically applied when deploying fresh database instances. - Expanded metadata filtering in paginated queriesMetadata filters now support filtering by
metaKeyand prefix-based searching (LIKE) onmetaValueormetaTextValue. Query conditions forDataMetacan also be combined more flexibly, enabling more powerful and customizable data retrieval. - Stabilized EntityFetcher resolution logicEntity fetcher lookup methods now perform early validation for empty or
blankparameters. When invalid input is detected, the system returnsnullimmediately to prevent incorrect processing or unexpected errors during fetcher resolution. - Template page-title rendering condition refinementUpdated template rendering logic to avoid triggering unintended fallback branches when
pageTitleis missing. This ensures more consistent and predictable page title display across templates.