Skip to content
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: Increase required minimum versions to Postgres 15, PostGIS 3.3 #9538

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Jan 12, 2025

Closes: #9532

TODO:

  • Remove tests that only target Postgres <15

Copy link

Thanks for opening this pull request!

@mtrezza mtrezza added the state:breaking Breaking change requires major version increment and `BREAKING CHANGE` commit message label Jan 12, 2025
@mtrezza
Copy link
Member Author

mtrezza commented Jan 12, 2025

BREAKING CHANGE: This releases increases the required minimum version to Postgres 15, PostGIS 3.3 and removes support for Postgres 13, 14, PostGIS 3.1, 3.2.

Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.50%. Comparing base (5c5ad69) to head (bbc2299).
Report is 3 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #9538      +/-   ##
==========================================
- Coverage   93.50%   93.50%   -0.01%     
==========================================
  Files         186      186              
  Lines       14807    14807              
==========================================
- Hits        13846    13845       -1     
- Misses        961      962       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza changed the title feat: Increase required minimum Postgres version to 15 feat: Increase required minimum Postgres version to 15 and PostGIS version to 3.3 Jan 12, 2025
@mtrezza mtrezza changed the title feat: Increase required minimum Postgres version to 15 and PostGIS version to 3.3 feat: Increase required minimum version to Postgres 15, PostGIS 3.3 Jan 12, 2025
@mtrezza mtrezza changed the title feat: Increase required minimum version to Postgres 15, PostGIS 3.3 feat: Increase required minimum versions to Postgres 15, PostGIS 3.3 Jan 12, 2025
@mtrezza mtrezza merged commit 89c9b54 into parse-community:alpha Jan 12, 2025
22 of 23 checks passed
parseplatformorg pushed a commit that referenced this pull request Jan 12, 2025
# [8.0.0-alpha.6](8.0.0-alpha.5...8.0.0-alpha.6) (2025-01-12)

### Features

* Increase required minimum versions to Postgres `15`, PostGIS `3.3` ([#9538](#9538)) ([89c9b54](89c9b54))

### BREAKING CHANGES

* This releases increases the required minimum versions to Postgres `15`, PostGIS `3.3` and removes support for Postgres `13`, `14`, PostGIS `3.1`, `3.2`. ([89c9b54](89c9b54))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 8.0.0-alpha.6

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jan 12, 2025
@mtrezza mtrezza deleted the feat/postgres-versions branch January 12, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:breaking Breaking change requires major version increment and `BREAKING CHANGE` commit message state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for Postgres / PostGIS versions that have reached their EOL
2 participants