SolrNet Versions Save

Solr client for .Net

v1.1.1

6 months ago

What's Changed

Full Changelog: https://github.com/SolrNet/SolrNet/compare/v1.1.0...v1.1.1

v1.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/SolrNet/SolrNet/compare/1.0.19...v1.1.0

1.0.19

4 years ago

1.0.19 (2019-11-21) Support overriding the default wt=xml parameter in order to support JSON response. #509 (@LCHarold)

As usual, thanks to @gjunge for reviewing and approving

1.0.18

4 years ago

1.0.18 (2019-10-06) Update SolrPostConnection to use IHttpWebRequestFactory #502 (@YevhenLukomskyi) Autofac Integration for SolrNet.Cloud #498 (@femiadebayo)

And as usual, thanks to @gjunge for reviewing, approving, merging, and preparing for a new release

1.0.17

4 years ago

1.0.17 (2019-06-25)

  • Provide support for adding request body (eg. JSON) in Solr query #481 (@mattflax)

As usual, many thanks to @gjunge for being the technical lead, reviewer, and approver for SolrNet

1.0.16

4 years ago

1.0.16 (2019-06-09) Provide support for date and string fields in stats result. #484 (@Jaap-van-Hengstum) Bug fix: SolrCloud still sends traffic to dead nodes #479 (@karlomedallo) Bug fix: Atomic Update Command Name Bugfix #482 (@1dot44mb) Documentation Autofac multicore example #477 (@meanin)

Thanks to @gjunge for guidance, reviewing, and approval

1.0.15

5 years ago

1.0.15 (2019-03-19) Update Castle Windsor integration fixes issues #472 (@hesamkashefi)

Thanks to @gjunge for review

1.0.14

5 years ago

1.0.14 (2019-01-27)

  • Updated ZooKeeperNetEx version to 3.4.12.1 #467 (@karlomedallo)
  • Fix SimpleInjector registration improvement fix issue #461 (@kaink4)

Thanks to @gjunge for review and merging

1.0.13

5 years ago

1.0.13 (2018-10-29) Perf Fix: have Microsoft Dependency Injection and SimpleInjector use MemoizingMappingManager. #452 (@admg) Various AutoSolrConnection improvements.

Thanks to @gjunge

1.0.12

5 years ago

1.0.12 (2018-10-11)

  • MS Dependency Injection: Allow setting Http client basic authentication header for typed instances #449 (@amitsingh5290 )
  • Fix json serialization issues in AtomicUpdateCommand #448 (@Panopto)

Thanks to @gjunge for reviewing and approving