What's new in EzyPlatform 1.0.2?

A summary of notable improvements and updates in this release.
  1. Admin metadata workflow with socket/web repositories & transactional services
    Introduced 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.
  2. API enhancements for admin, authentication, media & search
    Admin 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 adds replace-by-name and contains endpoints. Search logic now trims keywords, routes through role-aware services, and handles failures gracefully.
  3. Web/user service constructors, token handling & logging improvements
    Added constructors accepting EzyBeanContext for market URLs and decryptor configuration. Exposed access-token lookup and renewal on WebUserService, updated integration tests accordingly, and improved logging parameters for web requests to enhance observability.