2.0.0-beta3
dereuromark
released this
01 Feb 13:57
·
63 commits
to master
since this release
With this release, we continue Beta-version releasing toward API stabilization.
The main changes include:
- Added Monolog v3 support
- Performance improvement: Load databases without accessing classes by @mringler in #1910
- Load table maps lazily by @mringler in #1902
- Implemented migration rollback. by @romanhavrylko in #1932
- Add support for native UUID column type by @mringler in #1915
- Add type to store UUIDs as binary (UUID_BINARY) by @mringler in #1917
- Remove deprecated setter by @mringler in #1892
- Fix invalid duplicate indices using
ArchivableBehavior
for some platforms by @felixgeyer in #1904 - Fix duplicate indices when converting unique index to index by @felixgeyer in #1903
- Fixed input type of findBy hints by @mringler in #1912
- Docblock query class fixes by @mringler in #1913
- Create IN filter expressions for subqueries by @mringler in #1920
- UUID adjustments for MariaDB by @mringler in #1924
- Added PHPStan Level 7 support by @dereuromark in #1938
- Allowed better management of foreign keys by managing foreign keys on archivable behavior by @mringler in #1935
- Fix CS for array in PHP generated files. by @dereuromark in #1940
- Fix up PHPStan errors. by @dereuromark in #1948
- Fix up DateTime PHPStan error. by @dereuromark in #1947
- Fixed CS and removed silencing in config. by @michbeck in #1949
- Fix up IDE found errors/problems. by @dereuromark in #1950
- Fixes PHPStan errors, set PHPStan to level 7 by @michbeck in #1951
- Fix up in array strictness for string value comparison. by @dereuromark in #1953
- Fix up redundant type casts by @michbeck in #1954
- Docblock cleanup by @dereuromark in #1899
BC breaking impact
- Removed deprecated way to add primary key setter
setPrimaryKey()
for generated code.
New Contributors
- @romanhavrylko made their first contribution in #1932
- @michbeck made their first contribution in #1943
Full Changelog: 2.0.0-beta2...2.0.0-beta3