EmbedIO v3.0.0 Release Notes

Release Date: 2019-08-19 // over 4 years ago
  • ๐Ÿ’ฅ 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