Releases: ServiceComposer/ServiceComposer.AspNetCore
Releases · ServiceComposer/ServiceComposer.AspNetCore
4.2.0-beta.3
What's Changed
- Document known limitations by @mauroservienti in #887
- Tweak dependency versions by @mauroservienti in #915
Full Changelog: 4.2.0-beta.2...4.2.0-beta.3
4.2.0-beta.2
What's Changed
- Use the Microsoft.CodeAnalysis.CSharp package from .NET 8 by @mauroservienti in #881
Full Changelog: 4.2.0-beta.1...4.2.0-beta.2
4.2.0-beta.1
What's Changed
- Move to incremental source generator by @mauroservienti in #879
Full Changelog: 4.2.0-alpha.1...4.2.0-beta.1
4.2.0-alpha.1
What's Changed
Features
- Enable contractless (controller action-like) composition handlers using source generators by @mauroservienti in #804
Improvements and bug fixes
- Generic event handlers are not properly registered in DI by the assembly scanner by @mauroservienti in #809
- Ensure custom registration handlers are executed for contract less handlers by @mauroservienti in #824
- Add a test that validates composition can be called multiple times by @mauroservienti in #830
Full Changelog: 4.1.1...4.2.0-alpha.1
4.1.3
What's Changed
- Validates composition can be called multiple times (#830) by @mauroservienti in #831
Full Changelog: 4.1.2...4.1.3
4.1.2
What's Changed
- Generic event handlers are not properly registered in DI by the assembly scanner (#809) by @mauroservienti backported in #810
Full Changelog: 4.1.0...4.1.2
4.1.1
What's Changed
- Fix the CompositionEndpointBuilder to use the correct HttpContext by @mauroservienti in #803
Full Changelog: 4.1.0...4.1.1
4.1.1-beta.1
What's Changed
- Fix the CompositionEndpointBuilder to use the correct HttpContext by @mauroservienti in #803
Full Changelog: 4.1.0...4.1.1-beta.1
Beta packages can be consumed by adding to your IDE or NuGet.config file, the following feed address: https://f.feedz.io/servicecomposer/pre-releases/nuget/index.json
4.1.0
What's Changed
- Add support for declarative model binding by @mauroservienti in #786
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- Replace Newtonsoft.Json with System.Text.Json by @mauroservienti in #765
- Drop the obsolete EnableWriteSupport configuration option by @mauroservienti in #766
- Scan AppDomain assemblies and do not try loading already loaded assemblies by @mauroservienti in #767
Full Changelog: 3.1.0...4.0.0