4.0.0 (2025-12-30)
⚠ BREAKING CHANGES
- modernize with PHP 8.2 features (like read-only classes) (#503)
- drop support for PHP 8.1 (#468)
- remove deprecations scheduled for v4.0 (#469)
Features
- #510: Add support for
UUID[]data type (#511) (1c9cafb) - Add support for hashing and cryptographic functions
MD5,SHA224,SHA256,SHA384,SHA512(#507) (3e42396) - Add support for PostGIS functions
ST_ConcaveHull,ST_CurveN,ST_Letters,ST_NumCurves,ST_RemoveIrrelevantPointsForView,ST_RemoveSmallParts,ST_SimplifyPolygonHull,ST_TriangulatePolygon(#505) (2992811) - Add support for PostGIS functions
ST_HasZ,ST_HasM,ST_CoverageUnion,ST_LineExtend(#504) (826ffef) - Add the missing support for
nullvalues in the network array data types (#517) (7fb6dc7) - Drop support for PHP 8.1 (#468) (94f2ed8)
- Modernize with PHP 8.2 features (like read-only classes) (#503) (20b29b1)
- Remove deprecations scheduled for v4.0 (#469) (73585aa)