MikroORM v4.0.7 Release Notes

Release Date: 2020-09-24 // over 3 years ago
  • 4.0.7 (2020-09-24)

    ๐Ÿ› Bug Fixes

    • core: do not store original data for references (0a9ef65), closes #864

    ๐Ÿ”‹ Features

    • core: add groupBy, having and schema to CountOptions (d3c3858)

    ๐ŸŽ Performance Improvements

    • core: use batch inserts in UoW (postgres & mongodb) (#865) (54ad928), closes #732