Skip to content

Latest commit

 

History

History
222 lines (107 loc) · 14 KB

CHANGELOG.md

File metadata and controls

222 lines (107 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.8.0 (2021-11-02)

Features

3.7.0 (2021-10-28)

Features

3.6.0 (2021-10-08)

Features

Bug Fixes

  • update IG validation to reject reference params with no target (#123) (f789799)

3.5.2 (2021-09-15)

Bug Fixes

3.5.1 (2021-09-14)

Bug Fixes

  • token search should be exact matches (#117) (d106500)

3.5.0 (2021-09-13)

Features

3.4.0 (2021-08-27)

Features

  • allow id only reference searches when valid (#107) (4b1510f)

3.3.0 (2021-08-17)

Features

3.2.1 (2021-08-05)

Bug Fixes

  • handle _include refs in paths with arrays (#97) (b6fdac1)
  • remove duplicate Resource search params (#98) (570e4eb)

3.2.0 (2021-07-28)

Features

  • support OR search parameters (comma) (#93) (71e401b)

3.1.0 (2021-07-02)

Features

  • Add flexibility to searches against static ES mapping (#85) (#89) (a1e7683)
  • handle uris; not escaping the value (#90) (8de76c1), closes #85 #86

3.0.0 (2021-06-14)

⚠ BREAKING CHANGES

  • Aliases need to be added to existing index
  • Run the addAlias script created in this PR will create aliases for all existing indices
  • Update or create resource in a specific type will automatically create alias for the corresponding index

Features

  • Adding debug logging of JSON elastic queries with formatting. (#78) (b06b645)
  • Use alias in place of index for search (#79) (c83827a)

Bug Fixes

2.7.0 (2021-06-28)

Features

  • Add flexibility to searches against static ES mapping (#85) (f70045b)
  • Adding debug logging of JSON elastic queries with formatting. (#78) (b06b645)
  • handle uris; not escaping the value (#86) (006b3c1)

Bug Fixes

2.6.1 (2021-05-21)

Bug Fixes

  • use exact string matching for references (#74) (8e98345)

2.6.0 (2021-05-20)

Features

  • accept Elasticsearch client as optional constructor argument (#73) (e1cd875)

2.5.1 (2021-04-28)

Bug Fixes

  • fix ne prefix was matching extra records (#64) (54fee72)
  • token search params were matching additional documents (#65) (046238a)

2.5.0 (2021-04-23)

Features

  • allow repeated search parameters (#62) (68f2173)
  • allow sorting by date type parameters (#60) (a7d9bf0)
  • support Period type fields for date params (#61) (d36e3af)

2.4.0 (2021-04-19)

Features

  • support number and quantity type parameters (#58) (ac5ca42)

2.3.0 (2021-04-09)

Features

  • allow milliseconds in date queries (#55) (86dbccd)
  • support prefixes and proper range queries for date parameters (#54) (b082508)
  • support token parameters (#56) (19589b9)

2.2.0 (2021-03-29)

Features

2.1.0 (2021-02-09)

Features

  • Add ImplementationGuides compile method (#38) (e0024a4)
  • parse xpath expressions to support choice of data types (#44) (ca70bdd)
  • update compiler to properly handle params from IGs (#41) (b616c78)

Bug Fixes

  • properly handle special characters in queries (#43) (e586b57)

2.0.1 (2021-01-27)

Bug Fixes

2.0.0 (2021-01-13)

⚠ BREAKING CHANGES

  • updated to interface 7.0.0 which adds the SearchFilter type that is now used as param for the ElasticSearchService constructor.

Features

  • support AWS_REGION env var in IS_OFFLINE mode (#24) (5545524)
  • support standard FHIR search parameters (#36) (6360480)
  • Updating ElasticSearchService to use new SearchFilter interface (#30) (cf6c402)

[1.1.0] - 2020-10-01

  • feat: Implement _include and _revinclude search parameters
  • feat: Support _id search parameter

[1.0.0] - 2020-08-31

Added

  • Initial launch! 🚀