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

PartitionKey

Pre-release
Pre-release
Compare
Choose a tag to compare
@MindFlavor MindFlavor released this 15 Nov 14:11
· 516 commits to master since this release
ac2c10d

Breaking changes:

  • Changed most Cosmos document functions to accept a azure_sdk_for_rust::azure::cosmos::partition_key::PartitionKey instead of Option<Vec<&str>>. The former is just a more pleasant way of describing the same thing tough.

Other changes:

  • Updated dependencies to latest Cargo version.