What's new in EzyPlatform 1.0.9?
This release focuses on improving SDK tooling, expanding system settings capabilities, and refining several admin APIs and UI flows.
- Enhanced system settings retrieval capabilitiesAdded support for retrieving multiple settings by names in a single call, reducing the need for repeated requests. Settings responses now also include both
valueanddataType, enabling more flexible handling and interpretation of configuration data. - Extended admin API response with UUID supportThe
UserResponsein admin APIs now includes auuidfield, providing a stable and globally unique identifier for users across different systems and integrations. - Improved username validation and admin setup alignmentUsername validation has been enhanced to support additional characters such as
.,_, and-, with a maximum length extended to64characters. The admin setup page has been updated to align with this new validation rule, ensuring consistency between UI and backend logic. - Improved media management experience in admin UIRefined the media management flow after uploading files or adding media from a URL, providing a smoother and more intuitive experience for administrators when handling media assets.
- Internal updates and SDK alignmentUpdated
AdminUserIndexAppender, reused Rhino from the common SDK, and applied code style improvements along with internal refactoring across admin, web, socket, and common SDK modules to improve maintainability and consistency.