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

Commit ac2c10d

Browse files
authored
Merge pull request #32 from MindFlavor/0.6.0
Added PartitionKey struct
2 parents fe6a42e + 85160b7 commit ac2c10d

File tree

16 files changed

+377
-239
lines changed

16 files changed

+377
-239
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [0.6.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.6.0) (2017-11-15)
2+
3+
**Breaking changes:**
4+
5+
* 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.
6+
7+
**Other changes:**
8+
9+
* Updated dependencies to latest Cargo version.
10+
11+
## [0.5.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.5.0) (2017-10-06)
12+
13+
**Breaking changes:**
14+
15+
* Changed all the remaining `Box<Future>` in `impl Future`
16+
17+
**Bugfix:**
18+
19+
* Corrected a bug in lease blob: now we will pass 0 as `Content-Length` as required
20+
21+
**Other changes:**
22+
23+
* Rustformatted all the code
24+
* Clipped code (many minor changes, mostly cosmetic ones)
25+
126
## [0.4.5](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.4.5) (2017-07-22)
227

328
**Breaking changes:**

0 commit comments

Comments
 (0)