Skip to content

Ver. 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alex4386 Alex4386 released this 09 Jan 06:01
· 262 commits to main since this release

Welcome back!
We're now releasing Meiling Gatekeeper version 0.5.0! 🥳

What's new?

Full refactoring on common directory, EVEN MORE!

Some common functions are located on /routes not /common where it should be located.
This update will enhance your code-readability for the future meiling development. (not for now, It is still in WIP)

If you have any code that modifies common or any meiling behavior, Please migrate to Meiling namespace instead.

Enforced Pagination on /v1/admin/users

Due to massive query that causes timeout on "Prisma Engine", /v1/admin/users will have pagination by default.

Added /v1/admin/users/count

This update adds /v1/admin/users/count endpoint. This will enable you to get Usercount without querying /v1/admin/users entirely.

TL;DR

  • This update includes entire refactoring of /common.
  • new /v1/admin/users/count endpoint!
  • /v1/admin/users now have pagination enabled by default.

Thank you for choosing Meiling Gatekeeper.
See you on next release!