Skip to content

v1.2.0

Compare
Choose a tag to compare
@Kshitij09 Kshitij09 released this 08 Oct 08:05
· 3 commits to main since this release

What's Changed

  • While creating a new account, "USER" authority will be added by default, thus clients concerned about registering users only no need to specify 'authorities' explicitly
  • Searching product by name now supports partial words as well (Refer PostgreSQL Full Text Search to know more)
  • Added DELETE endpoint for users (DELETE /api/v2/users/{username}). This endpoint is restricted to Admin users only
  • Endpoints returning user specific data will now return '404 Not Found' instead of '401 Unauthorized' when username was not found