Skip to content

Releases: SolrNet/SolrNet

v1.1.1

04 Nov 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Apr 09:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.19...v1.1.0

1.0.19

21 Nov 20:08
Compare
Choose a tag to compare

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

09 Oct 03:27
Compare
Choose a tag to compare

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

25 Jun 22:32
Compare
Choose a tag to compare

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

10 Jun 04:29
Compare
Choose a tag to compare

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

21 Mar 00:39
Compare
Choose a tag to compare

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

Thanks to @gjunge for review

1.0.14

28 Jan 01:21
736fd4a
Compare
Choose a tag to compare

1.0.14 (2019-01-27)

Thanks to @gjunge for review and merging

1.0.13

29 Oct 19:57
Compare
Choose a tag to compare

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

11 Oct 15:13
Compare
Choose a tag to compare

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