Releases: unipept/unipept-api
2.1.3
2.1.2
This release adds a new option to the pept2filtered
endpoint and updates the configuration such that logfiles will never grow larger than 500MiB in size.
Features / enhancements:
2.1.1
2.1.0
This release provides support for a new API endpoint protinfo
. See the documentation over here on how to use it.
Features / enhancements:
- The
protinfo
endpoint is added. This endpoint allows a user to retrieve all protein related information given a UniProt accession ID. (#20).
2.0.2
This release moves the responsibility of replacing the amino acid I by L from client applications using this API to the API's implementation itself. Existing applications will behave as before, but the fix allows updated applications to correctly report taxonomic and functional annotations of peptides containing the amino acid I (instead of only reporting it's equated counterpart containing L).
Enhancements:
- The API now keeps track of peptides with the amino acid I and correctly reports the associated annotations (#19)
2.0.1
This minor release of the Unipept API updates some vulnerable dependencies and drops support for EMBL and RefSeq annotations that were reported by the pept2prot
endpoint.
Enhancements:
- Bumped dependencies to fix some vulnerabilities (#13, #15, #16).
- Improved configuration of RuboCop linter for this repository (#17).
- Added new GitHub action for rails tests (#3).
Bug fixes:
- Dropped support for RefSeq and EMBL annotations in
pept2prot
endpoint. These were already broken for quite some time (#14).
2.0.0
Version 2.0.0 of the Unipept API provides support for the functional analysis of metaproteomics datasets, and changed the taxon ranks that are supported for a taxonomic metaproteomics analysis.
Please note that the date for these release notes on GitHub does not correspond to the actual release date of the Unipept API v2.0.0. This release dates back from 2019, but has now also been added here for future reference.
New features / enhancements:
- Support for the functional analysis of metaproteomics datasets
- Removed redundant taxon ranks from taxonomic analysis
- Added strain rank to taxonomic analysis