umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
37 stars 9 forks source link

feat: add package and versions to service info #249

Open mmalenic opened 3 months ago

mmalenic commented 3 months ago

The service-info endpoint could contain some more data that could be useful for debugging. Specifically, it should probably contain the package and version of the htsget-rs server, e.g. htsget-actix/0.6.1 or htsget-lambda/0.4.16.

Is there any other information it could contain?

brainstorm commented 3 months ago

Is there any other information it could contain?

Hmm, commit ids for the build perhaps? Probably overkill if we have the version already.