Opened 9 months ago

Closed 9 months ago

#34761 closed Cleanup/optimization (fixed)

Drop support for MySQL < 8.0.11.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 4.2
Severity: Normal Keywords:
Cc: Adam Johnson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

MySQL 8.0.11 is the first of the 8.0.x series that can be considered stable.

8.0.0 - 8.0.2 alpha/beta releases
8.0.3 - 8.0.4 release candidates
8.0.5 - 8.0.10 don't exists

I see no reason to support pre-releases.

Also, MySQL 8.1 is coming! 🎉

Change History (3)

comment:1 by Natalia Bidart, 9 months ago

Triage Stage: UnreviewedAccepted

Accepting, I agree with the rationale. Do we have any custom code/workaround explicitely to support these version we want to drop?

in reply to:  1 comment:2 by Mariusz Felisiak, 9 months ago

Has patch: set

Replying to Natalia Bidart:

Do we have any custom code/workaround explicitely to support these version we want to drop?

Yes, see PR.

comment:3 by GitHub <noreply@…>, 9 months ago

Resolution: fixed
Status: assignedclosed

In b719688b:

Fixed #34761 -- Dropped support for MySQL < 8.0.11.

Note: See TracTickets for help on using tickets.
Back to Top