-
-
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 Postgres 17 #9324
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9324 +/- ##
==========================================
- Coverage 93.49% 93.48% -0.02%
==========================================
Files 186 186
Lines 14811 14811
==========================================
- Hits 13848 13846 -2
- Misses 963 965 +2 ☔ View full report in Codecov by Sentry. |
@mtrezza this is ready for review |
mtrezza
approved these changes
Oct 7, 2024
parseplatformorg
pushed a commit
that referenced
this pull request
Oct 7, 2024
# [7.4.0-alpha.2](7.4.0-alpha.1...7.4.0-alpha.2) (2024-10-07) ### Features * Add support for Postgres 17 ([#9324](#9324)) ([fa2ee31](fa2ee31))
🎉 This change has been released in version 7.4.0-alpha.2 |
parseplatformorg
pushed a commit
that referenced
this pull request
Dec 23, 2024
# [7.4.0-beta.1](7.3.0...7.4.0-beta.1) (2024-12-23) ### Bug Fixes * `Parse.Query.distinct` fails due to invalid aggregate stage 'hint' ([#9295](#9295)) ([5f66c6a](5f66c6a)) * Security upgrade cross-spawn from 7.0.3 to 7.0.6 ([#9444](#9444)) ([3d034e0](3d034e0)) * Security upgrade fast-xml-parser from 4.4.0 to 4.4.1 ([#9262](#9262)) ([992d39d](992d39d)) * Security upgrade node from 20.14.0-alpine3.20 to 20.17.0-alpine3.20 ([#9300](#9300)) ([15bb17d](15bb17d)) ### Features * Add support for MongoDB 8 ([#9269](#9269)) ([4756c66](4756c66)) * Add support for PostGIS 3.5 ([#9354](#9354)) ([8ea3538](8ea3538)) * Add support for Postgres 17 ([#9324](#9324)) ([fa2ee31](fa2ee31)) * Upgrade @parse/push-adapter from 6.7.1 to 6.8.0 ([#9489](#9489)) ([286aa66](286aa66))
parseplatformorg
pushed a commit
that referenced
this pull request
Dec 23, 2024
# [7.4.0](7.3.0...7.4.0) (2024-12-23) ### Bug Fixes * `Parse.Query.distinct` fails due to invalid aggregate stage 'hint' ([#9295](#9295)) ([5f66c6a](5f66c6a)) * Security upgrade cross-spawn from 7.0.3 to 7.0.6 ([#9444](#9444)) ([3d034e0](3d034e0)) * Security upgrade fast-xml-parser from 4.4.0 to 4.4.1 ([#9262](#9262)) ([992d39d](992d39d)) * Security upgrade node from 20.14.0-alpine3.20 to 20.17.0-alpine3.20 ([#9300](#9300)) ([15bb17d](15bb17d)) ### Features * Add support for MongoDB 8 ([#9269](#9269)) ([4756c66](4756c66)) * Add support for PostGIS 3.5 ([#9354](#9354)) ([8ea3538](8ea3538)) * Add support for Postgres 17 ([#9324](#9324)) ([fa2ee31](fa2ee31)) * Upgrade @parse/push-adapter from 6.7.1 to 6.8.0 ([#9489](#9489)) ([286aa66](286aa66))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Issue
Closes: #9325
Approach
Tasks
ci / PostgreSQL 17, PostGIS 3.4