Castle Windsor v4.1.0 Release Notes

Release Date: 2017-09-28 // over 6 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix warnings regarding non-existent System.ComponentModel.TypeConverter NuGet package by updating minimum Castle Core version to 4.1.0 (#321)
    • ๐Ÿ›  Fix disposal of faulted WCF client channels (@jberezanski, #322)
    • ๐Ÿ›  Fix binding errors because assembly version had too much detail, assembly version is now x.0.0.0 (@fir3pho3nixx, #329)
    • โšก๏ธ Update Castle Core to 4.2.0 to resolve assembly version problems because Castle Core also had too much detail
    • ๐Ÿ”’ Explicit package versioning applied within solution to avoid maligned NuGet upgrades for lock step versioned packages (@fir3pho3nixx, castleproject/Core#292)
    • ๐Ÿ›  Fix open generic handler state issues where wrong constructor gets chosen for open generic service types (@fir3pho3nixx, #136)
    • ๐Ÿ›  Fixed typed factory out of order disposal (@jnm2, #344)

    ๐Ÿ—„ Deprecations

    • ๐Ÿ”ง Logging Facility's LoggerImplementation enum, UseLog4Net and UseNLog methods are deprecated in favour of LogUsing<T>, this includes the loggingApi property for XML configuration (@jonorossi, #327)