TypeORM v0.2.39 Release Notes

Release Date: 2021-11-09 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • โšก๏ธ attach FOR NO KEY UPDATE lock to query if required (#8008) (9692930), closes #7717
    • cli should accept absolute paths for --config (4ad3a61)
    • create a different cacheId if present for count query in getManyAndCount (#8283) (9f14e48), closes #4277
    • 0๏ธโƒฃ defaults type cast filtering in Cockroachdb (#8144) (28c183e), closes #7110 #7110
    • do not generate migration for unchanged enum column (#8161) (#8164) (4638dea)
    • NativescriptQueryRunner's query method fails when targeting es2017 (#8182) (8615733)
    • OneToManySubjectBuilder bug with multiple primary keys (#8221) (6558295)
    • ordering by joined columns for PostgreSQL (#3736) (#8118) (1649882)
    • ๐Ÿ‘Œ support DeleteResult in SQLiteDriver (#8237) (b678807)

    ๐Ÿ”‹ Features

    • โž• add typeorm command wrapper to package.json in project template (#8081) (19d4a91)
    • โž• add dependency configuraiton for views #8240 (#8261) (2c861af)
    • โž• add relation options to all tree queries (#8080) (e4d4636), closes #8076
    • โž• add the ability to pass the driver into all database types (#8259) (2133ffe)
    • ๐ŸŒฒ more informative logging in case of migration failure (#8307) (dc6f1c9)
    • ๐Ÿ‘Œ support using custom index with SelectQueryBuilder in MySQL (#7755) (f79ae58)

    โช Reverts

    • โช Revert "fix: STI types on children in joins (#3160)" (#8309) (0adad88), closes #3160 #8309