Skip to content

TRAC D.A.P. 0.8.0

Latest
Compare
Choose a tag to compare
@martin-traverse martin-traverse released this 24 Apr 13:09
· 9 commits to main since this release
044af40

Starting with TRAC 0.8, a free-to-use community build of TRAC is available
as a self-contained image on Docker Hub. The community edition includes TRAC
D.A.P. as well as custom code provided by finTRAC Limited, and is provided under
the Apache License, Version 2.0, with additional restrictions imposed by the
Commons Clause. TRAC D.A.P. and TRAC Community Edition will have the same minor
release cycle, but patch releases will happen independently.

TRAC Community Edition on Docker Hub

The 0.8 series of TRAC D.A.P. is intended as an open framework for analytic platforms.
APIs are provided to allow easy customization and extension of the core capabilities.
The extension APIs are still maturing and may change between minor releases.

The 0.8 series of TRAC D.A.P. also brings several new features, including:

  • Dynamic resource configuration (configuration as metadata objects)
  • Secret handling for dynamic resources (plugin type for secret management tools)
  • New model input / output types: FILE and STRUCT
  • New model parameter types: ARRAY and MAP

For a full list of changes and new features, see the full changelog

The 0.8 series works with Java versions 11, 17 and 21 and Python versions 9 through 13.
TRAC D.A.P. 0.8.0 is metadata compatible with the 0.7 and 0.6 series.