Skip to content

Commit

Permalink
Release 1.3.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Apr 2, 2024
1 parent 670e7e6 commit 106975e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.0 Beta (April 2023)

### New Features
- Multiple language and dialect support for search and display
- Includes configurable language specific character folding
- Works with wildcard search

### Improvements
- Much better search ranking
- First 100 results are sorted by shortest matching description term, like the full Snowstorm server
- Works in any language and with wildcard search

### Fixes
- SNOMED to ICD-10 map equivalence corrected to 'relatedto', was 'unmatched'
- Docker java heap set to 1g minimum and maximum to prevent out of memory error during import
- CVE fixes, level 7 and above


## 1.2.0 Beta (Jan 2023)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>SNOMED-CT FHIR Terminology Server, with a small memory footprint</description>

<artifactId>snowstorm-lite</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta</version>
<parent>
<groupId>org.snomed</groupId>
<artifactId>snomed-parent-bom</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ You will need a local Snowstorm Lite instance running.
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/26915017-9ebeee28-e786-4722-a768-730b26ba4da7?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D26915017-9ebeee28-e786-4722-a768-730b26ba4da7%26entityType%3Dcollection%26workspaceId%3D283ac96f-72e6-436f-9f4b-c67af5d038a8#?env%5BLocalhost%20Port%208080%5D=W3sia2V5IjoidXJsIiwidmFsdWUiOiJodHRwOi8vbG9jYWxob3N0OjgwODAiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MCIsInNlc3Npb25JbmRleCI6MH1d)

## Roadmap
- ECL History Supplement feature (Q1 2024)
- Support for non-english SNOMED CT extensions (Q2 2024)
- ECL History Supplement feature (Q2 2024)

Full ECL support is not planned. Snowstorm Lite supports the most often used ECL features without the full complexity and memory demands of the complete ECL specification.

0 comments on commit 106975e

Please sign in to comment.