What's new in EzyPlatform 1.0.1?

A summary of notable improvements and updates in this release.
  1. Admin release notes pagination & Vietnamese translation consistency
    Added pagination control to Admin release-note requests: the API and market-url manager now send a limit parameter, and the frontend aggregates the latest release notes plus up to four additional previous versions so full history surfaces without duplicate fetches. Vietnamese translation fixes keep the thread counters consistent (threads/thread_list keys).
  2. Improved search tracking with admin ID forwarding
    Search endpoints now forward the requesting admin’s ID to each search service, and the modal scripts were retitled for clarity, improving contextual search tracking.
  3. Content template multi-type queries & SDK metadata helpers
    Content templates can now be queried by multiple types with a limit, including new integration coverage. The common SDK adds helpers for fetching entity/model metadata, plus unit tests ensuring prioritized and custom fetchers behave correctly.
  4. Explicit access-token type validation & pagination repository cleanup
    User/admin services now validate access-token types explicitly, aligning token lookups with multi-type deployments. Pagination repositories and tests were cleaned up so DISTINCT is handled by the base class instead of each subclass.
  5. Dependency update: ezy.http v1.4.9
    Bumped ezy.http to v1.4.9 across parent/devtool modules (and the root pom) to pick up the latest HTTP client fixes.