Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
185 lines (85 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

185 lines (85 loc) · 10.5 KB

Changelog

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

3.12.0 (2022-08-21)

Features

  • Issue 674 added support for up to 100 items in a FHIR transaction (#153) (32242ce)

3.11.0 (2022-04-06)

Features

3.10.1 (2022-03-07)

Bug Fixes

3.10.0 (2022-03-03)

Features

3.9.0 (2021-10-13)

Features

  • pass jobOwnerId param to bulk export job (#124) (85a5912)
  • support custom bulk export results URLs (#123) (37e3473)

3.8.2 (2021-09-30)

3.8.1 (2021-09-17)

Bug Fixes

  • have bulk export return the correct content type (#112) (bbf22ae)

3.8.0 (2021-08-30)

Features

Bug Fixes

  • reroute locking errors from server errors to conflict errors where applicable (#102) (fbe19c7)

3.7.0 (2021-08-17)

Features

3.6.1 (2021-08-02)

Bug Fixes

  • change ES writes to use Bulk APIs (#97) (7eee06e)

3.6.0 (2021-07-09)

Features

  • Adding support for versioned reference links (#88) (acef8d1)

3.5.0 (2021-06-11)

Features

  • add alias for new and existing index (#83) (af637d4)

3.4.0 (2021-06-01)

Features

  • support update as create in bundle service (#80) (bf1366d)

Bug Fixes

3.3.4 (2021-05-17)

3.3.3 (2021-04-26)

Bug Fixes

  • improve error logging for ddbToEs sync (#68) (5774b34)

3.3.2 (2021-04-14)

Bug Fixes

  • return the newly create meta field from bundle processer (#65) (a2b5206)

3.3.1 (2021-04-09)

Bug Fixes

  • don't overwrite meta param in Resource update/create (#62) (e913c71)
  • Only add customUserAgent when code is running on AWS, not when code is running locally (#61) (c304ffd)

3.3.0 (2021-03-26)

Features

  • add support for Update as Create (#57) (14a254e)

3.2.1 (2021-02-08)

Bug Fixes

  • match on resourceType as well as id when executing Read/VRead/DeleteVersionedRes operations (#51) (4f433d2)
  • resolve vid and meta attribute mismatch on concurrent Update requests (#53) (2ecc1cd)

3.2.0 (2021-01-27)

Features

  • Change ES mapping for keyword parameters (#48) (1a72433)

3.1.0 (2021-01-20)

Features

Bug Fixes

  • We no longer need to store presignedS3Urls as they are now dynamically generated when a user request for the S3 files (#42) (823fb57)

[3.0.0] - 2020-11-10

Added

  • Support for DB export by implementing BulkDataAccess interfaces in fhir-works-on-aws-interface v3.0.0

[2.0.1] - 2020-10-31

  • chore: Upgrade fhir-works-on-aws-interface dependency

[2.0.0] - 2020-08-31

Added

  • feat: Assume that the Resource DDB sort key is a number not a String
    • BREAKING CHANGE: This change will not be successful if sort key is still a String

[1.1.0] - 2020-08-31

Added

  • feat: X-Ray integration

[1.0.0] - 2020-08-31

Added

  • Initial launch! 🚀