Skip to content

Commit ad70d2a

Browse files
committed
release: v1.22.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent 821181f commit ad70d2a

File tree

5 files changed

+101
-20
lines changed

5 files changed

+101
-20
lines changed

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# Changelog
22

3+
## [v1.22.0](https://github.com/rero/rero-ils/tree/v1.22.0) (2024-05-16)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.21.0...v1.22.0)
6+
7+
**New features:**
8+
* Flash message at the check-in if the item in an active exhibition/course or in a temporary location [\#1321](https://github.com/rero/rero-ils/issues/1321) (by @Garfield-fr)
9+
* Add in the item view a way to see the linked fees [\#3578](https://github.com/rero/rero-ils/issues/3578) (by @Garfield-fr)
10+
* Documents: add a field to flag fiction documents [\#3356](https://github.com/rero/rero-ils/issues/3356) (by @rerowep)
11+
* feat: babeltheque [\#3632](https://github.com/rero/rero-ils/pull/3632) (by @Garfield-fr)
12+
* documents: add file support [\#3639](https://github.com/rero/rero-ils/pull/3639) (by @jma)
13+
14+
**Enhancements:**
15+
* Delete legacy fields on items [\#3667](https://github.com/rero/rero-ils/issues/3667) (by @PascalRepond)
16+
* Monitoring: standard usage warnings should be ignored in Sentry [\#3600](https://github.com/rero/rero-ils/issues/3600) (by @rerowep)
17+
* Add an alert for pending request on request cancel [\#3571](https://github.com/rero/rero-ils/issues/3571) (by @Garfield-fr)
18+
* Templates: `all_permissions` cannot delete private templates [\#3449](https://github.com/rero/rero-ils/issues/3449) (by @PascalRepond)
19+
* Notifications: add circulation category to librarian notifications [\#3377](https://github.com/rero/rero-ils/issues/3377) (by @rerowep)
20+
* items mapping: improve call_number search functionnality [\#3620](https://github.com/rero/rero-ils/issues/3620) (by @rerowep)
21+
* Pro resources detailed views: enhancements [\#3618](https://github.com/rero/rero-ils/issues/3618) (by @Garfield-fr)
22+
* Receipt line creation: UX improvements [\#3609](https://github.com/rero/rero-ils/issues/3609) (by @Garfield-fr)
23+
* Search and import: loading bar is hidden [\#3565](https://github.com/rero/rero-ils/issues/3565) (by @Garfield-fr)
24+
* documents: add 005 to marc21 dojson [\#3654](https://github.com/rero/rero-ils/pull/3654) (by @rerowep)
25+
* patron_transaction_events: add item informations [\#3645](https://github.com/rero/rero-ils/pull/3645) (by @rerowep)
26+
* schema: update some schemas for ngx-formly v6 [\#3595](https://github.com/rero/rero-ils/pull/3595) (by @Garfield-fr)
27+
28+
**Fixes:**
29+
* fix(items): restore legacy checkout count [\#3689](https://github.com/rero/rero-ils/issues/3689) (by @PascalRepond)
30+
* fix(babelio): fix tab name [\#3687](https://github.com/rero/rero-ils/issues/3687) (by @PascalRepond)
31+
* fix(holdings): items inherit call numbers [\#3685](https://github.com/rero/rero-ils/issues/3685) (by @PascalRepond, @jma)
32+
* fix(document): ebook display [\#3683](https://github.com/rero/rero-ils/pull/3683) (by @Garfield-fr)
33+
* fix(ill): only show 6m+ ill if pending [\#3686](https://github.com/rero/rero-ils/issues/3686) (by @PascalRepond)
34+
* Getting some jsonschema specific URL returns an error [\#2731](https://github.com/rero/rero-ils/issues/2731) (by @rerowep)
35+
* Fiction field: change type [\#3677](https://github.com/rero/rero-ils/issues/3677) (by @rerowep)
36+
* Editor: adding an element to a type array [\#3661](https://github.com/rero/rero-ils/issues/3661) (by @Garfield-fr)
37+
* cataloging editor : contributor and subject fields : data deleted and duplicated [\#2625](https://github.com/rero/rero-ils/issues/2625)
38+
* Search: exclusion operator doesn't work as expected for most fields [\#2971](https://github.com/rero/rero-ils/issues/2971) (by @jma)
39+
* Item circulation history: wrong operation counts [\#3656](https://github.com/rero/rero-ils/issues/3656) (by @Garfield-fr, @PascalRepond)
40+
* Improve the import when there are many identifiers [\#3118](https://github.com/rero/rero-ils/issues/3118) (by @Garfield-fr)
41+
* documents: list export doesn't work with expert search enabled [\#3265](https://github.com/rero/rero-ils/issues/3265) (by @Garfield-fr)
42+
* SIP2: fix messages translations [\#3423](https://github.com/rero/rero-ils/issues/3423) (by @lauren-d)
43+
* Hide ILL requests older than 6 months in the patron views [\#3527](https://github.com/rero/rero-ils/issues/3527) (by @Garfield-fr)
44+
* Import workflow for SLSP leads to a wrong document [\#2992](https://github.com/rero/rero-ils/issues/2992) (by @rerowep)
45+
* Permalinks to pro searches add unwanted filter [\#3617](https://github.com/rero/rero-ils/issues/3617) (by @Garfield-fr)
46+
* Document availabilty doesn't consider viewcode in public view [\#3619](https://github.com/rero/rero-ils/issues/3619)
47+
* Deleting the last issue on a serial holding makes the "show more" link appear twice [\#2254](https://github.com/rero/rero-ils/issues/2254)
48+
* The related documents field disappears when it goes from "link" to "label" [\#3071](https://github.com/rero/rero-ils/issues/3071) (by @Garfield-fr)
49+
* Pro requests list: display temporary location [\#3611](https://github.com/rero/rero-ils/issues/3611) (by @Garfield-fr)
50+
* Reasons not to delete items: "undefined collections" [\#3614](https://github.com/rero/rero-ils/issues/3614) (by @Garfield-fr)
51+
* Checkin note should be displayed when an item is scanned in its owning library [\#3610](https://github.com/rero/rero-ils/issues/3610) (by @Garfield-fr)
52+
* OAuth: user without patron returns error [\#3607](https://github.com/rero/rero-ils/issues/3607) (by @rerowep)
53+
* Checkin transit item sometimes doesn't show patron info [\#3612](https://github.com/rero/rero-ils/issues/3612) (by @jma, @PascalRepond)
54+
* fix(document): improve jsonschema oneOf [\#3665](https://github.com/rero/rero-ils/pull/3665) (by @Garfield-fr)
55+
* loan: better anonymize function [\#3675](https://github.com/rero/rero-ils/pull/3675) (by @rerowep)
56+
* test(stats): fix stats endpoint [\#3676](https://github.com/rero/rero-ils/pull/3676) (by @Garfield-fr)
57+
* remote_entities: fix sync [\#3648](https://github.com/rero/rero-ils/pull/3648) (by @rerowep)
58+
* import: fix work access point [\#3650](https://github.com/rero/rero-ils/pull/3650) (by @rerowep)
59+
* facet: fix year [\#3605](https://github.com/rero/rero-ils/pull/3605) (by @rerowep)
60+
* users: fix get REST API for a user without profile [\#3622](https://github.com/rero/rero-ils/pull/3622) (by @jma)
61+
* fix(item): required and hide on expression [\#3627](https://github.com/rero/rero-ils/pull/3627) (by @Garfield-fr)
62+
* patron: fix API /info [\#3615](https://github.com/rero/rero-ils/pull/3615) (by @rerowep)
63+
64+
**Other changes:**
65+
* chore: remove version on docker files [\#3694](https://github.com/rero/rero-ils/issues/3694) (by @Garfield-fr)
66+
* dependencies: fix safety check [\#3695](https://github.com/rero/rero-ils/issues/3695) (by @Garfield-fr)
67+
* fix(tests): pin flask-mail due to breaking changes [\#3690](https://github.com/rero/rero-ils/issues/3690) (by @PascalRepond)
68+
* dependencies: fix babel [\#3670](https://github.com/rero/rero-ils/pull/3670) (by @rerowep)
69+
* chore: add google analytics configuration [\#3669](https://github.com/rero/rero-ils/pull/3669) (by @Garfield-fr)
70+
* dependencies: fix vulnerabilites [\#3666](https://github.com/rero/rero-ils/pull/3666) (by @rerowep)
71+
* dependencies: sentry-sdk error [\#3658](https://github.com/rero/rero-ils/pull/3658) (by @jma)
72+
* remote_entities: remove bf:Agent [\#3604](https://github.com/rero/rero-ils/pull/3604) (by @rerowep)
73+
* chore: update dependencies [\#3635](https://github.com/rero/rero-ils/pull/3635) (by @Garfield-fr)
74+
375
## [v1.21.0](https://github.com/rero/rero-ils/tree/v1.21.0) (2024-02-19)
476

577
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.20.0...v1.21.0)

poetry.lock

+25-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"
@@ -119,7 +119,7 @@ flask-wiki = "^0.3.1"
119119
dnspython = ">2.4.2"
120120
cryptography = ">41.0.7"
121121
babel = ">2.14.0"
122-
rero-invenio-files = {git = "https://github.com/rero/rero-invenio-files.git"}
122+
rero-invenio-files = "^1.0.0"
123123

124124
[tool.poetry.dev-dependencies]
125125
## Python packages development dependencies (order matters)

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "1.21.0"
26+
__version__ = "1.22.0"

scripts/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ then
151151
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
152152
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
153153
else
154-
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.7.2 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@17.0.0 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)