All Versions
37
Latest Version
Avg Release Cycle
39 days
Latest Release
-

Changelog History
Page 1

  • v1.1.0 Changes

    • Add LightInject support (@jevgenigeurtsen)
    • Support basic auth in non-async operations (@jevgenigeurtsen)
    • Fix commitWithin for atomic updates (@SirMrDexter)
    • Fix reuse of HttpClients in MS DI (@hoerup)
    • Fix issue with large requests (@deefco)
    • Fix getting error message with POST requests (@pmuessig)
    • Fix edge case with POST requests (@pmuessig)
    • Fix parsing of dynamic fields from schema (@yokuno)
    • Fix parsing of extract response (@ancailliau)
    • Improve MS DI integration (@bernarden)
    • Drop SolrNet.DSL project
    • Drop NHibernate.SolrNet project
    • Revamped integration tests and build scripts
  • v1.0.19 Changes

    November 21, 2019
    • ๐Ÿ‘Œ Support overriding the default wt=xml parameter in order to support JSON response. #509 (@LCHarold)
  • v1.0.18 Changes

    October 06, 2019
    • โšก๏ธ Update SolrPostConnection to use IHttpWebRequestFactory #502 (@YevhenLukomskyi)
    • Autofac Integration for SolrNet.Cloud #498 (@femiadebayo)
  • v1.0.17 Changes

    June 25, 2019
    • ๐Ÿ‘ Provide support for adding request body (eg. JSON) in Solr query #481 (@mattflax)
  • v1.0.16 Changes

    June 09, 2019
    • ๐Ÿ‘ 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)
  • v1.0.15 Changes

    March 19, 2019
    • โšก๏ธ Update Castle Windsor integration fixes issues #472 (@hesamkashefi)
  • v1.0.14 Changes

    January 27, 2019
    • โšก๏ธ Updated ZooKeeperNetEx version to 3.4.12.1 #467 (@karlomedallo)
    • ๐Ÿ›  Fix SimpleInjector registration improvement fix issue #461 (@kaink4)
  • v1.0.13 Changes

    October 29, 2018
    • Perf Fix: have Microsoft Dependency Injection and SimpleInjector use MemoizingMappingManager. #452
    • Various AutoSolrConnection improvements.
  • v1.0.12 Changes

    October 11, 2018
    • MS Dependency Injection: Allow setting Http client basic authentication header for typed instances #449 (@amitsingh5290 )
    • ๐Ÿ›  Fix json serialization issues in AtomicUpdateCommand #448 (@Panopto)
  • v1.0.11 Changes

    September 22, 2018
    • โž• Added SimpleInjector support #430 (@jrmartins)
    • ๐Ÿ‘Œ Support multiple cores when using Microsoft Dependency Injection #432 (@tspayne87)
    • โž• Added support for percentiles in stats queries #442 (@PulasthiSeneviratne)
    • ๐Ÿ›  Fix: Send date in UTC time zone to Solr Server #439 (@mr-KVA)