Skip to content

Releases: aksio-insurtech/ApplicationModel

Release v1.1.13

25 Jul 14:34
58c4286
Compare
Choose a tag to compare

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

18 Jul 12:27
c6cbced
Compare
Choose a tag to compare

Fixed

  • Upgrade Fundamentals

Release v1.1.11

18 Jul 11:47
5058d3b
Compare
Choose a tag to compare

Fixed

  • Upgrade Fundamentals

Release v1.1.10

18 Jul 10:01
339d2d5
Compare
Choose a tag to compare

Fixed

  • Upgrade Fundamentals

Release v1.1.9

18 Jul 09:29
4b1824b
Compare
Choose a tag to compare

Fixed

  • Upgrade Fundamentals

Release v1.1.8

14 Jul 12:33
768f725
Compare
Choose a tag to compare

Fixed

  • Upgraded Fundamentals

Release v1.1.7

12 Jul 07:45
2c637f0
Compare
Choose a tag to compare

Fixed

  • Removing the MicroserviceId and MicroserviceName from the .UseAksio() setup call. These were optional and not used for anything.

Release v1.1.6

11 Jul 12:25
e723a2d
Compare
Choose a tag to compare

Fixed

  • Upgraded Aksio Fundamentals

Release v1.1.5

11 Jul 10:35
3b13750
Compare
Choose a tag to compare

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

10 Jul 17:51
a87fd0f
Compare
Choose a tag to compare

Fixed

  • Fixed null reference exception for duplicate SendAsync call caused by an error during merging.