Skip to content
v0.4.0

Breaking:

* Use `thiserror` instead of nested `Result`
* Rename 'utils' module to 'errors'

Additions:

* Add support for deserializing Timestamp as i64 struct field

Internal:

* Replace `unsafe_unwrap` with stdlib's `unwrap_unchecked`