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.
- Added
failure
dependency - Added
Client::make_db
- Added
docker-compose.yml
- Added
.rustfmt.toml
- Optimized memory consumption by moving
iter()
calls tointo_iter()
where needed - Changed
SofaError
to derivefailure
- Changed
Client::check_status
signature to remove potentially panickingunwrap()
calls - Changed
Client::create_path
signature to remove potentially panickingunwrap()
calls - Changed
Client::db
signature to remove potentially panickingunwrap()
calls - Changed
Client::delete
signature to remove potentially panickingunwrap()
calls - Changed
Client::destroy_db
signature to remove potentially panickingunwrap()
calls - Changed
Client::get
signature to remove potentially panickingunwrap()
calls - Changed
Client::gzip
signature to remove potentially panickingunwrap()
calls - Changed
Client::head
signature to remove potentially panickingunwrap()
calls - Changed
Client::list_dbs
signature to remove potentially panickingunwrap()
calls - Changed
Client::new
signature to remove potentially panickingunwrap()
calls - Changed
Client::post
signature to remove potentially panickingunwrap()
calls - Changed
Client::pub
signature to remove potentially panickingunwrap()
calls - Changed
Client::req
signature to remove potentially panickingunwrap()
calls - Changed
Client::timeout
signature to remove potentially panickingunwrap()
calls - Changed
Database::create
signature to remove potentially panickingunwrap()
calls - Changed
Database::ensure_index
signature to remove potentially panickingunwrap()
calls - Changed
Database::find
signature to remove potentially panickingunwrap()
calls - Changed
Database::get
signature to remove potentially panickingunwrap()
calls - Changed
Database::insert_index
signature to remove potentially panickingunwrap()
calls - Changed
Database::read_indexes
signature to remove potentially panickingunwrap()
calls - Changed
Database::save
signature to remove potentially panickingunwrap()
calls
- Removed env files that were necessary for single-threaded test run. Added section in README to reflect that.