Author: ctargett
Date: Mon Nov 22 21:03:58 2021
New Revision: 1077396

URL: http://svn.apache.org/viewvc?rev=1077396&view=rev
Log:
Update solr-upgrade-notes for 8.11 Ref Guide

Modified:
    sites/solr/guide/8_11/solr-upgrade-notes.html

Modified: sites/solr/guide/8_11/solr-upgrade-notes.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-upgrade-notes.html?rev=1077396&r1=1077395&r2=1077396&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-upgrade-notes.html (original)
+++ sites/solr/guide/8_11/solr-upgrade-notes.html Mon Nov 22 21:03:58 2021
@@ -1691,6 +1691,7 @@
     <ul class="sectlevel1">
 <li><a href="#upgrading-to-8-x-releases">Upgrading to 8.x Releases</a>
 <ul class="sectlevel2">
+<li><a href="#solr-8-11">Solr 8.11</a></li>
 <li><a href="#solr-8-10">Solr 8.10</a></li>
 <li><a href="#solr-8-9">Solr 8.9</a></li>
 <li><a href="#solr-8-8">Solr 8.8</a></li>
@@ -1721,6 +1722,21 @@ file found in your Solr package. That fi
 that may effect your existing implementation.</p>
 <p>Detailed steps for upgrading a Solr cluster are in the section <a 
href="upgrading-a-solr-cluster.html">Upgrading a Solr Cluster</a>.</p></section>
 <section class="sect1"><h2 id="upgrading-to-8-x-releases">Upgrading to 8.x 
Releases</h2><p>If you are upgrading from 7.x, see the section <a 
href="#upgrading-from-7-x-releases">Upgrading from 7.x Releases</a> below.</p>
+<section class="sect2"><h3 id="solr-8-11">Solr 8.11</h3><p>See the <a 
href="https://cwiki.apache.org/confluence/display/SOLR/Release+Notes+8.11"; 
target="_blank" rel="noopener">8.11 Release Notes</a>
+for an overview of the main new features of Solr 8.11.</p>
+<p>When upgrading to 8.11.x users should be aware of the following major 
changes from 8.10.</p>
+<p><strong>Support for Multiple Authentication Schemes</strong></p>
+<p>Two new authentication and authorization plugins provide support for 
configuring multiple authentication schemes.</p>
+<p>The <code>MultiAuthPlugin</code> allows combining two or more 
authentication approaches, such as JWT and Basic authentication.</p>
+<p>The <code>MultiAuthRuleBasedAuthorizationPlugin</code> is used when the 
<code>MultiAuthPlugin</code> is also in use, and combines the various roles 
defined for all plugins to determine the proper role assignment for the user 
account.</p>
+<p>For information on configuring these plugins, see the following 
sections:</p>
+<div class="ulist"><ul><li><p><a 
href="basic-authentication-plugin.html#combining-basic-authentication-with-other-schemes">Combining
 Basic Authentication with Other Schemes</a></p></li><li><p><a 
href="rule-based-authorization-plugin.html#multiple-authorization-plugins">Multiple
 Authorization Plugins</a></p></li></ul></div>
+<p><strong>ZooKeeper chroot</strong></p>
+<p>It&#8217;s now possible to create the ZooKeeper chroot at startup if it 
does not already exist.
+See the section <a 
href="setting-up-an-external-zookeeper-ensemble.html#using-the-z-parameter-with-binsolr">Using
 the -z Parameter with bin/solr</a> for an example.</p>
+<p><strong>Other Changes</strong></p>
+<p>A few other minor changes are worth noting:</p>
+<div class="ulist"><ul><li><p>The <code>config-read</code> pre-defined 
permission now correctly governs access for various configuration-related APIs. 
See also <a 
href="rule-based-authorization-plugin.html#predefined-permissions">Predefined 
Permissions</a>.</p></li><li><p>The S3BackupRepository supports configuring the 
AWS Profile, if necessary. See also <a 
href="making-and-restoring-backups.html#s3backuprepository">S3BackupRepository</a>.</p></li><li><p>Additionally,
 backups will now properly succeed after SPLITSHARD operations, and will 
correctly handle incremental backup purges.</p></li><li><p>SolrJ now supports 
uploading configsets.</p></li></ul></div></section>
 <section class="sect2"><h3 id="solr-8-10">Solr 8.10</h3><p>See the <a 
href="https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote810"; 
target="_blank" rel="noopener">8.10 Release Notes</a>
 for an overview of the main new features of Solr 8.10.</p>
 <p>When upgrading to 8.10.x users should be aware of the following major 
changes from 8.9.</p>
@@ -2130,7 +2146,7 @@ If you run in SolrCloud mode, you must b
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br 
/>
- Site Version: 8.11 <br />Site last generated: 2021-11-16 <br />
+ Site Version: 8.11 <br />Site last generated: 2021-11-22 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>


Reply via email to