Skip to content

Releases: eggjs/mysql

v6.0.0

23 Mar 12:39
Compare
Choose a tag to compare

6.0.0 (2025-03-23)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support and only support egg>=4

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

  • Refined MySQL plugin integration with improved lifecycle management
    and simplified singleton access.

  • Added a ready-to-use Docker Compose setup for local MySQL development.

  • Documentation

  • Updated all documentation with the new package name (@eggjs/mysql) and
    revised usage examples for clarity.

  • Chores

    • Enhanced package metadata and dependency management.
    • Updated CI configuration to support Node.js versions 18, 20, and 22.

Features

  • support cjs and esm both by tshy (#33) (dfdaa74)

This release is also available on:

v5.0.0

08 Mar 15:08
Compare
Choose a tag to compare

5.0.0 (2025-03-08)

⚠ BREAKING CHANGES

  • drop Node.js < 18 support
  • use mysql2 instead of mysql

closes #31

Summary by CodeRabbit

  • Documentation
  • Updated usage instructions and contributor displays with corrected
    typographical errors.
  • Chores
    • Removed outdated contributor templates and automation workflows.
  • Dependencies
  • Migrated to a new database client package and raised the minimum
    Node.js version requirement.
  • Tests
  • Refined error validations in database operations for improved error
    reporting.

Features

  • use @eggjs/rds instead of ali-rds (#32) (3093528)

This release is also available on:

v4.1.0

08 Mar 14:18
Compare
Choose a tag to compare

4.1.0 (2025-03-08)

Features


This release is also available on:

v4.0.0

06 Mar 13:54
Compare
Choose a tag to compare

4.0.0 (2023-03-06)

⚠ BREAKING CHANGES

  • drop Node.js < 16 support

Features


This release is also available on:

v3.4.0

15 Feb 05:57
Compare
Choose a tag to compare

3.4.0 (2023-02-15)

Features

  • type: add type definition for mysql.count method (#26) (7aef13e)

This release is also available on:

v3.3.0

18 Dec 12:49
Compare
Choose a tag to compare

3.3.0 (2022-12-18)

Features


This release is also available on: