v1.10.1
- Sub-injector GetAll delegation: Fixed an issue where sub-injectors (created via
GetWithorGetWithPairs) could not use duck typing to find interfaces from parent injectors when the sub-injector didn’t haveCacheOptReturnAllenabled. TheGetAllmethod now correctly ignoresErrConfigNotAllowReturnAllfor 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.