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
Npgsql
from4.0.2
to4.1.14
due to critical vulnerability, which have forcedEventFlow.PostgreSql
to fromnet452
tonet472
- New: Added overload of
MongoDbOptionsExtensions.ConfigureMongoDb
that passes IResolverContext through to IMongoDatabase factory delegate - Fix: Updated
System.Data.SqlClient
from4.3.0
to4.8.6
due to critical vulnerability - Fix: Updated
Newtonsoft.Json
from11.0.2
to13.0.3
due to critical vulnerability - Fix: Updated
Microsoft.Owin
from3.1.0
to4.2.2
due to critical vulnerability