Skip to content

1.30.0

Choose a tag to compare

@koriym koriym released this 24 Jan 07:34
· 91 commits to 1.x since this release

Added

  • EmbedInterceptorInterface for swappable embed implementations
    • Allows alternative implementations (e.g., async/parallel embed resolution) to be injected via DI
    • EmbedInterceptor now implements this interface
    • EmbedResourceModule binds via the interface for extensibility