Skip to content

Releases: paginagmbh/solr-client

Version 2.9.0

03 Jul 13:01
Compare
Choose a tag to compare

Upgraded the dependencies, so that to remove the error related to Axios, when this library is used as a dependency:

axios  0.8.1 - 0.27.2
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
No fix available
node_modules/axios
  solr-client  
  Depends on vulnerable versions of axios
  node_modules/solr-client

Version 2.8.7

28 Apr 13:33
Compare
Choose a tag to compare

Fixed a bug with copy-fields:
When a solr-config file contained some add-copy-field instruction, the solr instance might end up with several identical copy rules. We now apply the sanity checking that we also apply for the other Solr schema API rules for copy-field-rules: If a copy-field rule for a given source field already exists, no additional rule is added for the same field. (If you want to replace an existing copy rule, you should delete the rule first and the add the new rule, as the Solr schema API does not provide a replace operation for copy rules, as it does for the other schema operations.)