- Spacing in a Spanish translation https://github.com/OpenDataServices/lib-cove-web/pull/129
0.30.0
Not secure
Removed / Changed
- Link to http://datapipes.herokuapp.com in cove/templates/additional_codelist_values.html - instead link direct to URL. https://github.com/OpenDataServices/lib-cove-web/issues/74 The datapipes app was shutdown in Aug 2022, so this feature has been showing users links that 404 for a while. So while this removal may seem like a breaking change, it actually makes things better for users. See issue for discussion about fixes.
0.29.0
Not secure
Removed
- Dropped support for Python 3.7, as it is now end of life. - Remove django-environ dependency https://github.com/OpenDataServices/lib-cove-web/issues/80 If you use this dependency directly, add it to your requirements file.
Fixed
- Fix the "null" key in validation_error_template_lookup_safe https://github.com/OpenDataServices/lib-cove-web/pull/122 https://github.com/OpenDataServices/lib-cove-web/pull/123
0.28.0
Not secure
Add
- Support Django 4.2 https://github.com/OpenDataServices/lib-cove-web/issues/112
Fixed
- Add missing, or remove extra, spaces around HTML tags, named placeholders and punctuation in Spanish translations - Add database migration for 0.27.0 changes
0.27.0
Not secure
Changed
- Randomize the uploaded file subdirectory, to allow coves to hide original files from unauthenticated users
0.26.0
Not secure
Changed
- Switch to Werkzeug from uc-rfc6266-parser - Drop Python 3.6 support - Use FieldFile.path instead of File.name, to avoid unclosed file warnings