Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:28
· 1014 commits to main since this release

SDM Scan + Enrichment Rewrite

Replace the connector-based SDM architecture with a simpler scan + enrichment model:

  • Direct catalog scanner (rt-side, no connector binary needed)
  • Declarative enrichment loader (JSONC files)
  • Build connections from scan + enrichment data
  • Drop connector runner, protocol, url resolver, map, suggest commands
  • Daemon sdm:catalog serves the rt scan directly (drop sdm:resolve)
  • Rewritten README StrongDM section for the new model
  • Updated e2e tests (drop orphaned connector tests, add enrichment tests)