Release 3.9.0 * `Deserialize` impl of `OwnedObjectPath` shouldn't assume borrowed string. This allows this type to be deserialized from a std::io::Read. * Implement `Type` for `Path` and `PathBuf`. * Add `chrono` feature that enables `Type` for `chrono::{DateTime, NaiveTime, NaiveDateTime}`.