Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Hyper 0.12 and builder pattern (in progress)

Pre-release
Pre-release

Choose a tag to compare

@MindFlavor MindFlavor released this 25 Jun 17:24
· 411 commits to master since this release
0.9.0

This release is a big one. The main feature is the support of hyper 0.12.x. This release also marks the beginning of the use of the builder pattern for request creation. Unfortunately this change is not backward-compatible but the code is really cleaner this way. You are also able to catch problems soon as many checks are done at compile time (more to come). Please refer to the examples section on how to use the new pattern.

Azure Storage

  • Migrated storage::container to builder pattern.
  • Implemented all missing container functions (lease and properties).

Cosmos DB

  • Implemented stored procedure execution (#52).
  • Migrated to builder pattern.

Miscellaneous

  • Upgraded to Hyper 0.12.x (#47). I cannot thank you enough nayato!
  • Removed dependency to TryFrom trait so the crate now compiles on stable.