Skip to content

Releases: unosquare/embedio

Resolve issue with Request ContentLength casing

08 Oct 15:38
Compare
Choose a tag to compare

Port to C# 8

07 Oct 19:32
0093d4e
Compare
Choose a tag to compare

Upgraded codebase to C# 8.0. We are not using .NET Standard 2.1 yet.

Also, fixed issue #351

Add Strong-name to EmbedIO Assembly

26 Sep 23:23
9085fc4
Compare
Choose a tag to compare

Add Strong-name to EmbedIO Assembly (Issue #363)

Update to SWAN 2.2.0

14 Sep 20:33
3d7bdce
Compare
Choose a tag to compare

Important update to SWAN JSON Serializer/Deserializer v2.2.0

Fix Response Content Length issue

03 Sep 19:01
d68eb3b
Compare
Choose a tag to compare
  • Issue #355
  • Update to SWAN 2.1.0

Fixed issue with FileSystemProvider paths

29 Aug 14:29
461ff2f
Compare
Choose a tag to compare

Resolve issue with RouteMatcher cache

26 Aug 02:07
Compare
Choose a tag to compare

Changes to logger

20 Aug 16:13
Compare
Choose a tag to compare

Change some Info level logs to Debug

Major version 3.0.0

19 Aug 15:53
b26ce9b
Compare
Choose a tag to compare

Breaking changes

  • New Assembly name EmbedIO.dll.
  • New Assembly with unit Testing support classes and TestWebServer: EmbedIO.Testing.dll.
  • Remove Routing Strategy: everything is using Regex resolution of routes.
  • Remove return bool for WebModule, a new pipeline is available
  • Remove return bool or return Task for WebAPI Methods, you can return anything and the serializer will take control.

We will update the following wiki page for upgrade notes:

https://github.com/unosquare/embedio/wiki/Upgrade-from-v2

Last version before v3.0

07 Jun 19:09
Compare
Choose a tag to compare

This version hides some internal classes and methods like WebSocket and mark with Obsolete attribute classes, methods and properties that will be dropped or replaced in the new major version.