v2.3.0
Release Notes
-
Enhanced Roles Endpoints:
- Multiple
GET */rolesendpoints have been instrumented with a newinclude_permissionsquery 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
PGlibrary to leverageknexfor improved query handling.
- Continued efforts to refactor the codebase, transitioning away from the generic
-
Knex Configuration:
- Introduced additional
knexenvironment variables, providing greater flexibility in configuration.
- Introduced additional
-
Optimized Bootstrap Process:
- Skips
seedKeysIfDbIsEmptyduring application bootstrap ifSKIP_KEYS_CHECKenvironment 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 /rolesAPIs by @k1ch in #126
Full Changelog: v2.2.1...v2.3.0