arrow_convert 0.11.1

Convert between nested rust types and Arrow with arrow
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.1]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.11.0...arrow_convert-v0.11.1 - 2025-11-09

### Other

- Uuid support @mchataigner

## [0.9.1]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.9.0...arrow_convert-v0.9.1 - 2025-08-19

### Other

- Update to arrow 56
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.8.0...arrow_convert-v0.8.1 - 2025-02-01

### Other

- update Cargo.toml dependencies

## [0.7.3]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.2...arrow_convert-v0.7.3 - 2024-12-07

### Other

- Update dependencies

## [0.7.2]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.1...arrow_convert-v0.7.2 - 2024-10-01

### Other

- Add support for tinystr, rust_decimal, and glam types

## [0.7.1]https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.0...arrow_convert-v0.7.1 - 2024-09-30

### Fixed

- Use DEFAULT_FIELD_NAME for unnamed fields
- Improve null handling for FixedSizeList fields

### Other

- Fix cargo checks
- Remove unused import comment
- Introduce rustfmt.toml for consistent formatting
- Move trait bounds to where clauses in TryIntoCollection and TryIntoArrow
- Expose `arrow_schema` on structs with >1 column
- Refactor gitignore and mod qualification

## v0.6.8 (2024-06-10)

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 1 commit contributed to the release.
 - 40 days passed between releases.
 - 0 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Bump version ([`8105051`]https://github.com/Swoorup/arrow-convert/commit/8105051ce086b2fa847cd18c0e8245da172e8c35)
</details>

## v0.6.7 (2024-05-01)

<csr-id-566214e43993bb60277d1849383a88f1c4c9bd30/>

### Other

 - <csr-id-566214e43993bb60277d1849383a88f1c4c9bd30/> better no-fields error

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 20 commits contributed to the release over the course of 33 calendar days.
 - 1 commit was understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release arrow_convert_derive v0.6.7, arrow_convert v0.6.7 ([`4ba848f`]https://github.com/Swoorup/arrow-convert/commit/4ba848fe6a91f4f4e3f1aafdbc14c1a834f28e40)
    - Added changelogs ([`c50cd3b`]https://github.com/Swoorup/arrow-convert/commit/c50cd3b011d55c31afe6888023d5f9e53ef014b2)
    - Release arrow_convert_derive v0.6.7, arrow_convert v0.6.7 ([`60d2ccc`]https://github.com/Swoorup/arrow-convert/commit/60d2ccc51055d4937866e4aa981a92a573fa54d6)
    - Merge pull request #6 from aldanor/feature/more-attrs ([`aa60656`]https://github.com/Swoorup/arrow-convert/commit/aa60656a69e6283e49fde75ce502500d4760e409)
    - Add tests for field renaming ([`8774068`]https://github.com/Swoorup/arrow-convert/commit/8774068687e83a7c368e89784436b5cc0b162a7a)
    - Better no-fields error ([`566214e`]https://github.com/Swoorup/arrow-convert/commit/566214e43993bb60277d1849383a88f1c4c9bd30)
    - Merge pull request #5 from slinkydeveloper/main ([`50992a6`]https://github.com/Swoorup/arrow-convert/commit/50992a6683cae7ea30c2bc55ad19b338135fa1bf)
    - Implement ArrowArray for Date64Array ([`c3efdfd`]https://github.com/Swoorup/arrow-convert/commit/c3efdfdf93a6202c71a487b9e2db1e57620f0a4f)
    - Merge pull request #4 from slinkydeveloper/main ([`03725fe`]https://github.com/Swoorup/arrow-convert/commit/03725fe500c24a87ec7e32af2f30d071b2ca2a4c)
    - Expanded an existing test, plus format using alternative formatting. ([`0d52c0d`]https://github.com/Swoorup/arrow-convert/commit/0d52c0d53701b0dd168bb31f0a26ed2e9d96775e)
    - Add more info to data mismatch error ([`f02a5bd`]https://github.com/Swoorup/arrow-convert/commit/f02a5bd3f3ecc78982dc307beb73ee4b0894b5a1)
    - Fix array u8 ser/de ([`c30562d`]https://github.com/Swoorup/arrow-convert/commit/c30562dabfafb4a88901923849f206810710b2f3)
    - Migrate to syn 2.0 crate ([`f66efbe`]https://github.com/Swoorup/arrow-convert/commit/f66efbe0cef7630d0ec2a29336ed1f9ff211d412)
    - Remove need for Native type, added array[u8] and string reference serialisation ([`a67d32e`]https://github.com/Swoorup/arrow-convert/commit/a67d32ea8f708d2487941e6d7a933fbd484a3d12)
    - Rework IntoArrowArrayIterator to ArrowArrayIterable using a lending iterator ([`5ed817c`]https://github.com/Swoorup/arrow-convert/commit/5ed817c0c13ec258f8ef074986b30237c2391efc)
    - Unify cargo.toml and bump version ([`8bfdb23`]https://github.com/Swoorup/arrow-convert/commit/8bfdb23e6291aea22b445fe5eb941e3caa25bb87)
    - Merge pull request #2 from Swoorup/sj-migrate-to-arrow ([`37e78ca`]https://github.com/Swoorup/arrow-convert/commit/37e78ca9465de7496f340b3afbee78f5d7b35805)
    - Added support for arrays ([`6ae0e04`]https://github.com/Swoorup/arrow-convert/commit/6ae0e04ca86447f8197f679a67cdf8029a92f798)
    - Merge pull request #1 from Swoorup/sj-migrate-to-arrow ([`cc32c2f`]https://github.com/Swoorup/arrow-convert/commit/cc32c2fa21aff22807c1758f87a64c3d0ad61f3a)
    - Ported arrow2-convert to use arrow-rs library. ([`1e4c016`]https://github.com/Swoorup/arrow-convert/commit/1e4c016891f1127ad91dbe0ba445d4b478bd9233)
</details>