Castle Windsor v4.0.0 Release Notes

Release Date: 2017-07-12 // over 6 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Remove .NET 3.5, .NET 4.0 and .NET 4.0 Client Profile support (@fir3pho3nixx, #173, #180, #177, #185)
    • โšก๏ธ Update Castle.Core dependency to 4.0.0 (@alinapopa, #235)

    โœจ Enhancements

    ๐Ÿ›  Bugfixes

    • โœ… Fix IL interpretation of Ldarg_N from LOCAL 0 to LOCAL [0,1] in OpCodes so test FluentRegistrationTestCase.Can_publish_events_via_AllTypes could publish events again on Windows 10 Home (build 14393.693) VS 2015 Update 3 using .NET 4.x (@fir3pho3nixx, #168)
    • ๐Ÿ›  Fix race condition in PoolableLifestyleManager creating a pool (@krinmik, #72)
    • ๐Ÿ›  Fix race condition in WindsorContainer not generating unique names (#301)