AbsaOSS Spline Versions Save

Data Lineage Tracking And Visualization Solution

release/0.7.9

4 months ago

Other improvements

  • #1255 Add message length into execution plan extra info
  • bump minor versions of several libraries

release/0.7.8

10 months ago

Features

  • #1251 - Multi-arch docker builds support

Other improvements

  • #900 [Backported from develop] Switch to AbsaOSS root POM
  • #889 [Backported from develop] Change docker base image to slim variant based on OpenJDK 11
  • #1166 [Backported from develop] Fix building docker on M1

release/0.7.7

2 years ago

Bugfixes

#1078 AQL query is not re-attempted on DatabaseException

release/0.7.6

2 years ago

Bugfixes

  • #1049 Admin CLI :: fix "401 not authorized" when user password is empty
  • #1056 Disable active failover mode (partial backport of #1050)

Improvements

  • #1016 Docker :: launch processes with an unprivileged user and correct signal forwarding
  • #1066 Update ArangoDB driver to version 6.16.1

release/0.7.5

2 years ago

Bugfixes

#983 - AQL: collection not known to traversal: "dataSource" #979 - Producer API swagger definition: durationNs should be number, not object

Improvement

#978 - Execution plan UUID collision handling

release/0.7.4

2 years ago

Critical bug fix

#974 - Producer API: java.io.IOException: Stream closed

The bug was introduced in the release 0.7.2 and persisted in 0.7.3

release/0.7.3

2 years ago

UPDATE: Do not use this release, it contains a regression bug (#974) - use 0.7.4+ instead

Bugfixes

#969 Consumer API: Data Source filters are counter-intuitive

Performance

#971 Do not calculate timestamp range unnecessarily

release/0.7.2

2 years ago

UPDATE: Do not use this release, it introduced a regression bug (#974) - use 0.7.4+ instead

Bugfixes

#961 - Consumer API: Incorrect execution event properties #945 - Spline Server not working on Jetty

Other

#474 - Remove unused adaptive timeout feature from the Consumer REST #951 - Document version strategy

release/0.7.1

2 years ago

Bugfixes

  • #956 - Fix: Kafka default timeout is set to 0

release/0.7.0

2 years ago

Bugfixes

  • #931 - Producer API: Fix a too restrictive execution plan constraint that doesn't allow for operations to have an empty output (a unit schema)

Improvements

  • #813 - Add liveness and readiness probes for the REST and Kafka gateways
  • #913 - Change the default value of the disableSslValidation configuration property to false
  • #932 - Consumer API: Fix the Event list query performance degradation
  • #939 - Consumer API: Fix the Dataset list query performance degradation

Breaking changes

  • The 0.7.0 release improves a few Consumer API queries performance by adding a new precomputed DataSource.name field along with indices. It requires the database migration.
  • When using TLS for ArangoDB connection (arangodbs://...) the certificate validation is ON by default (see #913)