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

Commit ff119c8

Browse files
authored
Merge pull request #14 from MindFlavor/candidate
refactor from rustc_serialize to serde
2 parents f5ce563 + ce4bc9e commit ff119c8

File tree

25 files changed

+789
-427
lines changed

25 files changed

+789
-427
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ target
33
.vscode
44
sample/
55
/.project
6+
\#*\#
7+
\.#*
8+
*~

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.2.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.2.0) (2017-05-04)
2+
3+
**Refactoring:**
4+
* Upgraded all the references to the state of the art. This includes Hyper with external TLS support.
5+
* Removed ```rustc-serialize``` crate as it's now officially deprecated. Azure SDK for Rust now uses [Serde](https://github.com/serde-rs/serde). This closes issue [12](https://github.com/MindFlavor/AzureSDKForRust/issues/12).
6+
* Added more end-to-end tests.
7+
* Clippy'd all the code.
8+
9+
## 0.1.4-beta (2017-04-26)
10+
11+
**Implemented features:**
12+
* Added azure table support thanks to this huge [pull request](https://github.com/MindFlavor/AzureSDKForRust/pull/11) from [Dong Liu](https://github.com/karataliu).
13+
* Added end-to-end tests.
14+
115
## [0.1.3](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.1.3) (2016-02-05)
216

317
**Implemented features:**

0 commit comments

Comments
 (0)