Skip to content

Releases: AbsaOSS/spline

0.7.9

08 Jan 09:59
Compare
Choose a tag to compare

Other improvements

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

0.7.8

29 Jul 00:51
Compare
Choose a tag to compare

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

0.7.7

13 Apr 17:12
Compare
Choose a tag to compare

Bugfixes

#1078 AQL query is not re-attempted on DatabaseException

0.7.6

30 Mar 16:10
Compare
Choose a tag to compare

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

0.7.5

22 Oct 18:47
Compare
Choose a tag to compare

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

0.7.4

10 Oct 09:39
Compare
Choose a tag to compare

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

0.7.3 (skip)

07 Oct 22:25
Compare
Choose a tag to compare

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

0.7.2 (skip)

04 Oct 08:39
Compare
Choose a tag to compare

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

0.7.1

16 Sep 07:47
Compare
Choose a tag to compare

Bugfixes

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

0.7.0 - Maintenance release

19 Aug 21:33
Compare
Choose a tag to compare

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)