TypeORM v0.2.41 Release Notes

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

    • โž• add retryWrites to MongoConnectionOptions (#8354) (c895680), closes #7869
    • ๐Ÿ“‡ create typeorm_metadata table when running migrations (#4956) (b2c8168)
    • db caching won't work with replication enabled (#7694) (2d0abe7), closes #5919
    • incorrect composite UNIQUE constraints detection (#8364) (29cb891), closes #8158
    • ๐Ÿ”€ Postgres enum generates unnecessary queries on schema sync (#8268) (98d5f39)
    • โšก๏ธ resolve issue delete column null on after update event subscriber (#8318) (8a5e671), closes #6327

    ๐Ÿ”‹ Features

    • ๐Ÿ— export interfaces from schema-builder/options (#8383) (7b8a1e3)
    • implement generated columns for postgres 12 driver (#6469) (91080be)
    • ๐Ÿ”’ lock modes in cockroachdb (#8250) (d494fcc), closes #8249