What's Changed
- fix: transaction not ending correctly by @alumni in #11264
- docs: add "How to use Vite for the backend" entry to faq by @robkorv in #11306
- chore: don't use version in docker-compose files by @assapir in #11320
- fix(sap): pass the configured schema to the db client by @alumni in #11321
- fix(sap): incorrect handling of simple array/json data type by @alumni in #11322
- fix: add VirtualColumn to model shim by @FrancoisDeBellescize in #11331
- fix: remove unnecessary import from JS migration by @TkachenkoDmitry in #11327
- test: rename tests to better describe the case by @OSA413 in #11280
- chore(test): set timezone to UTC by @douglascayers in #11247
- ci: add CodeQL workflow by @naorpeled in #11337
- fix: empty objects being hydrated when eager loading relations that have a
@VirtualColumn
by @alumni in #10927 - test: fix and run tests on Windows by @OSA413 in #11257
- feat(postgres): support macaddr8 column type by @chkjohn in #11345
- build: run format in ci by @mguida22 in #11342
- style: lint repository by @alumni in #11346
- fix: ensure correct MSSQL parameter conversion in where conditions by @sudhirt4 in #11298
- chore: update dependencies by @alumni in #11339
- fix: FindOptionsSelect to use correct type when property is an object by @MGB247 in #11355
- refactor: database server version fetching & comparison by @alumni in #11357
- build: improve test workflow by @alumni in #11361
- build: setup SAP HANA tests by @alumni in #11347
- fix: export QueryEvent before/after types by @nover in #10688
- fix: mongodb connection options by @mohd-akram in #11310
- feat: Incorporate wrapping metadata for MongoDB client instances by @alexbevi in #11214
- fix: bulk insert NULL values in Oracle (#11362) by @ertl in #11363
- fix: remove unnecessary spaces in message when running non-fake migrations by @zyoshoka in #10809
- fix: sql escape issues identified by CodeQL by @alumni in #11338
- fix(sap): normalize deprecated/removed data types in SAP HANA Cloud by @alumni in #11356
- fix: version detection for Postgres derived variants by @alumni in #11375
- feat: Support Expo SQLite Next by @pmk1c in #11107
- docs: add comment explaining select version() by @mguida22 in #11376
- fix: incorrect table alias in insert orUpdate with Postgres driver by @Ben1306 in #11082
- chore: Add package publishing workflow by @michaelbromley in #11377
- chore: Bump version to v0.3.22 and generate changelog by @michaelbromley in #11378
New Contributors
- @robkorv made their first contribution in #11306
- @assapir made their first contribution in #11320
- @FrancoisDeBellescize made their first contribution in #11331
- @TkachenkoDmitry made their first contribution in #11327
- @douglascayers made their first contribution in #11247
- @chkjohn made their first contribution in #11345
- @sudhirt4 made their first contribution in #11298
- @MGB247 made their first contribution in #11355
- @alexbevi made their first contribution in #11214
- @zyoshoka made their first contribution in #10809
- @pmk1c made their first contribution in #11107
- @Ben1306 made their first contribution in #11082
Full Changelog: 0.3.21...0.3.22