Skip to content

Deprecate support for Postgres 10 and 11#6495

Merged
derrabus merged 1 commit intodoctrine:4.1.xfrom
derrabus:deprecate/postgres-11
Aug 14, 2024
Merged

Deprecate support for Postgres 10 and 11#6495
derrabus merged 1 commit intodoctrine:4.1.xfrom
derrabus:deprecate/postgres-11

Conversation

@derrabus
Copy link
Copy Markdown
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
@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.
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants