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

Deprecate support for Postgres 10 and 11 #6495

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Aug 14, 2024

Q A
Type improvement
Fixed issues Follows #6199

Summary

PR #6199 introduced a new platform class for Postgres 12 and I'd like to immediately deprecate that class. Currently, we support Postgres 10 and above, but the lowest maintained branch is actually 12.

This deprecation would allow us to merge the two Postgres platform classes again in 5.0.

@derrabus derrabus added this to the 4.1.0 milestone Aug 14, 2024
@derrabus derrabus requested a review from greg0ire August 14, 2024 12:03
@derrabus derrabus force-pushed the deprecate/postgres-11 branch from 1c54284 to 65eaeef Compare August 14, 2024 12:24
@derrabus derrabus merged commit 377d051 into doctrine:4.1.x Aug 14, 2024
78 of 79 checks passed
@derrabus derrabus deleted the deprecate/postgres-11 branch August 14, 2024 19:11
derrabus added a commit that referenced this pull request Aug 15, 2024
* 4.1.x:
  Prepare 3.9.0 and 4.1.0 (#6492)
  Deprecate support for Postgres 10 and 11 (#6495)
  Document the new PostgreSQL120Platform (#6494)
  fix #6198:  stop considering generated column definition as being its default value (#6199)
  Fix condition on Ascii String for SQL Server (#6389)
  Add DBTypes that are missing for TypeMapping (#6463)
derrabus added a commit that referenced this pull request Aug 15, 2024
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | Follows #6495

#### Summary

Postgres 10 and 11 are EOL. Let's remove all compat code related to
these versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants