Releases: aksio-insurtech/ApplicationModel
Releases · aksio-insurtech/ApplicationModel
Release v1.1.13
Fixed
- Removing
.UseWebSockets()
call from the.UseAksio()
extension method, as this needs to be explicitly called from the applications themselves in the right order.
Release v1.1.12
Fixed
- Upgrade Fundamentals
Release v1.1.11
Fixed
- Upgrade Fundamentals
Release v1.1.10
Fixed
- Upgrade Fundamentals
Release v1.1.9
Fixed
- Upgrade Fundamentals
Release v1.1.8
Fixed
- Upgraded Fundamentals
Release v1.1.7
Fixed
- Removing the
MicroserviceId
andMicroserviceName
from the.UseAksio()
setup call. These were optional and not used for anything.
Release v1.1.6
Fixed
- Upgraded Aksio Fundamentals
Release v1.1.5
Fixed
- Taking out the use of
ModuleInitializer
, turns out the compiler warning about using it in a package was there for a good reason, it doesn't really work, at least not in production environment.
Release v1.1.4
Fixed
- Fixed null reference exception for duplicate
SendAsync
call caused by an error during merging.