---
title: "MariaDB Node.js Connector 3.0.2 now available"
publish_date: 2022-10-27
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "Connector/Node.js"
    url: "/resources/blog/tag/connector-node-js.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Node.js Connector 3.0.2 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Node.js 3.0.2 GA release.

**[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/nodejs-connector/)**

## Release Notes

### MariaDB Connector/Node.js

- [Release Notes for MariaDB Connector/Node.js 3.0.2](https://staging-mdb.com/docs/release-notes/mariadb-connector-nodejs-3-0/3-0-2/)

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

Notable changes in this release include:

- Added the executeStream() method, which uses the event-driven architecture to process rows one by one, reducing the memory needed for processing
- Improved performance of the prepared statement cache
- Removed the please-upgrade-node package dependency
- For compatibility, some error codes have been updated to match the values from MariaDB Community Server 10.9

See the [release notes page](https://staging-mdb.com/docs/release-notes/mariadb-connector-nodejs-3-0/3-0-2/) for complete details and visit [mariadb.com/downloads/connectors/connectors-data-access/nodejs-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/nodejs-connector/) to download.