Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.20.6 source code.tar.gz | 2025-08-08 | 417.1 kB | |
2.20.6 source code.zip | 2025-08-08 | 655.8 kB | |
README.md | 2025-08-08 | 1.1 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Release Notes for 2.20.6
2.20.x bugfix release (patch)
2.20.6
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Bugfixes
- 12078: Fix embedded classes display in orm:mapping:command output thanks to @stlgaits
- 11934: Fix JoinedSubclassPersister when multiple entities are inserted thanks to @mvorisek
- 11835: fix: calling scheduleForInsert twice thanks to @gseidel
Improvements
- 12087: Improve BasicEntityPersister to be more flexible and cleaner thanks to @mvorisek
Documentation
- 12099: doc: update supported branches on README (2.20.x) thanks to @alexislefebvre
Test suite
- 12097: Add 2nd level cache test for insert without post-inserted ID thanks to @mvorisek