Skip to content

Releases: CoreForms/docs

9.1.0 - 03/04/2025

05 Mar 09:23
36ff28a

Choose a tag to compare

Features

  • Dropped -windows dependency from the target frameworks of most CoreForms.Web packages. Windows is still the only supported platform, but CoreForms can now be consumed without requiring a -windows target framework.

9.0.1 11/27/2024

28 Nov 08:34
36ff28a

Choose a tag to compare

Bugfix

  • Fix incorrect assembly reference version between CoreForms.Web and CoreForms.Web.Services

9.0.0 - 11/13/2024

18 Nov 12:28
36ff28a

Choose a tag to compare

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

26 Aug 11:14
36ff28a

Choose a tag to compare

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

20 Aug 14:31
36ff28a

Choose a tag to compare

Bugfix

  • Fix problem where connecting with a link local IPv6 address causes a server error

8.2.0 - 07/23/2024

23 Jul 12:18
36ff28a

Choose a tag to compare

Features

  • Add support for metrics using System.Diagnostics.Metrics as a replacement for performance counters

8.1.3 - 05/28/2024

05 Jun 09:58
36ff28a

Choose a tag to compare

Bugfixes

  • Fixed LoqRequest and PostLoqRequest not getting executed on exceptions

8.1.2 - 04/24/2024

05 Jun 09:57
36ff28a

Choose a tag to compare

Bugfixes

  • Fixed bug in JavaScript causing an error on load

8.1.1 - 02/21/2024

05 Jun 09:56
36ff28a

Choose a tag to compare

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

Changes

  • Refactored JavaScript files
  • Refactored rendering of JavaScript blocks

8.0.0 - 11/16/2023

04 Jun 13:26
36ff28a

Choose a tag to compare

Features

  • Support for .NET 8