chill v0.3.0 Release Notes

Release Date: 2016-10-01 // over 7 years ago
  • ๐Ÿš€ The v0.3.0 release updates the serde dependency to version 0.8.


Previous changes from v0.2.1

  • ๐Ÿš€ The v0.2.1 release adds a few things to crate's API and includes a big under-the-hood change that should not affect applications.

    ๐Ÿ†• New

    • ๐Ÿ‘ There is new support for the include_docs query parameter when executing a view ([#19](issue_19)). This allows applications to receive documents as part of a view response.

    • There are new types to help applications when working with design documents: Design, DesignBuilder, and ViewFunction ([#17](issue_17)).

    • ๐Ÿคก There is a new type to help applications with constructing mock documents for testing: DocumentBuilder.

    • All path types (e.g., DatabasePath, DocumentPath, etc.) now implement the Display trait ([#54](issue_54)).

    • The Client type now implements the Debug trait ([#53](issue_53)).

    Notes

    • The transport layer has been rewritten ([#51](issue_51)). The new transport is more generic and should make it easier to support asynchronous actions in the future.