Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.17.4
Choose a base ref
...
head repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.17.5
Choose a head ref
  • 9 commits
  • 65 files changed
  • 7 contributors

Commits on Feb 20, 2026

  1. fix: add missing charset encoding for UTF8MB4_0900_BIN (#3855)

    - Fix charset_encodings.js array missing index 309
    - Resolves "Encoding not recognized: 'undefined'" error
    
    Co-authored-by: sorang <sorang@bithumbcorp.com>
    kangsorang and sorang authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c9a0dcd View commit details
    Browse the repository at this point in the history
  2. test: compare Charset and Encoding (#4105)

    * test: compare Charset and Encoding
    
    * cd: restaure canary release
    
    * chore: remove unused `await`
    wellwelwel authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c4efc90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f8ac97 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump lucide-react from 0.574.0 to 0.575.0 in /website (#…

    …4106)
    
    Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.574.0 to 0.575.0.
    - [Release notes](https://github.com/lucide-icons/lucide/releases)
    - [Commits](https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react)
    
    ---
    updated-dependencies:
    - dependency-name: lucide-react
      dependency-version: 0.575.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    9c51b91 View commit details
    Browse the repository at this point in the history
  5. ci: run all tests against Bun (#4109)

    * test: normalize Bun numeric values in assertions
    
    * ci: run all tests against Bun
    
    * ci: enable skipped tests report
    wellwelwel authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c259560 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. build(deps): bump ajv in /website (#4110)

    Bumps  and [ajv](https://github.com/ajv-validator/ajv). These dependencies needed to be updated together.
    
    Updates `ajv` from 8.17.1 to 8.18.0
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)
    
    Updates `ajv` from 6.12.6 to 6.14.0
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-version: 8.18.0
      dependency-type: indirect
    - dependency-name: ajv
      dependency-version: 6.14.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    f85370d View commit details
    Browse the repository at this point in the history
  2. fix: fix wrong length number write to packet (#3177)

    * fix: fix wrong length number write to packet
    
    * Update lib/packets/packet.js
    
    * ci: add tests
    
    ---------
    
    Co-authored-by: wanqifei <wanqifei@sankuai.com>
    Co-authored-by: Weslley Araújo <46850407+wellwelwel@users.noreply.github.com>
    3 people authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    0e06e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aa2052 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. chore(master): release 3.17.5 (#4104)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    a3178bf View commit details
    Browse the repository at this point in the history
Loading