-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for PostGIS 3.5 #9354
Conversation
Signed-off-by: Corey <[email protected]>
Signed-off-by: Corey <[email protected]>
Thanks for opening this pull request! |
Signed-off-by: Corey <[email protected]>
@cbaker6 should the scripts be updated? Would the extensions always install the latest? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9354 +/- ##
=======================================
Coverage 93.48% 93.48%
=======================================
Files 186 186
Lines 14811 14811
=======================================
Hits 13846 13846
Misses 965 965 ☔ View full report in Codecov by Sentry. |
The scripts here? https://github.com/parse-community/parse-server/tree/alpha/scripts They should always install the latest extensions available on the respective container (extensions were installed on the image via |
@mtrezza this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, waiting for CI to pass...
# [7.4.0-alpha.3](7.4.0-alpha.2...7.4.0-alpha.3) (2024-10-22) ### Features * Add support for PostGIS 3.5 ([#9354](#9354)) ([8ea3538](8ea3538))
🎉 This change has been released in version 7.4.0-alpha.3 |
Pull Request
Issue
A new version of Postgis was recently released. Currently not testing against.
Closes: #9355
Approach
Tasks