Skip to content

v0.7.0

Latest

Choose a tag to compare

@rezib rezib released this 04 Jun 07:11
v0.7.0

Added

  • cli: Environment variables RACKSDB_DB, RACKSDB_SCHEMA, RACKSDB_EXTENSIONS, and to set default schema, extensions, and database paths when the matching racksdb / racksdb-web option is omitted (#149).
  • web: Support the same environment variables as CLI.
  • pkgs:
    • Add tests dependency on RFL.build >= 1.8.0 for parameterized unit tests.
    • Install schemas/racksdb.yml and schemas/drawings.yml with the Python package (#158).
  • lib: Resolve default schema paths for pip/source installs and source checkouts as a fallback for FHS distribution paths.
  • docs:
    • Mention support of RHEL 10, Fedora 43, SLES and openSUSE 15 and 16, Ubuntu 26.04 LTS.
    • Mention support of RACKSDB_DB, RACKSDB_SCHEMA and RACKSDB_EXTENSIONS environment variables in racksdb and racksdb-web manpages.

Fixed

Removed

  • docs: Drop support of Fedora 41.
  • pkgs: Drop tests dependency on parameterized external library (#152).