- Test release
- Test release
- Release 2.0.0
- Update to Rebus 3
- Update to Rebus 4
- Add .NET Core support (netstandard1.6)
- Circumvent SimpleInjector's reluctance to dispose singletons that have not been resolved
- Update contracts dep - thanks trevorreeves
- Change configuration API to work better with SimpleInjector
- Target .NET Core 2.0 too
- Update to Rebus 6 - thanks GrzegorzBlok
- Update to SimpleInjector 5 - thanks Eshva
- Use scopes to implement proper disposal of handlers (means that you need to remember to enable scopes in the container, e.g. by setting
Options = { DefaultScopedLifestyle = ScopedLifestyle.Flowing }
)
- Make registration API more consistent with other modern containers
- Change order of actions in
ContainerLocking
callback, making it possible to avoid getting an error in cases where the callback is used to make additional registrations on the container
- Update to Rebus 8