TypeORM v0.3.4 Release Notes

Release Date: 2022-03-26 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘€ BaseEntity.reload method regression and made findOne to throw error on missing conditions in runtime (#8801) (ee8c1ec)
    • ๐Ÿ‘Œ improve DeepPartial recursion (#8732) (0494008), closes #8681
    • missing timestamp in created migrations filenames (#8802) (ceee439)
    • PoolConnection leaked by MysqlDriver (#8803) (d2cfd22)
    • โœ‚ remove console.log calls from SelectQueryBuilder (#8795) (54c7db4), closes #8792
    • stop crashing when redis is offline and ignoreErrors on cache options is set (#8725) (edc39d1)

    ๐Ÿ”‹ Features