Skip to content

2.0.0 BETA 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hrach hrach released this 23 Jan 13:32
· 986 commits to main since this release

Next major beta version 2.0.0-beta3 is out! What's changed?

  • fixes & changes:
    • fixed two phase cascade persistance of cyclic relationship;
    • throw an expcetion in one phase cascade persistance of cyclic relationship;
    • after* events are called only if the persistance/removal was really performed;
    • fixed cascade remove of empty not nullable relation;
    • fixed querying related entities with primary key named other than 'id';
    • Mapper, MetadataStorage and DbStorageRelfection require Cache instance instead of IStorage, BC break;
  • see full commit changelog