Skip to content

v0.84.4

Compare
Choose a tag to compare
@rasmus rasmus released this 26 Nov 18:06

Maintenance release of EventFlow v0 that fixes a few issues and updates dependencies. The update tries to stay as close to the old code base as possible. However, many dependencies have critical vulnerabilities have forced an update. This in turn has again force update on the .NET Framework version for some packages, as the updated dependencies did not support the old ones.

  • Breaking: Updated Npgsql from 4.0.2 to 4.1.14 due to critical vulnerability, which have forced EventFlow.PostgreSql to from net452 to net472
  • New: Added overload of MongoDbOptionsExtensions.ConfigureMongoDb that passes IResolverContext through to IMongoDatabase factory delegate
  • Fix: Updated System.Data.SqlClient from 4.3.0 to 4.8.6 due to critical vulnerability
  • Fix: Updated Newtonsoft.Json from 11.0.2 to 13.0.3 due to critical vulnerability
  • Fix: Updated Microsoft.Owin from 3.1.0 to 4.2.2 due to critical vulnerability