Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed May 29, 2024
2 parents 0e17728 + 022a3df commit d543a54
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions content/solr/solr_news/2024-05-29-9-6-1-available.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Title: Apache Solr™ 9.6.1 available
category: solr/news
save_as:

The Solr PMC is pleased to announce the release of Apache Solr 9.6.1.

Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.

Solr 9.6.1 is available for immediate download at:

<https://solr.apache.org/downloads.html>

### Solr 9.6.1 Release Highlights:

* Core loading at startup is no longer capped at 60 seconds
* Replicas are ensured to be marked as down when a Solr node is started
* 'Illegal character in query' exception in the new HttpJdkSolrClient has been fixed
* Performance regression for aliases in SolrJ has been fixed via partially reverting a recent change
* Fixed debugging of Rerank Queries when reRankScale is used
* System file separator is now used in CachingDirectoryFactory, instead of '/', fixing a regression on Windows

Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:

<https://solr.apache.org/guide/solr/9_6/upgrade-notes/solr-upgrade-notes.html>

Please read CHANGES.txt for a full list of bugfixes:

<https://solr.apache.org/9_6_1/changes/Changes.html>

Thanks to all contributors!

hossman, Houston Putman, Jan Høydahl, Andy Webb, Christine Poerschke, Aparna Suresh, David Smiley, Vincent Primault

4 changes: 2 additions & 2 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
SITEURL = ''
CURRENTYEAR = date.today().year

SOLR_LATEST_RELEASE = '9.6.0'
SOLR_LATEST_RELEASE_DATE = datetime(2024, 4, 27)
SOLR_LATEST_RELEASE = '9.6.1'
SOLR_LATEST_RELEASE_DATE = datetime(2024, 5, 29)
SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.3'

SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.1'
Expand Down

0 comments on commit d543a54

Please # to comment.