Releases: umccr/htsget-rs
Releases · umccr/htsget-rs
htsget-storage-v0.5.0
Added
- [breaking] add on-disk caching layer to all client requests within the server
htsget-search-v0.12.0
Added
- use prefix, id or regex based location to match authorization
- [breaking] add id-based simple location and rework prefix
Other
- regenerate docs and adjust json schema definition
htsget-http-v0.7.4
Added
- use prefix, id or regex based location to match authorization
- (config) add dynamic location option for authorization rules
- implement extension forwarding logic from Lambda events
- implement header forwarding logic
- implement new config options and refactor code for already used options
- (config) start splitting out JWT authorization/authentication
Other
- regenerate docs and adjust json schema definition
- update tests based on new auth config
- Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/generalized-auth
htsget-config-v0.18.0
Added
- use prefix, id or regex based location to match authorization
- (config) add dynamic location option for authorization rules
- [breaking] add id-based simple location and rework prefix
- implement extension forwarding logic from Lambda events
- implement header forwarding logic
- implement new config options and refactor code for already used options
- (config) start splitting out JWT authorization/authentication
Fixed
- misnamed feature-gated struct
Other
- fix typos
- fix example config files
- regenerate docs and adjust json schema definition
- update tests based on new auth config
- Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/generalized-auth
- (config) detach authorization from JWT authentication and add options for generalized authorization flow
htsget-axum-v0.7.0
Added
- implement extension forwarding logic from Lambda events
- implement header forwarding logic
- [breaking] rename tls to http for client config
Other
- add integration tests for prefix, id and regex
htsget-actix-v0.11.3
Added
- implement extension forwarding logic from Lambda events
Other
- add integration tests for prefix, id and regex
htsget-storage-v0.4.4
Other
- updated the following local packages: htsget-config
htsget-search-v0.11.4
Other
- updated the following local packages: htsget-config, htsget-storage
htsget-lambda-v0.7.4
Other
- update Cargo.lock dependencies
htsget-http-v0.7.3
Added
- add auth logic to post requests and always allow headers to succeed
- (http) implement suppressing errors in http middleware and get/post routes
Other
- add more robust start/end range tests and document suppressed errors with diagrams.
- add header query authorization test