What's Changed
- fix(version-utils): compare versions of unequal length correctly by @ix1osbek in #12668
- fix(schema): default many-to-many inverse foreign key to CASCADE by @kyungseopk1m in #12663
- fix: resolve relation values for join columns inside embedded entities by @michaelbromley in #12726
- fix: guard metadata access in InsertQueryBuilder for raw-table upsert by @xianjianlf2 in #12702
- fix(persistence): keep many-to-many junction rows when the relation is not loaded by @IbrahimHafez1 in #12711
- docs(security): define security model and scope for advisory triage by @smith-xyz in #12757
- fix: return undefined from deepValue when path is missing by @michaelbromley in #12776
- fix(cache): release query runners created by clear and getFromCache by @kyungseopk1m in #12797
- fix: export
RelationMetadataby @SchroederSteffen in #12789 - fix: evaluate function defaults before enum/string normalization by @Cprakhar in #12508
- docs: add rapiq to the extensions list in the README by @tada5hi in #12779
- fix: export DateUtils from the package entry point by @MahinAnowar in #12566
- fix(sqljs): measure query execution time after the statement runs by @kyungseopk1m in #12759
- fix(better-sqlite3): await query event subscribers and report failed queries by @kyungseopk1m in #12752
- fix(postgres): read
coord_dimensionwhen loading spatial columns by @samuelmbabhazi in #12749 - perf: avoid quadratic grouping of raw results selected without primary keys by @akdfkeks in #12802
- fix(query-builder): nest child joins only when outer join semantics require it by @lazerg in #12793
- chore(release): v1.1.1 by @alumni in #12819
New Contributors
- @ix1osbek made their first contribution in #12668
- @xianjianlf2 made their first contribution in #12702
- @IbrahimHafez1 made their first contribution in #12711
- @SchroederSteffen made their first contribution in #12789
- @MahinAnowar made their first contribution in #12566
- @samuelmbabhazi made their first contribution in #12749
- @akdfkeks made their first contribution in #12802
- @lazerg made their first contribution in #12793
Full Changelog: 1.1.0...1.1.1