Skip to main content
Remy DI - Dependency Injection for Go
GitHub Go Docs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

v1.10.1

Fixed

  • Sub-injector GetAll delegation: Fixed an issue where sub-injectors (created via GetWith or GetWithPairs) could not use duck typing to find interfaces from parent injectors when the sub-injector didn’t have CacheOptReturnAll enabled. The GetAll method now correctly ignores ErrConfigNotAllowReturnAll for sub-injectors and delegates to the parent injector, allowing duck typing to work correctly even when the sub-injector’s storage doesn’t allow GetAll operations.