# Connector/C 3.2 Changes & Improvements

{% hint style="info" %}

<p align="center">The most recent release of <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/iaR8JUIJhAdBxxadFJzY">MariaDB Connector/C</a> is:</p>

<h4 align="center"><a href="/pages/nB8DoQNAfkdK3lllrO0m" class="button secondary">Connector/C 3.4.8</a> <a href="https://mariadb.com/downloads/connectors/connectors-data-access/c-connector" class="button primary">Download Now</a></h4>
{% endhint %}

MariaDB Connector/C 3.2 is the current major development version. MariaDB Connector/C 3.1 is stable and feature-complete, so major new features to be developed are going into 3.2.

* [View the source tree](https://github.com/mariadb-corporation/mariadb-connector-c/tree/3.2)

## New Features

* [MDEV-19237](https://jira.mariadb.org/browse/MDEV-19237): Do not resend prepared statement metadata unnecessarily
* [CONC-508](https://jira.mariadb.org/browse/CONC-508): Added support for passwords > 255 characters
* LOAD DATA LOCAL is now supported in binary protocol
* Updated/extended cipher suite list for Schannel TLS module
* [CONC-433](https://jira.mariadb.org/browse/CONC-433): Added support for certificate revocation list in GnuTLS module
* [CONC-547](https://jira.mariadb.org/browse/CONC-547): Changed default character set from latin1 to utf8mb4
* [CONC-533](https://jira.mariadb.org/browse/CONC-533): Added support for non blocking calls using binary protocol
* [CONC-509](https://jira.mariadb.org/browse/CONC-509): mysql\_get\_client\_\* api functions now return Connector version

## Notable changes:

* The connection plugin "aurora" was removed
* Default character set is now utf8mb4
* Character set utf8 will be mapped to utf8mb3
* Added support for MSVC asan

{% hint style="info" %}
Be notified of new MariaDB Server releases automatically by [subscribing](https://lists.mariadb.org/postorius/lists/announce.lists.mariadb.org/) to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the [Distributions which Include MariaDB](/docs/general-resources/distributions-including-mariadb.md) page.
{% endhint %}

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formid="4316" formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/release-notes/connectors/c/3.2/connector-c-3.2-changes-and-improvements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
