Skip to content

Latest commit

 

History

History
143 lines (67 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

143 lines (67 loc) · 3.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Anything marked with [BC] is known to affect backward compatibility with previous versions.

[23.11.08] - 2024-08-12

Fixed

  • Items were not always properly sorted for paging in search availability.

[23.11.07] - 2024-08-07

Added

  • Added support for paging items in biblio search availability (limit and offset query parameters). Also the total item count (items_total) and checked item count (items_checked) is now returned.

[23.11.06] - 2024-06-20

Added

  • Added support for updating patron messages to mark them messages read.
  • Added support for querying only unread patron messages.

Changed

  • [BC] Suspended holds are no longer included in hold queue length calculation by default. Query parameter include_suspended_in_hold_queue=1 can be used in requests to include suspended holds.

Fixed

  • Patron category library limitations are now considered when retrieving possible hold pick up locations.
  • Added mandatory plugin installation methods.

[23.11.05] - 2024-05-16

Fixed

  • Fixed the check for maximum checkouts to work properly with Koha 23.11 changes (Koha bug 32496).

[23.11.04] - 2024-02-02

Added

  • Added support for patron message deletion.

[23.11.03] - 2024-01-31

Added

  • Added support for checking recalls in item availability.

[23.11.02] - 2024-01-01

Fixed

  • Fixed compatibility with Koha bug 29523.

[23.11.01] - 2023-10-27

Fixed

  • Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.

[23.11.00] - 2023-10-27

This is the first build in anticipation of Koha 23.11.

Changed

  • Updated for compatibility with patron activity tracking (bugs 32496 and 15504).

[23.05.07] - 2023-10-27

Fixed

  • Fixed compatibility with Koha bug 29562. This caused an error if the decreaseLoanHighHolds syspref was enabled.

[23.05.06] - 2023-10-10

Changed

  • auth/patrons/validation now uses Koha's checkpw method to ensure that all required checks are performed (and also adds support for LDAP etc.).
  • Successful patron validation using the auth/patrons/validation endpoint now updates the lastseen field using Koha's track_login_daily method.

[23.05.05] - 2023-10-10

Fixed

  • Fixed an error that occurred when checking for biblio holdability when the patron already had an item level hold for the biblio.

[23.05.04] - 2023-09-19

Changed

  • Added a query parameter that allows one to include found holds in the hold queue length.

[23.05.03] - 2023-09-18

Fixed

  • Hold queue length calculation now takes only non-found holds into account.

[23.05.02] - 2023-08-08

Fixed

  • Biblio hold availability calculation was missing a check for existing item level holds for the patron.

Changed

  • Optimized biblio hold availability a tiny bit.

[23.05.01] - 2023-08-07

Fixed

  • Reading and updating of patron information required more permissions than necessary. delete_borrowers permission is no longer required.
  • hold_queue_length now always includes all holds regardless of whether a patron was specified.

[23.05.00] - 2023-05-29

This release bumps the required Koha version to 22.12. In practice a Koha build that contains commit ddc2906b is required.

Fixed

  • Fix compatibility with C4::Circulation::CanBookBeRenewed and C4::Reserves::CheckReserves (#27, see also Koha Bug 31735).