Download | Release Notes | Changelog |
Release date: 06 Sept. 2019
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub, you can view more details of the revision and view diffs of the code modified in that revision.
Revision #24bc77b - [misc] adding changelog for 2.1.1
Revision #0c0df1a - [misc] test TLS minimum version changes in order to test old mysql server with Node.js 12
- [misc] small performance improvement to avoid testing debug each packet
- [misc] force test TLSv1.1 compatibility if Node.js 12 and MySQL before version 8.0
- [misc] correcting SSL test that now can use TLSv1.3 protocol for
- [misc] removing memory leak detection for node.js 12 until mem-watch compatibility
- [misc] removing node.js 6 from CI, ESLint 6 requiring 8 or newer
- [misc] CI testing replacing node.js v11 by supported LTS v12
- [misc] update dependencies to latest version
- [misc] code style correction
- [misc] type script correction for triple slash importation
- [misc] Node.js v12 require TLSv1.2 by default Correcting SSL test to permit TLSv1 and TLSv1.1 in case of windows server
- Merge branch 'pull/73' into develop
- Merge branch 'master' into develop
- [misc] benchmark init function using promise or callback implementation depending on benchmark
- Update package.json
- bump dependencies
- [misc] eslint code style correction
- Merge pull request #71 from kkx/fix/cluster-pool-ordered-selector
- [misc] documentation improvement for connection.reset(). Error now indicate that minimum version server is required.
- fix missing parameter for ordered selector
- Merge remote-tracking branch 'origin/master' into develop
- [misc] test correction for recent MySQL 8 that add a new error when plugin is unknown by client
- [misc] updating test for 10.4 possible default cipher and mysql non availability of TLSv1.2
- [misc] correcting indentation to follow lint rules.
- [misc] correcting test for mysql community before 8.0 version that doesn't support TLSv1.2
- [misc] adding 10.4 TLSv1.2 testing on windows
- [] azure CI install ubuntu from tar
- [misc] benchmark result charset correction
- [misc] correction callback documentation links and correct connection.batch return description
- [misc] documentation link correction
This page is: Copyright © 2025 MariaDB. All rights reserved.