Skip to content

Major version 3.0.0

Compare
Choose a tag to compare
@geoperez geoperez released this 19 Aug 15:53
· 262 commits to master since this release
b26ce9b

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