Skip to content

Commit

Permalink
CHANGES.txt entry
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlowskija committed Nov 21, 2024
1 parent cce82d7 commit c7bfc75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ Improvements

* SOLR-17390: EmbeddedSolrServer now considers the ResponseParser (David Smiley)

* SOLR-16390: v2 "cluster prop" APIs have been updated to be more REST-ful. Cluster prop creation/update are now available
at `PUT /api/cluster/properties/somePropName`. Deletion is now available at `DELETE /api/cluster/properties/somePropName`.
New APIs for listing-all and fetching-single cluster props are also now available at `GET /api/cluster/properties` and
`GET /api/cluster/properties/somePropName`, respectively. (Carlos Ugarte via Jason Gerlowski)


Optimizations
---------------------
* SOLR-14985: Solrj CloudSolrClient with Solr URLs had serious performance regressions (since the
Expand Down

0 comments on commit c7bfc75

Please sign in to comment.