v0.84.4
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
Npgsqlfrom4.0.2to4.1.14due to critical vulnerability, which have forcedEventFlow.PostgreSqlto fromnet452tonet472 - New: Added overload of
MongoDbOptionsExtensions.ConfigureMongoDbthat passes IResolverContext through to IMongoDatabase factory delegate - Fix: Updated
System.Data.SqlClientfrom4.3.0to4.8.6due to critical vulnerability - Fix: Updated
Newtonsoft.Jsonfrom11.0.2to13.0.3due to critical vulnerability - Fix: Updated
Microsoft.Owinfrom3.1.0to4.2.2due to critical vulnerability