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

Commit

Permalink
Merge pull request #23 from MindFlavor/tokio
Browse files Browse the repository at this point in the history
Hyper futures
  • Loading branch information
MindFlavor authored Jul 1, 2017
2 parents 313a957 + 3473439 commit 8212d5b
Show file tree
Hide file tree
Showing 35 changed files with 3,159 additions and 1,967 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ addons:
# run builds for all the trains (and more)
rust:
- nightly
- beta
#- beta
# check it compiles on the latest stable compiler
- stable
#- stable

# load travis-cargo
before_script:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.4.0](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.4.0) (2017-07-02)

### Migrated all code to asynchronous hyper using Futures

**Breaking changes**

* Almost everything is now a future. So whenever you had a ```Result<A,AzureError>``` now you have ```impl FutureResult<A,AzureError>```.

**Updated references to bleeding edge**

**TODO**

* Test the table code.
* Perform the E2E test.

## [0.3.1](https://github.com/MindFlavor/AzureSDKForRust/releases/tag/0.3.1) (2017-06-10)

**Implemented features:**
Expand Down
Loading

0 comments on commit 8212d5b

Please sign in to comment.