Skip to content

v2.3.0

Compare
Choose a tag to compare
@k1ch k1ch released this 17 Oct 21:44
· 10 commits to main since this release
63dd5c4

Release Notes

  1. Enhanced Roles Endpoints:

    • Multiple GET */roles endpoints have been instrumented with a new include_permissions query parameter.
    • This allows you to include the permissions associated with a role directly within the role object.
  2. Codebase Refactoring:

    • Continued efforts to refactor the codebase, transitioning away from the generic PG library to leverage knex for improved query handling.
  3. Knex Configuration:

    • Introduced additional knex environment variables, providing greater flexibility in configuration.
  4. Optimized Bootstrap Process:

    • Skips seedKeysIfDbIsEmpty during application bootstrap if SKIP_KEYS_CHECK environment variable is set to true, optimizing the startup process.

What's Changed

  • chore(UNTRACKED): Update libs by @mikelax in #125
  • Topic/k1ch/ Introduce include_permissions query param for GET /roles APIs by @k1ch in #126

Full Changelog: v2.2.1...v2.3.0