Skip to content

TRAC D.A.P. 0.5.15

Compare
Choose a tag to compare
@martin-traverse martin-traverse released this 01 Feb 10:04
· 171 commits to main since this release
ffeaaf9

TRAC D.A.P. 0.5.13 adds a pure-python version of the Git model loader. This is for organisations or environments where the native Git loader cannot be used at runtime. In the future, the pure python loader may become the default. To use the new loader, set nativeGit: false as a property of the repository in trac-platform.yaml. This release also adds support for setting git config via the TRAC repository properties, this can be used to set any parameters in the git config file. This can be used to customise the SSL settings for the Git model loader in organisations with their own root CA to meet enterprise trust requirements.

  • Add a pure-python implementation of the Git model loader
  • Support for single-commit fetch
  • Support for setting git config via the TRAC repo properties
  • Git config support also added to the native Git model loader

Version 0.5.15 is metadata-compatible with versions 0.5.0 through 0.5.14.