Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

MariaDB Node.js Connector 3.5.4 and 3.4.7 now available

Дата публикации: 07-08-2026 17:48:20

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Node.js 3.5.4, 3.4.7, 3.3.4, and 3.2.5 GA releases. Download […]

Основное содержимое страницы с новостью.

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Node.js 3.5.4, 3.4.7, 3.3.4, and 3.2.5 GA releases.

Download Now

Release Notes MariaDB Connector/Node.js 3.5.4

MariaDB Connector/Node.js 3.5.4 is a Stable (GA) release.

Notable changes in this release include:

  • New maxAllowedColumns option (default 65535), bounding the column count a server may announce for a result-set or a prepared statement. Without it, a rogue server can make the client allocate metadata for a result-set that never completes.
  • Connection options are merged through the prototype chain instead of being flat-cloned for every command (#353, contribution by erulabs)
  • Enable standard TLS certificate identity validation under Deno
  • Add JavaScript SAST (CodeQL and eslint-plugin-security) to CI
  • Fixes for various issues

Two connection options changed since 3.5.3:

  • maxAllowedColumns (new, integer, default 65535) — maximum number of columns a server-announced result-set or prepare metadata may declare. The column count is read from the wire before any metadata is allocated for it, so a malicious or man-in-the-middle server announcing an enormous count could otherwise exhaust client memory. A larger count closes the connection with a fatal error instead. The value must be an integer greater than 0.
  • maxAllowedPacket (default changed) — when the option is not set, the default is now a quarter of the memory available to the process (the cgroup limit when containerized, physical memory otherwise), bounded to [16 MB, 1 GB]. It was previously a fixed 16 MB. The value is also advertised to the server in the handshake response and now bounds packet reassembly on the read side: a server announcing a larger packet is refused rather than growing the reassembly buffer. Set it to the server’s real max_allowed_packet; a lower value rejects legitimate results.
MariaDB Connector/Node.js 3.4.7

MariaDB Connector/Node.js 3.4.7 is a Stable (GA) release.

Notable changes in this release include:

  • Add JavaScript SAST (CodeQL and eslint-plugin-security) to CI
  • Fixes for various issues

See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/nodejs-connector/ to download.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1MariaDB Java Connector 3.5.10, 3.4.4, 3.3.6, and 2.7.15 now available027.0429-07-2026
2Updated MariaDB C++ and ODBC Connectors now available019.9607-07-2026
3MariaDB Community Server 10.6.28 now available012.7713-08-2026
4MariaDB 12.3: Faster Vector Search with Matryoshka Optimization015.2328-07-2026
5What a careful MySQL to MariaDB migration still misses013.2918-08-2026
6dotConnect for PostgreSQL 9.1: New Release 010.7210-04-2026
7Opera 134.0.5954.56 Stable update016.1812-08-2026
8🚀 Release v6.2.0018.5223-07-2026
9phpBB 3.3.16 Release - Please update06.6227-04-2026
10VS Code 1.134 adds side-by-side chats and prompt timeline017.6319-08-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 25.43. Источник: mariadb.com.