3.5.0 (2025-09-06)
Features
- #305, #432: Add support for PostGIS functions for topological and distance relationships (#434) (2922b63)
- #305: Add support for PostGIS measurement, overlay and geometry processing functions (#435) (9724452)
- #305: Add support for PostGIS operators (#430) (5b5583b)
- #305: Add support for PostGIS's types of
GEOGRAPHY,GEOMETRYand their array variations (#421) (d97caae) - #410: add support for
LTREEtype (#411) (5a6563d) - #440: Add support for functions to use with the
LTREEdata type (#440) (745b269) - Add support for
websearch_to_tsquery(#437) (be90545)
Bug Fixes
- #424: Address unintentional loss of string data type when retrieving PHP array item values from a stored
TextArrayvalue (#443) (bdb8df2) - Address broken escaping of array items for
JsonbArrayand preserve integer values as strings if they are outside PHP integer range (#442) (d213967)