What's new in EzyPlatform 1.0.2?
A summary of notable improvements and updates in this release.
- Admin metadata workflow with socket/web repositories & transactional servicesIntroduced dedicated socket and web repositories, including transactional repositories, along with services built on
DefaultAdminMetaService. This enables per-platform admin metadata persistence and conversion, improving separation of concerns and multi-platform extensibility. - API enhancements for admin, authentication, media & searchAdmin activities can now filter by
uriType, and admin creation/updates persist job title and description. Authentication controllers support renewing and fetching access tokens (including cookie-based retrieval). The media API addsreplace-by-nameandcontainsendpoints. Search logic now trims keywords, routes through role-aware services, and handles failures gracefully. - Web/user service constructors, token handling & logging improvementsAdded constructors accepting
EzyBeanContextfor market URLs and decryptor configuration. Exposed access-token lookup and renewal onWebUserService, updated integration tests accordingly, and improved logging parameters for web requests to enhance observability.