Pathling

Latest version: v7.0.1

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

6.0.1

<!-- Release notes generated using configuration in .github/release.yml at v6.0.1 -->

Minor update to the Library API and documentation.

**Full Changelog**: https://github.com/aehrc/pathling/compare/v6.0.0...v6.0.1

6.0.0

<!-- 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

5.4.0

<!-- Release notes generated using configuration in .github/release.yml at v5.4.0 -->

What's Changed
New features
* Implement terminology client authentication by johngrimes in https://github.com/aehrc/pathling/pull/654
Bug fixes
* Fix gaps in translation of results into literals within drill-down by johngrimes in https://github.com/aehrc/pathling/pull/739
* Fix error relating to use of URN in fullUrl in batch by johngrimes in https://github.com/aehrc/pathling/pull/741
Dependency updates
* Bump exec-maven-plugin from 3.0.0 to 3.1.0 by dependabot in https://github.com/aehrc/pathling/pull/711
* Bump pathling.hapiFhirVersion from 6.0.2 to 6.0.3 by dependabot in https://github.com/aehrc/pathling/pull/729
* Bump sentry from 6.1.4 to 6.3.0 by dependabot in https://github.com/aehrc/pathling/pull/731
* Bump terser from 5.14.1 to 5.14.2 in /site by dependabot in https://github.com/aehrc/pathling/pull/732
* Bump spring-boot-starter-parent from 2.7.1 to 2.7.2 by dependabot in https://github.com/aehrc/pathling/pull/735
* Bump scala-maven-plugin from 4.6.3 to 4.7.0 by dependabot in https://github.com/aehrc/pathling/pull/721
* Bump delta-core_2.12 from 1.2.1 to 2.0.0 by dependabot in https://github.com/aehrc/pathling/pull/733
Other changes
* Replace WebSecurityConfigurerAdapter with SecurityFilterChain bean by johngrimes in https://github.com/aehrc/pathling/pull/740


**Full Changelog**: https://github.com/aehrc/pathling/compare/v5.3.2...v5.4.0

5.3.2

<!-- Release notes generated using configuration in .github/release.yml at v5.3.2 -->

What's Changed
New features
Bug fixes
* Fix issue with multiple non-singular columns with different types by johngrimes in https://github.com/aehrc/pathling/pull/697
* Return correct error when accessing unsupported Reference children by johngrimes in https://github.com/aehrc/pathling/pull/698
Dependency updates
* Bump sentry/node from 7.5.1 to 7.6.0 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/691
* Bump pathling.awsSdkVersion from 1.12.256 to 1.12.257 by dependabot in https://github.com/aehrc/pathling/pull/692
Other changes
* Include TypeScript sources in NPM libraries by johngrimes in https://github.com/aehrc/pathling/pull/695
* Upload benchmarks to S3 by johngrimes in https://github.com/aehrc/pathling/pull/694


**Full Changelog**: https://github.com/aehrc/pathling/compare/v5.3.1...v5.3.2

5.3.1

<!-- Release notes generated using configuration in .github/release.yml at v5.3.1 -->

What's Changed

Changes to Python library
* Implement member_of, translate and subsumes functions by johngrimes in https://github.com/aehrc/pathling/pull/653

Dependency updates
* Bump scala-maven-plugin from 4.6.2 to 4.6.3 by dependabot in https://github.com/aehrc/pathling/pull/629
* Bump pathling.hapiFhirVersion from 6.0.1 to 6.0.2 by dependabot in https://github.com/aehrc/pathling/pull/636
* Bump spring-boot-starter-parent from 2.7.0 to 2.7.1 by dependabot in https://github.com/aehrc/pathling/pull/650
* Bump java-jwt from 3.19.2 to 4.0.0 by dependabot in https://github.com/aehrc/pathling/pull/655
* Bump sentry from 6.1.0 to 6.1.4 by dependabot in https://github.com/aehrc/pathling/pull/659
* Bump woodstox-core from 6.2.8 to 6.3.0 by dependabot in https://github.com/aehrc/pathling/pull/660
* Bump jsonassert from 1.5.0 to 1.5.1 by dependabot in https://github.com/aehrc/pathling/pull/677
* Bump pathling.awsSdkVersion from 1.12.240 to 1.12.256 by dependabot in https://github.com/aehrc/pathling/pull/689
* Bump sphinx from 5.0.1 to 5.0.2 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/631
* Bump prettier from 2.7.0 to 2.7.1 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/625
* Bump typescript from 4.7.3 to 4.7.4 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/640
* Bump typescript from 4.7.3 to 4.7.4 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/642
* Bump types/jest from 28.1.1 to 28.1.3 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/647
* Bump babel/preset-env from 7.18.2 to 7.18.6 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/662
* Bump babel/preset-typescript from 7.17.12 to 7.18.6 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/664
* Bump aws-sdk/client-s3 from 3.110.0 to 3.121.0 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/671
* Bump types/node from 16.11.40 to 16.11.43 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/684
* Bump types/node from 16.11.40 to 16.11.43 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/686
* Bump prettier from 2.7.0 to 2.7.1 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/626
* Bump types/aws-lambda from 8.10.100 to 8.10.101 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/639
* Bump ts-node from 10.8.1 to 10.8.2 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/675
* Bump sentry/node from 7.1.1 to 7.5.1 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/685

**Full Changelog**: https://github.com/aehrc/pathling/compare/v5.2.0...v5.3.1

5.2.0

<!-- Release notes generated using configuration in .github/release.yml at v5.2.0 -->

What's Changed

Changes to Python library

* Update Python dependencies and improve API for standalone scenario by johngrimes in https://github.com/aehrc/pathling/pull/613

Dependency updates

* Bump prettier from 2.6.2 to 2.7.0 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/607
* Bump pathling.sparkVersion from 3.2.1 to 3.3.0 by dependabot in https://github.com/aehrc/pathling/pull/614
* Bump sentry from 5.7.4 to 6.1.0 by dependabot in https://github.com/aehrc/pathling/pull/615
* Bump types/node from 16.11.36 to 16.11.40 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/617
* Bump types/node from 16.11.38 to 16.11.40 in /lib/js by dependabot in https://github.com/aehrc/pathling/pull/618
* Bump aws-sdk/client-s3 from 3.105.0 to 3.110.0 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/619
* Bump pyspark from 3.2.1 to 3.3.0 in /lib/python by dependabot in https://github.com/aehrc/pathling/pull/620
* Bump scala-library from 2.12.15 to 2.12.16 by dependabot in https://github.com/aehrc/pathling/pull/588
* Bump sentry/node from 7.0.0 to 7.1.1 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/593
* Bump types/aws-lambda from 8.10.98 to 8.10.100 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/600
* Bump prettier from 2.6.2 to 2.7.0 in /lib/import by dependabot in https://github.com/aehrc/pathling/pull/608
* Bump pathling.awsSdkVersion from 1.12.234 to 1.12.240 by dependabot in https://github.com/aehrc/pathling/pull/616

Other changes

* Split test suite into tranches by johngrimes in https://github.com/aehrc/pathling/pull/596
* Baseline JMH benchmark for aggregate operation. by piotrszul in https://github.com/aehrc/pathling/pull/606

**Full Changelog**: https://github.com/aehrc/pathling/compare/v5.1.1...v5.2.0

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.