What's new in EzyPlatform 1.0.1?
A summary of notable improvements and updates in this release.
- Admin release notes pagination & Vietnamese translation consistencyAdded pagination control to Admin release-note requests: the API and market-url manager now send a
limitparameter, 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_listkeys). - Improved search tracking with admin ID forwardingSearch endpoints now forward the requesting admin’s ID to each search service, and the modal scripts were retitled for clarity, improving contextual search tracking.
- Content template multi-type queries & SDK metadata helpersContent 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. - Explicit access-token type validation & pagination repository cleanupUser/admin services now validate access-token types explicitly, aligning token lookups with multi-type deployments. Pagination repositories and tests were cleaned up so
DISTINCTis handled by the base class instead of each subclass. - Dependency update:
ezy.httpv1.4.9Bumpedezy.httpto v1.4.9 across parent/devtool modules (and the rootpom) to pick up the latest HTTP client fixes.