Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
v6.0.0
Add support for Symfony 6 and DBAL 3, in particular:
- Oracle database is untested due to a bug in DBAL 3 (doctrine/dbal#6764 (comment)), we expect to restore this on DBAL 4 upgrade
brain-diminished/schema-version-controlis now included inthecodingmachine/tdbmsources: replaceBrainDiminished\SchemaVersionControl\*withTheCodingMachine\TDBM\SchemaVersionControl\*- PHP7.4 is no longer supported, upgrade to PHP8.0 minimum
What's Changed
- Chore - Replace Porpaginas with self-owned code by @dsavina in #275
- Update tdbm for Symfony 6 and doctrine v3 by @daetcm in #288
- 🚨 Fix tentative return type issues by @homersimpsons in #291
New Contributors
Full Changelog: v5.3.6...v6.0.0
v5.3.14
v5.3.13
v5.3.12: Merge pull request #286 from thecodingmachine/fix-count-on-iterator-take
fix issue in result iteratornow that total_count is not been initialized
v5.3.11
What's changed ?
⚡ Remove internal call that performs an unecessary count
Full Changelog: v5.3.10...v5.3.11
v5.3.10
What's Changed
- ✨ Add
TDBMService::clearBeanCachemethod by @homersimpsons in #283
Full Changelog: v5.3.9...v5.3.10
v5.3.9
Full Changelog: v5.3.8...v5.3.9
v5.1.17
v5.3.8
What's Changed
- Fix: TDBM issue in InnerResultIterator by @mugagambi in #279
New Contributors
- @mugagambi made their first contribution in #279
Full Changelog: v5.3.7...v5.3.8
v6.0.0-beta.1
Require DBAL >= 3