Christopher Varjas
Christopher Varjas
https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#ubuntu-20-image-is-closing-down Upgrading to a supported Ubuntu version so workflows continue to run! Compatibility defined here: https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp Once Ubuntu 20 is no longer available we may not be able to run...
Adds `st_node` macro https://postgis.net/docs/ST_Node.html
https://github.com/actions/cache/discussions/1510 GitHub actions/cache@v2 is deprecated and no longer functions. Updated version so checks can run!
Improve error messages for certain scenarios described in: https://github.com/hexpm/hex/issues/627 Please let me know if there's any suggestions to adjust the error message text, or if the print logic should be...
Add `st_line_from_multipoint/1`, `st_make_line/1`, and `st_make_line/2` https://postgis.net/docs/manual-3.7/ST_LineFromMultiPoint.html https://postgis.net/docs/manual-3.7/ST_MakeLine.html
Add `st_point_z/3`, `st_point_z/4`, `st_point_m/3`, `st_point_m/4`, `st_point_zm/4` and `st_point_zm/5` https://postgis.net/docs/manual-3.7/ST_PointZ.html https://postgis.net/docs/manual-3.7/ST_PointM.html https://postgis.net/docs/manual-3.7/ST_PointZM.html
Add `st_n_dims` https://postgis.net/docs/manual-3.6/ST_NDims.html
Please don't merge, working on verifying tests.