Releases: ServiceComposer/ServiceComposer.AspNetCore
Releases · ServiceComposer/ServiceComposer.AspNetCore
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
3.1.0
What's Changed
- Obsolete EnableWriteSupport with an error by @mauroservienti in #756
- Add a direct dependency to System.Text.Json to address a security vulnerability by @mauroservienti in #758
- Update ci.yml to support .NET 9 builds by @mauroservienti in #762
- Expand dependencies range to support .NET 9 and add .NET 9 as a target in tests by @mauroservienti in #761
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- Target only .NET 8 by @mauroservienti in #711
- Add support for Endpoint filters by @mauroservienti in #714
- Add support for composition request filters by @mauroservienti in #740
- Add support for generic event handlers by @mauroservienti in #746
Full Changelog: 2.2.0...3.0.0
2.2.0
What's Changed
- Add a TryBind option to allow access to the model state dictionary and additional binding information by @mauroservienti in #675
Full Changelog: 2.0.1...2.2.0
2.1.0
What's Changed
- Make write support enabled by default by @mauroservienti in #659
- Add .NET 8 target framework by @mauroservienti in #663
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Make sure the
IEndpointScopedViewModelFactory
implementing type is added to the components registry by @mauroservienti in #522
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Drop .NET Standard and .NET Core 2.1 support by @mauroservienti in #341
- Relax dependency constraints by @mauroservienti in #349
- Make ResponseSerializationOptions internal by @mauroservienti in #352
- Extend MapCompositionHandlers() to return IEndpointConventionBuilder by @mauroservienti in #370
- Expose IConfiguration in ViewModelCompositionOptions by @mauroservienti in #374
#395 - Support .NET 6 and .NET 7 only by @mauroservienti in #379
- Make case-insensitive route matching the default when using composition over controllers by @mauroservienti in #406
- Change all obsoletes as warning to raise errors by @mauroservienti in #407
- Properly obsolete IViewModelPreviewHandler by @mauroservienti in #440
- v1 to v2 upgrade guide by @mauroservienti in #441
Full Changelog: 1.13.0...2.0.0
1.13.0
What's Changed
- Extend MapCompositionHandlers() to return IEndpointConventionBuilder by @mauroservienti in #377
- Expose IConfiguration in ViewModelCompositionOptions by @mauroservienti in #378
Full Changelog: 1.12.0...1.13.0
1.12.0
What's Changed
- Do not use release drafter on release 1.11 branch by @mauroservienti in #345
- Backport actions to 1.11 by @mauroservienti in #348
- Simplify CI Action by @mauroservienti in #359
- Add .NET 6 support by @mauroservienti in #358
Full Changelog: 1.11.0...1.12.0
1.12.0 Beta 1
What's Changed
- Do not use release drafter on release 1.11 branch by @mauroservienti in #345
- Backport actions to 1.11 by @mauroservienti in #348
- Simplify CI Action by @mauroservienti in #359
- Add .NET 6 support by @mauroservienti in #358
Full Changelog: 1.11.0...1.12.0-beta.1