File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 88Changes
99=======
1010
11+ Version 4.3.0 (released 2024-11-19)
12+
13+ - self-checkout: use dedicated endpoints for the entire workflow for better
14+ permissions check and error handling.
15+ Add a new loan transition and delivery method for self-checkout.
16+ - anonymization: ensure that re-indexing is happening after the commit to the db,
17+ to avoid premature re-indexing (and therefore index conflict version)
18+ when db rollback happens.
19+
1120Version 4.2.0 (released 2024-11-04)
1221
1322- self-checkout: barcode is now always uppercased to make searches case-insensitive
Original file line number Diff line number Diff line change 77
88"""invenio-app-ils."""
99
10- __version__ = "4.2 .0"
10+ __version__ = "4.3 .0"
1111
1212__all__ = ("__version__" ,)
You can’t perform that action at this time.
0 commit comments