Releases: SamhammerAG/Samhammer.Web.Common
Releases · SamhammerAG/Samhammer.Web.Common
8.0.0
6.0.0
Version 3.2.0
Possibility to use unsigned handler for existing http clients
Version 3.1.0
Updated Microsoft Dependencies to 3.1
Migrate to Netcore 3.1
Update project and project references to .Netcore 3.1
Version 1.2.0
Changed registration of UnsignedHttpClient.
Breaking changes:
- The registration on IWebHostBuilder is now be done with .AddUnsignedHttpClient()
Version 1.1.0
Added support for a configurable endpoint path to UseVersion and UsePing.
Breaking changes:
- The registration of version with .UseVersion() no longer registers the path /api/version. The default is /version. If you want to have a different endpoint just set the path as a parameter in UseVersion.
Initial release
This release contains all features of the old and project specific common project.
Breaking changes:
- The version controller is not available automatically. Instead you have to add "UseVersion()" to your startup project.