Skip to content

Commit

Permalink
Merge pull request #247 from chmp/release/0.12.1
Browse files Browse the repository at this point in the history
Release/0.12.1
  • Loading branch information
chmp authored Oct 13, 2024
2 parents 54562a5 + 9c2f0fb commit ca9f18a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
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

0 comments on commit ca9f18a

Please sign in to comment.