Marten v3.9.0 Release Notes

Release Date: 2019-10-02 // over 4 years ago
  • ⬆️ Peer dependencies upgrade:

    Upgraded Npgsql packages to 4.1.1. ( _ Note : added restriction for Npgsql to be [4.1.1, 4.2.0) to reduce the risk of issues when version 4.2.0 or higher is released_)

    💥 BREAKING CHANGE: As a consequence of Npgsql dropping support for .NET 4.6 (see Npgsql 4.1 release notes), as a chain reaction, we also needed to drop it in favor of 4.6.1 (this version is still supported).

    ⚡️ Updated also:

    • System.Threading.Tasks.Dataflow to 4.10.0
    • System.Reflection.Emit.Lightweight to 4.6.0

    👀 See more in PR and Gitter discussion.