* Address DOS issue in History operation
* Work on history caching
* Add docs
* Add changelog
* Resolve test failures
* Test fixes
* Test fix
* Test fixes
Bumps `fhir_core_version` from 5.3.10 to 5.3.11.
Updates `org.hl7.fhir.utilities` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.convertors` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.validation` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.dstu2` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.dstu2016may` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.dstu3` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.r4` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.r4` from 5.3.10 to 5.3.11
Updates `org.hl7.fhir.r5` from 5.3.10 to 5.3.11
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix new searchbuilder limit similar to legacy searchbuilder
* Fix returning includes when using offset query
* Add unit tests for offset query with include
* Only use count param if offset is given (sometimes we want to search synchronously more if DAO is used directly)
* Throw if offset is tried to use with everything operations
* Do not offer offset paging for everything operations and fix tests to assert that
* 2540 - Upgraded the fhir_core_version from 5.3.0 to 5.3.9.
* 2540 - Updated the Unit Test messages due to the upgraded dependencies.
* 2540 - Fixed some additional Unit Test message checks.
* 2540 - Updated the POM to refer to fhir_core_version 5.3.10-SNAPSHOT so a FULL Pipeline Build can run to verify that everything is fixed now.
* 2540 - Added some DEBUG Sysout logging to try and determine why the Pipeline Builds fail for a specific Unit Test when it passes locally...
* 2540 - Added some more logging to try and determine why the Pipeline Builds fail for a specific Unit Test when it passes locally...
* 2540 - Updated a Unit Test to account for a newly returned search param.
* 2540 - Updated a Unit Test to account for a newly returned search param and removed some debug output.
* WIP for elm caching
* Bug fixes and a working DSTU3 unit test
* More tests, Address review feedback, add initial docs
* Update to cql-evaluator 1.2.0
* Fixes for documentation