6.3.3 (2024-08-03)
Bug Fixes
- core: ensure
@CreateRequestContext()
works when invoked from explicit transaction (de0b515) - core: fix unnecessary populate query when partial loading via joined strategy (33da574), closes #5889
- knex: update
PoolConfig
interface to match what knex supports (#5892) (eb5d4a1) - knex: use nested join for
populateWhere
condition (#5893) (24e82c7), closes #5872 - query-builder: fix processing of nested condition when there is a collection in embedded field names (6bf635b), closes #5894
- reflection: respect
outDir
when finding the source file in production build (fe54d45), closes #5536