SOLR-10447, SOLR-8589: Adding Yago Riveiro to changelog

This commit is contained in:
Ishan Chattopadhyaya 2017-04-18 03:29:45 +05:30
parent 201ebbc504
commit d286864d80
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ New Features
* SOLR-9936: Allow configuration for recoveryExecutor thread pool size. (Tim Owen via Mark Miller)
* SOLR-10447: Collections API now supports a LISTALIASES command to return a list of all collection aliases.
(Ishan Chattopadhyaya, Mark Miller, Steve Molloy, Shawn Heisey, Mike Drob, janhoy)
(Yago Riveiro, Ishan Chattopadhyaya, Mark Miller, Steve Molloy, Shawn Heisey, Mike Drob, janhoy)
* SOLR-10446: CloudSolrClient can now be initialized using the base URL of a Solr instance instead of
ZooKeeper hosts. This is possible through the use of newly introduced HttpClusterStateProvider.