All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
get_token
call used to usereqwest
client without adding a Root CA
0.5.0 - 2020-04-08
Client
changed to allow for externally defined, reqwest based HTTP clients
ClientBuilder
added that supports adding an self-maintained Root CA -- cf.examples/root_ca.rs
.
0.4.1 - 2020-03-11
- Disable native-tls for reqwest; only use rust-tls
0.4.0 - 2020-02-10
- ring > 0.16
- reqwest > 0.10
- Update minimum Rust version to 1.39
0.3.12 - 2019-22-22
- debug logging for metadata in upload
- NO_CONTENT error for empty collection search result
0.3.10 - 2019-06-18
- debug info to requests and responses
- users search passed parameters as form instead of query parameters
0.3.9 - 2019-06-12
- Collection results in-accessible because of private visibility
- Send parameters as query instead of form parameters in collection search
0.3.8 - 2019-06-13
- Users listing
- Collections listing
- search documents returns empty
Vec
instead of None in case no documents have been found.
0.3.7 - 2019-06-13
- General error handling
- Optional fields in search results
0.3.6 - 2019-06-12
- Serialization to search and delete results
0.3.5 - 2019-06-12
- struct visibilities changed
0.3.4 - 2019-06-12
- Enhances search results by datetime, representations, and extented-metadata
Search
derivesDebug
0.3.2 - 2019-06-11
- Derive
Debug
forclient::download::Download
. client::download::Download
uses references.
0.3.1 - 2019-06-06
- Derive
Debug
forclient::upload::Upload
.
0.3.0 - 2019-06-06
- Exporting
reqwest::IntoUrl
because it's part of the public API inauth::CodeProvider
. auth::Token
can be cloned.
ClientCredentials
uses referencesUnauthorizedClient
andAuthorizedClient
use references
0.2.0 - 2019-06-06
- Simplified errors
0.1.0 - 2019-06-03
Initial release supports
- auth
- search
- upload
- delete
- download