Releases: IHTSDO/snowstorm-lite
Releases · IHTSDO/snowstorm-lite
Release 2.1.2
Bug fix to realign Jena serialisation library with the HAPI FHIR version.
Full Changelog: 2.1.1...2.1.2
Release 2.1.1
Release 2.1.0
Feature release adding TerminologyCapabilities and ValueSet validate-code operation.
Removed Beta flag as features are stable.
New Features
- Added ValueSet $validate-code operation
- Added TerminologyCapabilities (
/metadata?mode=terminology
)
Improvements
- New capabilities added to Postman collection
- Add container name in Docker examples
Fixes
- Fixed CapabilityStatement software version (
/metadata
) - Fixed all new CVEs
Release 2.0.0-Beta
Breaking
- Upgrade Lucene to version 9.9.x
- SNOMED CT must be imported again to create index in new format
Improvements
- Updates for latest MLDS Syndication Feed format
- Check Lucene version compatibility during startup, fail with informative message
- Upgrade Spring Boot
- Upgrade many libraries
Fixes
- All reported CVEs fixed
Full Changelog: 1.4.0-beta...2.0.0-beta
Release 1.4.0-Beta
Breaking
- This version has a different Lucene index format. SNOMED CT must be imported again to build a new index.
New Features
- ECL History Supplements
- Enables including inactive concepts for longitudinal reporting. For example include active and inactive Asthma concepts like this:
<< 195967001 |Asthma| {{ +HISTORY }}
- See: ECL Guide, History Supplements
- Enables including inactive concepts for longitudinal reporting. For example include active and inactive Asthma concepts like this:
Fixes
- Fixed selection of PT when a specific language but no specific dialect is requested. #7
Release 1.3.0-Beta
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
Release 1.2.0-Beta
Improvements
- Reduce default ValueSet $expand results size to 100 for better performance
- Ability to load extension packages over REST API
- Parameterise import batch size
- Add Google App Engine config and warmup handler
Fixes
- More robust parsing of syndication feed, to allow for inconsistent package size number formats
- CVE security fixes for level 7 and above
- Fix ValueSet $expand when multiple includes
- Fix $validate error: CodeSystem id format
- Remove compose section from ValueSet listing
Release 1.0.0-Beta
First read-only beta release.