From: Galen Charlton Date: Wed, 31 Mar 2021 17:56:11 +0000 (-0400) Subject: docs: add new perms/settings/etc. to 3.7 release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1fdad9d22990553d7b898cad0c89c47a077cda17;p=evergreen%2Ftadl.git docs: add new perms/settings/etc. to 3.7 release notes Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_3_7.adoc b/docs/RELEASE_NOTES_3_7.adoc index d41286ab51..e9175fea7e 100644 --- a/docs/RELEASE_NOTES_3_7.adoc +++ b/docs/RELEASE_NOTES_3_7.adoc @@ -6,6 +6,50 @@ Evergreen 3.7-beta Release Notes Upgrade notes ------------- +New Permissions ++++++++++++++++ + +* Administer geographic location services (`ADMIN_GEOLOCATION_SERVICES`) +* Administer library groups (`ADMIN_LIBRARY_GROUPS`) +* Manage batch (subscription) hold events (`MANAGE_HOLD_GROUPS`) +* Modify patron SSO settings (`SSO_ADMIN`) +* View geographic location services (`VIEW_GEOLOCATION_SERVICES`) + +New Global Flags +++++++++++++++++ + +* Block the ability of expired user with the STAFF_LOGIN permission to log into Evergreen (`auth.block_expired_staff_login`) +* Offer use of geographic location services in the public catalog (`opac.use_geolocation`) + +New Internal Flags +++++++++++++++++++ + +* Maximum search result count at which spelling suggestions may be offered (`opac.did_you_mean.low_result_threshold`) + +New Library Settings +++++++++++++++++++++ + +* Allow both Shibboleth and native OPAC authentication (`opac.login.shib_sso.allow_native`) +* Allow renewal request if renewal recipient privileges have expired (`circ.renew.expired_patron_allow`) +* Enable Holdings Sort by Geographic Proximity ('opac.holdings_sort_by_geographic_proximity`) +* Enable Shibboleth SSO for the OPAC (`opac.login.shib_sso.enable`) +* Evergreen SSO matchpoint (`opac.login.shib_sso.evergreen_matchpoint`) +* Geographic Location Service to use for Addresses (`opac.geographic_location_service_for_address`) +* Keyboard distance score weighting in OPAC spelling suggestions (`search.symspell.keyboard_distance.weight`) +* Log out of the Shibboleth IdP (`opac.login.shib_sso.logout`) +* Minimum required uses of a spelling suggestions that may be offered (`search.symspell.min_suggestion_use_threshold`) +* Pg_trgm score weighting in OPAC spelling suggestions (`search.symspell.pg_trgm.weight`) +* Randomize group hold order (`holds.subscription.randomize`) +* Shibboleth SSO Entity ID (`opac.login.shib_sso.entityId`) +* Shibboleth SSO matchpoint (`opac.login.shib_sso.shib_matchpoint`) +* Show Geographic Proximity in Miles (`opac.geographic_proximity_in_miles`) +* Soundex score weighting in OPAC spelling suggestions (`search.symspell.soundex.weight`) + +New Stock Action/Trigger Event Definitions +++++++++++++++++++++++++++++++++++++++++++ + +* Hold Group Hold Placed for Patron Email Notification + New Features ------------