daffodil icon indicating copy to clipboard operation
daffodil copied to clipboard

feat(external-router): integrate automatic URL resolution from in-mem…

Open damienwebdev opened this issue 2 months ago • 0 comments

…ory routable objects

PR Checklist

  • [x] Commit message follows our contributing guidelines
  • [x] Tests added/updated (for bug fixes/features)
  • [x] Documentation added/updated (for bug fixes/features)

PR Type

  • [ ] Bug fix
  • [x] Feature
  • [ ] Style update
  • [ ] Refactor
  • [ ] Test
  • [ ] Build
  • [ ] CI
  • [ ] Docs
  • [ ] Performance
  • [ ] Other (please describe)

Current behavior

Part of: #4143

New behavior

Updates the in-memory driver to automatically resolve URLs by looking them up in the new centralized routable objects registry, eliminating the need for manual resolver configuration when using the in-memory drivers.

Breaking change?

  • [ ] Yes
  • [x] No

Additional context

Depends on #4144

damienwebdev avatar Oct 26 '25 15:10 damienwebdev