-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changes | ||
|
||
This log documents significant changes for each release. | ||
|
||
## [0.6.0] - 2021-03-31 | ||
|
||
* Support for unlimited results when used as a library, and when processing expressions | ||
* Harmonise web service key names to use camel case and not mix in kebab-case. | ||
* Expose library API call to get installed reference sets | ||
* Expose support for 'Accept-Language' using BCP 47 language tags in REST server, with additional support for specific language reference set extension of form en-gb-x-XXXX where XXXX is preferred language refset. | ||
* Release information included in log files | ||
|
||
## [0.5.0] - 2021-03-09 | ||
|
||
* Minor fixes | ||
|
||
## [0.4.0] - 2021-03-08 | ||
|
||
* Major change to backend store with new custom serialization resulting in enormous speed-up and size benefits. | ||
* UK dictionary of medicines and devices (dm+d) custom code extracted to [another repository](https://github.com/wardle/dmd) | ||
* Add support for transitive synonyms | ||
|
||
## [0.3.0] - 2021-01-27 | ||
|
||
* Add special custom extension for UK dictionary of medicines and devices (dm+d) to bring in non-SNOMED BSA data | ||
* SNOMED ECL (expression constraint language) support | ||
* SNOMED CG (compositional grammar) support | ||
* Major improvements to server and backend. Unified terminology service abstracting underlying implementations. | ||
|
||
## [0.2.0] - 2020-11-18 | ||
|
||
* Added search and autocompletion using Apache Lucene | ||
|
||
## [0.1.0] - 2020-11-12 | ||
|
||
* Basic SNOMED service (store/retrieval/inference) | ||
|