To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.rst 13.44 KiB
Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.4
Release date to be decided.
- Many string encoding related fixes. Summarizing, Mutalyzer should now be completely aware of input and output string encodings, in all interfaces. Internally, all strings are unicode strings. This comes with minor changes in the webservice definitions, which most clients will probably not notice (GitLab!25).
- Don't crash on mail errors in the batch scheduler (GitLab#30).
Version 2.0.3
Released on September 20th 2014.
- Fix several error cases in LOVD2 view on the name checker.
Version 2.0.2
Released on October 9th 2014.
- Fix incorrect GRCm38 chromosome accession number versions.
- Fix crash in position converter batch jobs.
- Upgrade the webservice library we use (Spyne, from 2.10.10 to 2.11.0). This potentially affects behaviour of both our SOAP and HTTP/RPC+JSON webservices, although our tests did not show any problems.
Version 2.0.1
Released on September 27th 2014.
- Fix POST requests to the HTTP/RPC+JSON webservice. This was a regression from version 2.0.beta-33. Thanks to Ken Doig for reporting the issue.