Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 06:39
· 54 commits to master since this release

v0.3.5 (2026-06-29)

New Features

  • overview-json subcommand — Combines all sub-command JSON outputs
    (check, mibdb, vlan-tbl, tcont-flow, topology) into a single
    overview.json file, designed for AI-assisted OMCI diagnostics
  • overview-json supports --mib-json and --semantic-dir — Vendor-specific
    ME definitions and semantic extensions are now applied to the full overview output

Improvements

  • mibdb-diff now supports --semantic-dir — Previously only --mib-json
    was handled; semantic extensions are now consistently applied across all
    relevant subcommands
  • Refactored JSON/semantic loading — Consolidated --mib-json and
    --semantic-dir error handling into a shared helper, with proper error
    messages and early exit on failure

Bug Fixes

  • Fixed load_external_semantics() not returning a value on directory error,
    causing silent failures when an invalid --semantic-dir was provided

Full Changelog: v0.3.4...v0.3.5