Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.12.1 #247

Merged
merged 2 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Change log

## `development`
## 0.12.1

New features

- Add support for various `jiff` types (`jiff::Date`, `jiff::Time`, `jiff::DateTime`,
`jiff::Timestamp`, `jiff::Span`, `jiff::SignedDuration`)
- Add support for tracing lists as `List` instead of `LargeList` by setting `sequence_as_large_list`
to `false` in `TracingOptions`
- Add support for tracing strings and strings in dictionaries as `Utf8` instead of `LargeUtf8` by
setting `strings_as_large_utf8` to `false` in `TracingOptions`
- Add support to auto-detect dates (`2024-09-30`, mapped to `Date32`) and times (`12:00:00`, mapped
to `Time64(Nanosecond))`) in `from_samples`
- Improved error messages for non self describing types (`chrono::*`, `uuid::Uuid`,
`std::net::IpAddr`)
- Add support for various `jiff` types (`jiff::Date`, `jiff::Time`, `jiff::DateTime`,
`jiff::Timestamp`, `jiff::Span`, `jiff::SignedDuration`)
- Add support for tracing lists as `List` instead of `LargeList` by setting
`sequence_as_large_list` to `false` in `TracingOptions`
- Add support for tracing strings and strings in dictionaries as `Utf8` instead of
`LargeUtf8` by setting `strings_as_large_utf8` to `false` in `TracingOptions`

### Thanks
- [@jkylling](https://github.com/jkylling) added support for tracing lists as `List`
and strings as `Utf8`

The following people contributed to this release:

- [@jkylling](https://github.com/jkylling) added support for tracing lists as `List` and strings as
`Utf8`

## 0.12.0

Expand Down
2 changes: 1 addition & 1 deletion serde_arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_arrow"
version = "0.12.0"
version = "0.12.1"
authors = ["Christopher Prohm <[email protected]>"]
edition = "2021"
description = "Convert sequences of Rust objects to Arrow arrays and back again"
Expand Down