Skip to content

0.2.0

Compare
Choose a tag to compare
@mattsse mattsse released this 04 Aug 16:52
· 30 commits to master since this release

This release contains several breaking changes:
- renamed functions id --> token
- renamed ArchiveClient.submit_id --> ArchiveClient.submit_token
- removed the Options from the futures' Item type, values are now returned directly.
- Introduced specifc Error type that replaces the hyper::Error as Error Type of the futures.

Examples were also updated.