v2.3.0
Release Notes
-
Enhanced Roles Endpoints:
- Multiple
GET */roles
endpoints have been instrumented with a newinclude_permissions
query parameter. - This allows you to include the permissions associated with a role directly within the role object.
- Multiple
-
Codebase Refactoring:
- Continued efforts to refactor the codebase, transitioning away from the generic
PG
library to leverageknex
for improved query handling.
- Continued efforts to refactor the codebase, transitioning away from the generic
-
Knex Configuration:
- Introduced additional
knex
environment variables, providing greater flexibility in configuration.
- Introduced additional
-
Optimized Bootstrap Process:
- Skips
seedKeysIfDbIsEmpty
during application bootstrap ifSKIP_KEYS_CHECK
environment variable is set totrue
, optimizing the startup process.
- Skips
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