This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
v2.7.0
Features
- routing: Support POST based search (#70) (0c29a2d)
- search: Support number and quantity search syntax (#58) (ac5ca42). e.g.
GET [base]/Observation?value-quantity=le5.4|http://unitsofmeasure.org|mg
- search: Allow repeated search parameters a.k.a AND search parameters (#62) (68f2173). e.g.
GET [base]/Patient?language=FR&language=EN
matches patients who speak English AND French. - search: Allow sorting by date type parameters (#60) (a7d9bf0)
- search: Support searching on Period type fields with date type params (#61) (d36e3af)
- Add DLQ for ddbToEs sync failures (#295) (eb7f51c)
Bug Fixes
- persistence:
meta
field was missing from update response even though it was persisted properly (#65) (a2b5206) - persistence: Improve error logging when sync from ddb to ElasticSearch fails (#68) (5774b34)
- search: Token search params were matching additional documents (#65) (046238a)
- Suppress deprecation warning when writing to Info_Output.yml during installation (#294) (462e146)