<!-- Release notes generated using configuration in .github/release.yml at v6.0.0 -->
What's Changed
New features
* Quantities and date arithmetic by johngrimes and piotrszul in https://github.com/aehrc/pathling/pull/509
* Implement exists function by johngrimes in https://github.com/aehrc/pathling/pull/987
* Add new Python helper function: to_ecl_value_set by johngrimes in https://github.com/aehrc/pathling/pull/979
* Allow greater control over S3 configuration by johngrimes in https://github.com/aehrc/pathling/pull/950
* Added Sentry logging to async requests (with request context) by piotrszul in https://github.com/aehrc/pathling/pull/830
Dependency updates
* Bump pytest-cov from 3.0.0 to 4.0.0 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/915
* Bump joda-time from 2.10.14 to 2.12.0 by dependabot in https://github.com/aehrc/pathling/pull/945
* Bump sphinx from 5.0.2 to 5.3.0 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/957
* Bump pathling.hapiFhirVersion from 6.0.3 to 6.1.3 by dependabot in https://github.com/aehrc/pathling/pull/967
* Bump java-jwt from 4.0.0 to 4.2.0 by dependabot in https://github.com/aehrc/pathling/pull/971
* Bump spring-boot-starter-parent from 2.7.2 to 2.7.5 by dependabot in https://github.com/aehrc/pathling/pull/972
* Bump pathling.sparkVersion from 3.3.0 to 3.3.1 by dependabot in https://github.com/aehrc/pathling/pull/975
* Bump gson from 2.9.0 to 2.10 by dependabot in https://github.com/aehrc/pathling/pull/980
* Bump woodstox-core from 6.3.0 to 6.4.0 by dependabot in https://github.com/aehrc/pathling/pull/981
* Bump sentry from 6.3.0 to 6.6.0 by dependabot in https://github.com/aehrc/pathling/pull/983
* Bump pytest from 7.1.2 to 7.2.0 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/985
* Bump pyspark from 3.3.0 to 3.3.1 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/986
* Bump pathling.hadoopVersion from 3.3.3 to 3.3.4 by dependabot in https://github.com/aehrc/pathling/pull/775
* Bump jib-maven-plugin from 3.2.1 to 3.3.0 by dependabot in https://github.com/aehrc/pathling/pull/825
* Bump delta-core_2.12 from 1.2.1 to 2.1.0 by dependabot in https://github.com/aehrc/pathling/pull/826
* Bump jackson-core from 2.13.3 to 2.13.4 by dependabot in https://github.com/aehrc/pathling/pull/844
* Bump ipython from 8.4.0 to 8.5.0 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/852
* Bump maven-shade-plugin from 3.3.0 to 3.4.0 by dependabot in https://github.com/aehrc/pathling/pull/875
* Bump scala-library from 2.12.16 to 2.12.17 by dependabot in https://github.com/aehrc/pathling/pull/876
* Bump wiremock-jre8 from 2.33.2 to 2.34.0 by dependabot in https://github.com/aehrc/pathling/pull/879
* Bump jwks-rsa from 0.21.1 to 0.21.2 by dependabot in https://github.com/aehrc/pathling/pull/883
* Bump json from 20220320 to 20220924 by dependabot in https://github.com/aehrc/pathling/pull/890
* Bump scala-maven-plugin from 4.7.0 to 4.7.2 by dependabot in https://github.com/aehrc/pathling/pull/910
Migration notes
You will need to re-import your data upon upgrading to this new major release. This is to accommodate changes to the encoders, necessitated by the new functionality relating to quantities.
There have also been changes made to the way that S3 authentication is configured. The old `pathling.storage.aws.*` variables have been removed in favour of a default authentication provider chain that will automatically pick up authentication within the environment. In addition to this, you can now send configuration values directly through to the underlying Hadoop AWS library.
**Full Changelog**: https://github.com/aehrc/pathling/compare/v5.4.0...v6.0.0