This log documents significant changes for each release.
- Add specifications for all supported SNOMED CT entities
- Add generative tests for parsing and unparsing SNOMED data files
- Add synth_test.clj to export and then re-import generated synthetic data
- Bump to Clojure 1.11.0
- Speed up import and indexing
- Upgrade to Lucene 9.1
- Add and improve graph API resolvers
- Improve synthetic and live test suite
- Fix extended reference set import pattern matching
- Add synthetic SNOMED data generation
- Much more complete automated testing using synthetic data
- Add greater instrumentation when in development or testing
- Add import of OWL reference set types
- Fix accept-language parsing and fallback in http server
- Bump to Lucene 9.0 - hermes now requires JDK 11 or newer.
- Switch to using clojure.data.json for JSON export.
- Bump other minor outdated dependencies (logback, trud).
- Support for mapping concepts into a defined subset of concepts.
- Add get-synonyms convenience function
- Expose get-all-children at top-level API
- Bump to Apache Lucene 8.11.0 - no API or index changes, but simply bug fixes
- Add --allowed-origins option to server to enable configuration of CORS, if required
- Add build via tools.build
- Add deployment to clojars.
- More complete UK language refset priority list
- Fail fast if there are any issues caught during processing (e.g. broken data such as invalid dates)
- Optimise import, parsing and storage flow. Better handling of errors during import.
- Fix import of simple reference sets, including when 'Simple' not in summary field of filename
- Tidy status output when importing data if no metadata found.
- Add support for simple reference set extensions with flexible fields based on 's' 'c' or 'i' in filename for local customisation
- Status command now prints installed reference sets, and optionally counts of SNOMED data
- Add -v --verbose flag to increase verbosity for commands, although they're pretty verbose already
- Better error reporting during import
- Add explicit choice of locale at time of index creation for preferred concept cache. Hermes supports multiple languages but for convenience caches the preferred synonym for a given locale (or set of reference sets) in the search index.
- Fallback to en-US if chosen locale, or system default locale, does not have a known set of 'best' language reference sets
- Add fuzzy and fallback-fuzzy search to graph API.
- Add get-all-parents, and parent-relationships to core API
- Permit configuration of with-historical to allow choice of association refset types
- Add ECL membership check
- Add reverse cross-map prefix search (useful for ICD-10 and Read)
- Optimisations
- Fix handling of '<<' in expressions.
- Improve validation of HTTP parameters
- Backend paths-to-root and some-indexed for dimensionality reduction work
- Make JSON default for HTTP server
- Add refsets HTTP endpoint
- Add reverse index specifically for association reference set items
- Add expand API endpoint to HTTP server, including historical if requested
- Bind address specified at command line now actually used.
- Add support for new SNOMED filename naming system used by UK since May 21
- Force UTF-8 encoding to ensure works on platforms with different default character encoding.
- New graph API using declarative approach permitting clients to ask for exactly what they need
- Expose fuzzy search in REST API.
- Restructuring - separate library code from cli commands / server
- Add rudimentary github actions tests, but not yet using live db
- Add historical associations reference set support
- Update database version to v0.6 given new indexes.
- Better query re-writing for when single must-not clauses used alone.
- Permit prefix search to run with one character or more, rather than minimum of three, for better autocompletion functionality.
- Upgrade dependencies
- Temporarily bind to 0.0.0.0 pending more complete server configuration options
- 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
- 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
- Add support for transitive synonyms
- 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.
- Add search and autocompletion using Apache Lucene
- Basic SNOMED service (store/retrieval/inference)