Skip to content

Releases: aehrc/pathling

v6.2.0

23 May 04:25
v6.2.0
39467e1
Compare
Choose a tag to compare

Check out the documentation for the new FHIRPath query functionality! 🔥

What's Changed

New features

Bug fixes

Full Changelog: v6.1.4...v6.2.0

v6.1.4

24 Jan 11:44
v6.1.4
72ecc49
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Switching to Cast() constructor common between spark-catalyst 3.3 and 3.4 by @piotrszul in #1222

Full Changelog: v6.1.3...v6.1.4

v6.1.3

19 Jan 07:17
v6.1.3
9980f2e
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Removing JSR-380 validation dependency on EL implementation. by @piotrszul in #1195
  • Add IdleConnectionEvictor to guard against terminology server closing connections by @johngrimes in #1204

Full Changelog: v6.1.1...v6.1.3

v6.1.1

10 Jan 12:18
v6.1.1
3df1b0d
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Remove logging_level parameter and improve documentation by @johngrimes in #1186
  • Ensure that Pathling git.properties takes precedence over Spark environment by @johngrimes in #1189

Full Changelog: v6.1.0...v6.1.1

v6.1.0

08 Jan 08:22
v6.1.0
ec79c9b
Compare
Choose a tag to compare

Check out the documentation for the new property and designation functionality:

And also the new configuration options for terminology caching:

What's Changed

New features

Bug fixes

  • Handle resolution of polymorphic Reference-typed extensions by @johngrimes in #1143

Full Changelog: v6.0.4...v6.1.0

v6.0.4

16 Nov 07:39
v6.0.4
b74102e
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Apply the same exception reporting rules for async requests as the synchronous ones. by @piotrszul in #1049

Full Changelog: v6.0.3...v6.0.4

v6.0.3

06 Nov 03:04
v6.0.3
ec7fbd4
Compare
Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v6.0.2...v6.0.3

v6.0.2

31 Oct 05:46
v6.0.2
b775bea
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Create a release version of the modified UCUM library, and use it by @johngrimes in #1004

Full Changelog: v6.0.1...v6.0.2

v6.0.1

28 Oct 10:38
v6.0.1
bf9e6b7
Compare
Choose a tag to compare

Minor update to the Library API and documentation.

Full Changelog: v6.0.0...v6.0.1

v6.0.0

26 Oct 10:11
v6.0.0
d5df9da
Compare
Choose a tag to compare

What's Changed

New features

Dependency updates

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: v5.4.0...v6.0.0