Skip to content

Commit

Permalink
docs: Update release notes for 3.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Stephenson <jason@sigio.com>
  • Loading branch information
Dyrcona committed Oct 22, 2024
1 parent d5684c3 commit 4126eb5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 50 deletions.
34 changes: 32 additions & 2 deletions docs/RELEASE_NOTES_3_14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:numbered:
:toclevels: 3

== Evergreen 3.14-rc ==
== Evergreen 3.14.0 ==

=== New Features ===

Expand Down Expand Up @@ -226,6 +226,32 @@ The database holds a `actor.patron_loader_log` table that logs sessions and fail

https://bugs.launchpad.net/evergreen/+bug/1786524[#1786524]

== Date / Time Format Settings Deprecated ==

The format.date and format.time org unit settings are no longer used
by the staff client and have been marked Deprecated. If you are not
using these OU settings in a local customization they can be removed
from the database at your convenience.

= Architecture =

== New PostgreSQL Minimum Version ==

Evergreen 3.14 no longer supports new installations on PostgreSQL
versions less than 13. Evergreen 3.14 is still compatible with
PostgreSQL versions of 10 or higher. Existing installations may
upgrade to Evergreen 3.14 without requiring a PostreSQL upgrade.

Compatibility with obsolete PostgreSQL database versions is not
guaranteed in the next major Evergreen release. Users are encouraged
to upgrade to a more recent PostgreSQL version if they are running
PostgreSQL versions between 10 and 12.

The PostgreSQL community recommends a dump and restore from the older
PostgreSQL database to the newer one when upgrading over major
versions. For more information,
https://www.postgresql.org/docs/current/upgrading.html#UPGRADING-VIA-PGDUMPALL[see the PostgreSQL upgrade documentation].

= Cataloging =

== Angular Record Buckets ==
Expand Down Expand Up @@ -469,7 +495,7 @@ Improves styling and accessiblity and adds the following library settings:

https://bugs.launchpad.net/evergreen/+bug/2065448[#2065448]

= Reports=
= Reports =

== Reports Security Enhancements ==

Expand Down Expand Up @@ -619,6 +645,9 @@ https://bugs.launchpad.net/bugs/1906462[#1906462]
* Shared depth selector component (https://bugs.launchpad.net/evergreen/+bug/2065344[Bug 2065344])
* Angular Circulation notes, alerts, and messages (https://bugs.launchpad.net/evergreen/+bug/2065344[Bug 2065344])
* Side navigation for Angular Circulation (https://bugs.launchpad.net/evergreen/+bug/2065344[Bug 2065344])
* Fix line item cancellation failure due to undefined volume retrieval. (https://bugs.launchpad.net/evergreen/+bug/2084096[Bug 2084096])
* DOB input compatibility for old OPAC self-reg templates (https://bugs.launchpad.net/evergreen/+bug/2084166[Bug 2084166])
* Bugfix for record bucket sharing perm check. (https://bugs.launchpad.net/evergreen/+bug/2084835[Bug 2084835])


:leveloffset: 0
Expand Down Expand Up @@ -663,6 +692,7 @@ Evergreen:
* John Amundson
* Josh Stompro
* Kathy Lussier
* kdandy1
* Lena Hernandez
* Linda Jansová
* Lindsay Stratton
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions docs/RELEASE_NOTES_NEXT/Architecture/min-postgresql.adoc

This file was deleted.

26 changes: 1 addition & 25 deletions docs/RELEASE_NOTES_NEXT/miscellaneous.adoc
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
* For patron self-registration [Lp 2065448](https://bugs.launchpad.net/evergreen/+bug/2065448), improves styling and accessiblity and adds the following library settings:
** 'Hide Username field in Patron Self-Reg.'
Hides the Requested Username field in the Patron Self-Registration interface.
** 'Patron Self-Reg. Date of Birth Order'
The order in which to present the Month, Day, and Year elements for the Date of Birth field in Patron Self-Registration. Use the letter M for Month, D for Day, and Y for Year. Examples: MDY, DMY, YMD'
* LP1902120 Customizing the label for items with no parts (formerly "All Parts" or "Any Part")

This feature creates a new table for localizable strings intended to be used in
UI's. This is not a replacement for the existing I18N system for templates, but
does allow developers to choose some strings to be more easily accessible to
staff/admins for dynamic localization. The string we're focused on here is a
replacement for the "All Parts" and "Any Part" label in various Place Hold
interfaces when monographic parts are an option.

There is a UI for managing such strings under *Administration -> Server
Administration -> I18N: Localized UI Strings*. An admin could change the
"string" field directly, or use the existing Apply Translation mechanism to
customize the string for a specific locale.

As a bonus feature, we also expose an alternate UI for handling entries for
said Translation mechanism. This can be found under *Administration -> Server
Administration -> I18N: Localized Fieldmapper Strings*.

These customizations are global to the Evergreen installation.

:

0 comments on commit 4126eb5

Please sign in to comment.