@@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.13.0] ( https://github.com/umccr/htsget-rs/compare/htsget-config-v0.12.0...htsget-config-v0.13.0 ) - 2025-01-24
10
+
11
+ ### Added
12
+
13
+ - [ ** breaking** ] implement encryption scheme logic in storage
14
+ - * (config)* remove a few usages of cfg and add defaults
15
+ - add encryption scheme to http and config crates
16
+ - * (config)* add cargo package filled service info fields
17
+ - [ ** breaking** ] add pre-filled package info, description and repository url to the service info endpoint
18
+ - * (config)* implement path-based locations
19
+
20
+ ### Fixed
21
+
22
+ - * (config)* parser should ignore ` HTSGET_CONFIG ` because that gets picked up by the clap Args parser
23
+ - * (config)* locations prefix should not be appended to the id so that there is not a double prefix
24
+ - service info group, artifact and version, and add flexibility in configuration
25
+
26
+ ### Other
27
+
28
+ - add test for encryption scheme flag
29
+ - [ ** breaking** ] remove deploy directory in favour of https://github.com/umccr/htsget-deploy , keep docker inside docker directory
30
+ - * (config)* add details to service_info config specifying custom values and overriding defaults
31
+ - * (config)* add test for service info
32
+ - use ` --all-features ` in config examples
33
+ - rename s3-storage to aws and url-storage to url
34
+ - * (config)* ensure all examples and example files are working
35
+ - update docs for path-based and regex config
36
+ - move cors into advanced and add support for mirrored headers and methods
37
+ - add location concept and move advanced config to its own module
38
+ - grammar and typos
39
+ - fix new clippy warnings
40
+ - re-word and simplify, add quick starts where applicable
41
+
9
42
## [ 0.12.0] ( https://github.com/umccr/htsget-rs/compare/htsget-config-v0.11.0...htsget-config-v0.12.0 ) - 2024-10-16
10
43
11
44
### Added
0 commit comments