Skip to content

Latest commit

 

History

History
298 lines (186 loc) · 18.8 KB

File metadata and controls

298 lines (186 loc) · 18.8 KB

Changelog

7.2.0 - 2026-04-21

Changed

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Removed PHP 8.2 support

Fixed

  • Fixed PHPUnit notices caused by mock objects without expectations configured
  • Fixed PHPUnit deprecation warnings caused by using with() on test stubs

7.1.0 - 2026-03-27

Changed

Added

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

7.0.0 - 2025-12-10

Main features:

  • Added PostgreSQL support
  • Replaced usage of binary UUIDs with string UUIDs (still using the ramsey/uuid package)
  • Entities can choose between using a numeric or UUID identifier
  • UUID identifiers are now stored in a native uuid column
  • Renamed entity identifier field from $uuid to $id

Changed

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

6.2.0 - 2025-11-19

Changed

Added

Deprecated

  • Nothing

Removed

Fixed

  • Nothing

6.1.0 - 2025-09-04

Changed

Added

Deprecated

  • Nothing

Removed

Fixed

6.0.0 - 2025-06-05

Changed

Added

Deprecated

  • Nothing

Removed

Fixed

5.0.3 - 2024-09-26

Changed

  • Nothing

Added

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

5.0.2 - 2024-09-25

Changed

Added

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

5.0.1 - 2024-08-05

Changed

  • Nothing

Added

Deprecated

  • Nothing

Removed

Fixed

5.0.0 - 2024-07-25

Changed

Added

Deprecated

  • Nothing

Removed

Fixed