Skip to content

Comments

Bump mariadb from 3.4.0 to 3.5.1 in /InfoLogger#3328

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/InfoLogger/mariadb-3.5.1
Open

Bump mariadb from 3.4.0 to 3.5.1 in /InfoLogger#3328
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/InfoLogger/mariadb-3.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps mariadb from 3.4.0 to 3.5.1.

Release notes

Sourced from mariadb's releases.

MariaDB Connector/Node.js 3.5.1

3.5.1 (Feb 2026)

Full Changelog

Notable changes

  • CONJS-338 Add asyncDispose support for Connection, PoolConnection and Pool #250
  • CONJS-339 Add default type parameter to Prepare interface and fix executeStream generic #334
  • CONJS-339 Add wildcard for values params on Prepare

Issues Fixed

  • CONJS-331 Plugin authentication change correction
  • CONJS-335 Deno compatibility: send COM_QUIT synchronously to prevent socket cleanup race condition
  • CONJS-336 Connection attribute _server_host send host, but IP resulting of name resolution
  • CONJS-340 Fix pool connection event to emit wrapped connections and prevent user errors from breaking pool #342
  • CONJS-341 Support charset + collation combination in connection options #337

MariaDB Connector/Node.js 3.5.0 RC

3.5.0-rc.0 (Oct 2025)

Full Changelog

Notable changes

  • CONJS-326 migrate from commonJS to ESM
  • CONJS-325 deno compatibility

Issues Fixed

  • CONJS-328 Fix minimumIdle option to maintain baseline idle connections
  • CONJS-330 caching_sha2_password: avoid requiring RSA key pair when connecting via Unix socket

MariaDB Connector/Node.js 3.4.5

3.4.5 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-323: Fixed SSL connection error with custom CA certificates causing "TypeError: validationFunction is not a function"
  • CONJS-324: Added missing TypeScript type definitions (@​types/geojson, @​types/node) to dependencies

MariaDB Connector/Node.js 3.4.4

3.4.4 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-322: TypeScript types/share.d.ts and types/callback.d.ts are not published

MariaDB Connector/Node.js 3.4.3

3.4.3 (Jul 2025)

Full Changelog

Notable changes

  • CONJS-309: Enhanced TypeScript support by adding mariadb/callback type definitions

... (truncated)

Changelog

Sourced from mariadb's changelog.

3.5.1 (Feb 2026)

Full Changelog

Notable changes

  • CONJS-338 Add asyncDispose support for Connection, PoolConnection and Pool #250
  • CONJS-339 Add default type parameter to Prepare interface and fix executeStream generic #334
  • CONJS-339 Add wildcard for values params on Prepare

Issues Fixed

  • CONJS-331 Plugin authentication change correction
  • CONJS-335 Deno compatibility: send COM_QUIT synchronously to prevent socket cleanup race condition
  • CONJS-336 Connection attribute _server_host send host, but IP resulting of name resolution
  • CONJS-340 Fix pool connection event to emit wrapped connections and prevent user errors from breaking pool #342
  • CONJS-341 Support charset + collation combination in connection options #337

3.5.0-rc.0 (Oct 2025)

Full Changelog

Notable changes

  • CONJS-326 migrate from commonJS to ESM
  • CONJS-325 deno compatibility

Issues Fixed

  • CONJS-328 Fix minimumIdle option to maintain baseline idle connections
  • CONJS-330 caching_sha2_password: avoid requiring RSA key pair when connecting via Unix socket

3.4.5 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-323: Fixed SSL connection error with custom CA certificates causing "TypeError: validationFunction is not a function"
  • CONJS-324: Added missing TypeScript type definitions (@​types/geojson, @​types/node) to dependencies

3.4.4 (Jul 2025)

Full Changelog

Issues Fixed

  • CONJS-322: TypeScript types/share.d.ts and types/callback.d.ts are not published

3.4.3 (Jul 2025)

Full Changelog

Notable changes

  • CONJS-309: Enhanced TypeScript support by adding mariadb/callback type definitions

Issues Fixed

... (truncated)

Commits
  • be72ebf [perf] Optimize buffer copy in readBufferLengthEncodedCopy with subarray
  • dbd5472 [CONJS-333] Optimize column type checking with buffer comparisons and pre-com...
  • e71f849 [misc] Release version 3.5.1
  • 82b639c [misc] bump dependencies
  • a5ba902 [perf] Optimize execute command with bitwise operations and constant reuse
  • 65b9508 [perf] Optimize parameter type checking and remove unused pipe property
  • 84aacff [misc] Format code
  • 2d5db1d [misc] Prevent password transmission over untrusted SSL with self-signed cert...
  • b91022f [misc] Move TypeScript type dependencies to optional peer dependencies #330
  • 27d2ff1 [misc] Fix test timing and query result types in pool event tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@3.4.0...3.5.1)

---
updated-dependencies:
- dependency-name: mariadb
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from graduta as a code owner February 24, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants