Releases: stackhpc/reductionist-rs
Releases · stackhpc/reductionist-rs
Release 0.3.0
What's Changed
- cargo lock version by @markgoddard in #57
 - Remove /v1/mean endpoint by @markgoddard in #56
 - Rebrand to Reductionist by @markgoddard in #58
 - Replace more references to S3 active storage with Reductionist by @markgoddard in #59
 - Update version to 0.3.0 after reductionist rebrand by @markgoddard in #60
 
Full Changelog: 0.2.0...0.3.0
Release 0.2.0
What's Changed
- Handle S3 AccessDenied Error by @sd109 in #45
 - Refactor into a library with a minimal binary by @markgoddard in #47
 - Update dependencies by @markgoddard in #48
 - CI: Add GitHub dependency review by @markgoddard in #49
 - Feature/count header by @sd109 in #44
 - Add prometheus metrics endpoint by @sd109 in #37
 - CI: Only run dependency review on pull requests by @markgoddard in #50
 - Add support for Gzip and Zlib compression by @markgoddard in #51
 - Update dependencies by @markgoddard in #54
 - Refactor tests to use utilities to build RequestData by @markgoddard in #52
 - Add support for byte shuffle filter by @markgoddard in #53
 - Update version to 0.2.0 in Cargo.toml by @markgoddard in #55
 
Full Changelog: 0.1.1...0.2.0
Release 0.1.1
What's Changed
- Update dependencies by @markgoddard in #38
 - Bump axum, fix trailing slash middleware issue by @markgoddard in #39
 - Refactor cli, tracing, server out of main.rs by @markgoddard in #40
 - Support negative values in selection by @markgoddard in #41
 - README update by @markgoddard in #42
 
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
What's Changed
- Hello world, build system, basic CI by @markgoddard in #1
 - Basic web server & request data validation by @markgoddard in #2
 - Pre-commit hook & formatting fixes by @markgoddard in #3
 - Fill out API by @markgoddard in #4
 - S3 client by @markgoddard in #5
 - Update README and contributing guide by @markgoddard in #6
 - Normalise paths, align S3 data, python client by @markgoddard in #7
 - request_data: Add some more validations by @markgoddard in #8
 - Functional active storage API by @markgoddard in #9
 - Improve python client by @markgoddard in #10
 - Add more validation of request data by @markgoddard in #11
 - Implement error handling by @markgoddard in #12
 - Reduce copying of data in S3 client by @markgoddard in #13
 - docs: Improve Rust documentation by @markgoddard in #26
 - better s3 errors by @markgoddard in #27
 - Add basic CLI by @sd109 in #28
 - CI: run compliance tests by @markgoddard in #30
 - Initial TLS support by @sd109 in #31
 - Fix docker image by @markgoddard in #34
 - README: update minio script info by @markgoddard in #32
 - Add a workflow to publish a Docker image on release by @markgoddard in #36
 
New Contributors
Full Changelog: https://github.com/stackhpc/s3-active-storage-rs/commits/0.1.0