What's new in EzyPlatform 1.0.7?
This release focuses on better admin activity visibility, more flexible search, and infrastructure upgrades for link management and workflow extensibility.
- Clearer admin activity history trackingIntroduced a dedicated activity-history view for each administrator. Users with sufficient permissions can monitor the activity history of the entire admin team from a single screen. Records can be filtered by keyword, request method (
GET,POST, etc.), access type (API or UI), time range, and result size. Each entry displays the timestamp, accessed path, related feature, and submitted parameters for improved auditability. - More flexible admin search capabilitiesAdded a configuration option to enable administrator lookup using the
LIKEoperator. When enabled, search becomes more tolerant of partial matches and inconsistent input formats, making it suitable for large systems with numerous accounts. Keyword handling for both admins and users was improved to better match email addresses, display names, phone numbers, or partial strings. - Optimized list-view behavior and pagination defaultsIncreased the default page size on selected listing screens to
30records per page, reducing the need for frequent navigation. Search behavior was also refined so clearing the search field triggers a more intuitive list reload. - Link management infrastructure enhancementsAdded lifecycle status support for link data to simplify filtering and management. Introduced dedicated pagination and filtering mechanisms for link queries, improving performance on large datasets. The system can now retrieve link-type lists with exclusion rules, and recent fixes stabilize the exclusion logic for more consistent results.
- Workflow platform foundation improvementsIntroduced a step-based workflow mechanism that enables registering and managing business process flows more flexibly. This serves as a foundational infrastructure for future feature expansion and system integrations.
- Database migration notes for link table changesThe link table schema has been updated: added a
statuscolumn, reduced the maximum length oflink_urito300characters, expanded the description field, and introduced new indexes to support efficient pagination and filtering. When upgrading, apply the provided migration scripts before deploying to production.