Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Perhaps we should merge build and docker? or make it a sub-topic within build ? Also, another section for SQL?

...

Solr 9.0.0 Release Highlights:

Security

...

  • Certificate Authentication Plugin: Supports loading the certificate subject via a user principal into the AuthorizationContext and enables end-to-end use of client certificates for Authentication and Authorization

...

  • Improved security when using PKI Authentication plugin

...

  • Upgrade to ZK 3.7 allows for TLS communication between Solr and Zookeeper

...

  • Jetty Request log enabled by default

...

  • All request handlers support security permissions for access

...

  • Ability to disable admin UI through a system property
  • The property blockUnknown in the BasicAuthPlugin and the JWTAuthPlugin now defaults to true. This change is backward incompatible. If you need the pre-9.0 default behavior, you need to explicitly set blockUnknown:false in security.json.
  • The allow-list defining allowed URLs for the shards parameter is not in the shardHandler configuration anymore. It is defined by the allowUrls top-level property of the solr.xml file. For more information, see Format of solr.allowUrls documentation

Stability

...

  • Solr now runs with the java security manager enabled by default. Administrators that need to run Solr with Hadoop will need to disable this feature by setting 
  • Solr embedded zookeeper only binds to localhost by default. This embedded zookeeper should not be used in production. If you rely upon the previous behavior, then you can change the clientPortAddress in solr/server/solr/zoo.cfg

Stability

  • Dependency updates - A lot of dependency updates make Solr overall much more stable and secure.

...

  • Rate limiting privides a way to throttle update and search requests based on usage metrics.

...

  • Task management interface allows declaring tasks as cancellable and trackable.

Scalability

...

  • Ability to specify node roles in Solr. This release supports 'Overseer' and 'Data' roles out of the box.

...

  • New API for pluggable replica assignment implementations

...

  • Distributed Overseer (optional) allows for distributed processing of clsuter state updates and Collection and Config API call processing without relying on the Overseer.

Others

...

  • Admin UI support for SQL Querying
  • HDFS code is now an independent module

...

  • Metrics handler only depends on SolrJ instead of core and has its own log4j2.xml now so it doesn’t share Solr’s logging config

Build

...

  • Independent build and release

...

  • Build system switched to gradle, no longer uses ant

Docker

...

  • Image creation is now a part of the Apache Solr Github repo

...

  • Solr Docker image documentation is now a part of the reference guide

...

  • Official image upgraded to use JDK17 (by Eclipse Temurin) and ability to create functionally identical local image

Deprecations and Removal

...

  • Data Import Handler has been removed from Solr

...

  • Legacy cloud mode is no longer supported

...

  • No more support for clusterstate.json and MIGRATESTATE API has been removed. If your collections use clusterstate.json, please refer to the upgrade notes

...

  • Auto scaling framework has been removed. Please refer to replica placement plugins for alternate options

...

  • LegacyBM25SimilarityFactory has been removed
  • VelocityResponseWriter has been removed from Solr. This encompasses all previous included /browse and wt=velocity examples.
  • Legacy SolrCache implementations (LRUCache, LFUCache, FastLRUCache) have been removed. Users have to modify their existing configurations to use CaffeineCache instead.
  • Cross Data Center Replication has been removed in this released.