Skip to content

Releases: lbdremy/solr-node-client

0.8.0

31 Dec 18:02
Compare
Choose a tag to compare

long-overdue

19 May 10:03
Compare
Choose a tag to compare

v0.7.0 is a long overdue release that fixes a whole lot of things. The 2 biggest fixes are:
#172 that adds more flexibility for sending very large queries and #200 that fixes the Remote Memory Exposure security bug.

It also contains a slew of updates and new support.

RELEASE: v0.6.0

08 Oct 15:49
Compare
Choose a tag to compare

Latest changes (0.6.0):

  • Solr5 Query-Highlighting support through StandardHighlighter (@LukeTavern) (#144)
  • Experimental support for SolrCloud collections administration (@LukeTavern) (#138)
  • Support for large query through POST via configurable automatic switch (@kfitzgerald) (#129)
  • Set Default Field (query.df()) (@cbarrientos-ias) (#137)
  • Adds support for facet.pivot and facet.pivot.mincount (@nicolasembleton) (#146)
  • Adds support for solrVersion to activate fine-grained version-specific features (first ones to use that is facet.pivot.* and update URL (@LukeTavern and @nicolasembleton)

Noticeable change: You can now pass a solrVersion to the Client initialization so it will activate features that are only supported by your version or higher. Be sure to check the documentation.