Skip to content

Latest commit

 

History

History
141 lines (73 loc) · 3.87 KB

CHANGES.rst

File metadata and controls

141 lines (73 loc) · 3.87 KB

Changelog

0.8.1 (unreleased)

  • Nothing changed yet.

0.8.0 (2022-06-13)

New features

  • A patch has been added in response to issue#91 on collective.elasticsearch.

0.7.6 (2021-05-04)

  • minimum fhir.resources version is now 6.1.0 and minimum collective.elasticsearch version is now 3.0.5

0.7.5 (2020-12-17)

0.7.4 (2020-11-19)

  • Minimum required fhirpath version is now 0.10.4 (see it's changes log) and added compabilities.

0.7.3 (2020-10-24)

  • new helper function json_body has been created, which is using orjson deserializer.
  • FHIRModelServiceMixin is now more performance optimized.

0.7.2 (2020-10-06)

  • Bundle resposne as dict option enable in ZCatalog based search.

0.7.1 (2020-10-05)

  • fhirpathminimum version has been updated, which includes minimum fhir.resources version 6.0.0b5.
  • Improvements for FHIRModelServiceMixin as orjson serializer used.

0.7.0 (2020-09-25)

Improvements

Fixes

  • utils.FHIRModelServiceMixin can now handle list type data in response.

0.6.1 (2020-09-09)

  • plone.app.fhirfield:defaulthas been added in dependency, so no need separete install of plone.app.fhirfield.

0.6.0 (2020-09-09)

Improvements

  • FHIRModelServiceMixin class has been available under utils module, which can be used with your plone.restapi services to response type as FhirModel aka pydantic's BaseModel or plone.app.fhirfield.FhirFieldValue object with the best possible effecient way.

0.5.0 (2020-08-18)

Improvements

  • Supports the revolutionary version of fhir.resources via fhirpath we may expect some refactor on your existing codebase because of some breaking changes, please see changes at fhir.resources, plone.app.fhirfield and fhirpath.
  • Brings back support for Python version 3.6
  • Three configurations (fhirpath.es.index.mapping.nested_fields.limit, fhirpath.es.index.mapping.depth.limit, fhirpath.es.index.mapping.total_fields.limit) based on plone registry has now been available.

0.4.0 (2020-05-15)

Breakings

  • As a part of supporting latest fhirpath version (from 0.6.1), drop python version later than 3.7.0.
  • ElasticsearchEngineFactory.__call__'s argument name fhir_version changed to fhir_release.

0.3.0 (2019-11-10)

Improvements

  • ZCatalog featured fhir search added, from which you will get ZCatalog´s brain feature.
  • FhirFieldIndex named PluginIndex is now available.
  • FHIR STU3and R4 search mapping is now available.
  • Others improvements that make able to use in production project (of course without guarantee.)

0.2.0 (2019-09-16)

  • first working versions, with lots of improvements.

0.1.0 (2019-09-06)

  • Initial release. [nazrulworld]