All Versions
37
Latest Version
Avg Release Cycle
39 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.10 Changes
July 26, 2018- QueryInListSerializer should not always auto quote
- 0️⃣ Overriding the default mapper, built-in container example doesn't work #423
-
v1.0.9 Changes
May 14, 2018- ➕ Added missing properties to SolrFacetFieldQuery
-
v1.0.8 Changes
April 02, 2018- ⚡️ Microsoft Dependency Injection update: use AutoSolrConnection, and allow tweaking HttpClient on service configuration. #409
- ➕ Added ability to force the usage of the reflected type when adding a property mapping #407 (@davewut)
-
v1.0.7 Changes
March 05, 2018- 🛠 Fix: Parsing error when spellcheck.extendedResults=true #398 (@ariasjose)
- 👉 Tweaked the AutoSolrConnection
MaxUriLength
. - 🛠 Fix: AtomicUpdate async doesn't work due to stream being closed prematurely #401
- 👉 Use AutoSolrConnection instead of SolrConnection in StructureMap.SolrNetIntegration #400 (@chyczewski-maciej)
-
v1.0.6 Changes
February 26, 2018- 🆕 New:
AutoSolrConnection
, automatically usesGET
orPOST
depending on uri length. Improved performance when usingasync
methods. - ➕ Add
netstandard 2.0
support toUnity.SolrNetIntegration
- 🆕 New:
-
v1.0.5 Changes
February 13, 2018- SolrNet Cloud: add checks if Zookeeper connection is valid
-
v1.0.4 Changes
February 04, 2018- ➕ Add
netstandard 2.0
support toNinject.Integration.SolrNet
- ➕ Add
netstandard 2.0
support toAutofacContrib.SolrNet
- ➕ Add
-
v1.0.3 Changes
February 05, 2018- ➕ Add
netstandard 2.0
support toStructureMap.SolrNetIntegration
#376 (@ciprianmo) - 🛠 Fix: Attempting to add duplicate SolrField should give a more helpful error #380
- ➕ Add
-
v1.0.2 Changes
January 24, 2018- 🛠 Fix: Error when collations contain duplicates #373 (@ariasjose)
- 🔀 House keeping: move to new csproj format. Merge nuspec files into csproj. #374
-
v1.0.1 Changes
January 15, 2018- ⬆️ Upgrade
Unity
from 4.0 to 5.0 #364 (@JeroenvdBurg) - 🔄 Change Contributing guide to follow the GitHub Fork and Pull model.
- 👌 Support for PostSolrConnections in SolrNet.Windsor (@adegroff)
- ⬆️ Upgrade