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

Commit d9deb9a

Browse files
committed
Updated README fo 0.9.0
1 parent e2e9789 commit d9deb9a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
[![Crate](https://img.shields.io/crates/v/azure_sdk_for_rust.svg)](https://crates.io/crates/azure_sdk_for_rust) [![cratedown](https://img.shields.io/crates/d/azure_sdk_for_rust.svg)](https://crates.io/crates/azure_sdk_for_rust) [![cratelastdown](https://img.shields.io/crates/dv/azure_sdk_for_rust.svg)](https://crates.io/crates/azure_sdk_for_rust)
1010

11-
[![tag](https://img.shields.io/github/tag/mindflavor/AzureSDKForRust.svg)](https://github.com/MindFlavor/AzureSDKForRust/tree/0.8.0)
12-
[![release](https://img.shields.io/github/release/mindflavor/AzureSDKForRust.svg)](https://github.com/MindFlavor/AzureSDKForRust/tree/0.8.0)
13-
[![commitssince](https://img.shields.io/github/commits-since/mindflavor/AzureSDKForRust/0.8.0.svg)](https://img.shields.io/github/commits-since/mindflavor/AzureSDKForRust/0.8.0.svg)
11+
[![tag](https://img.shields.io/github/tag/mindflavor/AzureSDKForRust.svg)](https://github.com/MindFlavor/AzureSDKForRust/tree/0.9.0)
12+
[![release](https://img.shields.io/github/release/mindflavor/AzureSDKForRust.svg)](https://github.com/MindFlavor/AzureSDKForRust/tree/0.9.0)
13+
[![commitssince](https://img.shields.io/github/commits-since/mindflavor/AzureSDKForRust/0.9.0.svg)](https://img.shields.io/github/commits-since/mindflavor/AzureSDKForRust/0.9.0.svg)
1414

1515
![GitHub contributors](https://img.shields.io/github/contributors/mindflavor/AzureSDKForRust.svg)
1616

@@ -19,9 +19,7 @@ Microsoft Azure expose its technologies via REST API. These APIs are easily cons
1919

2020
This crate relies heavily on the excellent crate called [Hyper](https://github.com/hyperium/hyper). As of this library version [0.4.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.4.0) all the methods are future-aware.
2121

22-
~~From version [0.7.2](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.7.2) I've used the TryFrom and TryTrait options. This means the library is once again nightly only (until those lints are stabilized). The relative issue is: [https://github.com/rust-lang/rust/issues/33417](https://github.com/rust-lang/rust/issues/33417).~~
23-
This is addressed in the upcoming version. The crate no longer uses TryFrom so it can be compiled with the stable compiler.
24-
22+
From version 0.8.0 for Cosmos and 0.9.0 for Storage the repo is embracing the builder pattern. This is still an in-progress transition but the resulting API is much more easy to use. Also most checks have been moved to compile-time. Unfortunately the changes are not backward-compatibile. As soon as am I able I will try and blog on the approach taken here.
2523

2624
> **NOTE:** This repository is under heavy development and is likely to break over time. The current releases will probabily contain bugs. As usual open issues if you find any.
2725

0 commit comments

Comments
 (0)