Releases: CoreForms/docs
Releases · CoreForms/docs
9.1.0 - 03/04/2025
9.0.1 11/27/2024
Bugfix
- Fix incorrect assembly reference version between
CoreForms.Web
andCoreForms.Web.Services
9.0.0 - 11/13/2024
Features
- Support for .NET 9
- Support for Request Culture Sharing
- Automatically set the clientScriptLocation according to the application virtual path
Changes
- Microsoft.Build was updated to 17.12.6
- OpenTelemetry was updated to v1.9.0
- .NET-based Binary Serialization was replaced by implementation interal to CoreForms
Changes based on v8.2.4
- Release v9.0.0 contains all features, changes, and bugfixes from v8.0.0
8.2.3 08/26/2024
Bugfix
- Fix problem in new Metrics feature which causes a
NullReferenceException
when CoreForms is used without full initialization, like in unit test scenarios
8.2.2 08/20/2024
Bugfix
- Fix problem where connecting with a link local IPv6 address causes a server error
8.2.0 - 07/23/2024
Features
- Add support for metrics using
System.Diagnostics.Metrics
as a replacement for performance counters- See Metrics for more information
8.1.3 - 05/28/2024
Bugfixes
- Fixed LoqRequest and PostLoqRequest not getting executed on exceptions
8.1.2 - 04/24/2024
Bugfixes
- Fixed bug in JavaScript causing an error on load
8.1.1 - 02/21/2024
Features
- Added start/end events for ObjectSession
Bugfixes
- Fixed locking bug in LegacyAspNetSessionObjectLockingStrategy
- Fixed abandoning ObjectSession
- Fixed incorrect path handling with esacped characters
.NET Framework Security Rollups
- https://devblogs.microsoft.com/dotnet/dotnet-framework-november-2023-security-and-quality-rollup/
- https://devblogs.microsoft.com/dotnet/dotnet-framework-january-2024-security-and-quality-rollup/
Changes
- Refactored JavaScript files
- Refactored rendering of JavaScript blocks
8.0.0 - 11/16/2023
Features
- Support for .NET 8