> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/connectors/c/3.2/connector-c-3.2-changes-and-improvements.md).

# 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: <a href="/pages/OlOxADNpJ1xWTk5R71Uo"><strong>3.4.9</strong></a></p>

<p align="center"><a href="https://mariadb.com/downloads/connectors/connectors-data-access/c-connector" class="button primary">Download Connector/C 3.4.9</a></p>
{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
