SolrExpress v5.2.0 Release Notes

Release Date: 2018-06-13 // almost 6 years ago
  • ๐Ÿ› Bug fix

    • ๐Ÿ›  Fix DI exceptions in .Net 4.7.1 (#250)
    • ๐Ÿ‘ป Wrong exception (#251)
    • Wrong convertions when using DateTime? or GeoCoordinate? (#255)
    • Wrong validation when use Nullable in FacetRange (#256)
    • ๐Ÿ‘ป Set null instead throw exception (#257)
    • Wrong parse when use Nullable in FacetRange (#258)

    โœจ Enhancement

    • ๐Ÿ‘Œ Support to .Net 4.7.1 (#248)
    • โšก๏ธ Update packages references (#249)
    • Implemented a new Query extension (#252)
    • Change parameter ascendent of extension ParametersExtension.Sort to default true (#253)
    • New extensions _SomeThing_If (#254)

    โœ… Testability

    • ๐Ÿ‘‰ Make possible start SolrExpress without Solr (#259)

    ๐Ÿ’ฅ BREAKING CHANGES

    • Use SolrExpress.Search.Extension namespace instead SolrExpress.Search.Parameter.Extension to access DocumentSearch extensions