-
Alexander König authoredAlexander König authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 3.75 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
Added
Changed
Removed
Fixed
1.3.3 - 2019-07-23
Changed
- adapted healthcheck "cronjob" to force exit in case it hangs for some reason (#60 (closed))
1.3.2 - 2019-06-27
Added
- added liveness probes for DSpace and nginx pods (#53 (closed))
- added DSpace cronjobs to generate statistics, solr index etc. (#48 (closed))
Changed
- upgraded DSpace to 2019.01 (#56 (closed))
1.3.1 - 2019-02-25
Fixed
- oai sample identifier is now pointing to an existing record
- fixed typo to make content negotiation work for application/x-cmdi+xml
- fixed get URL for xerces
- IdP metadata from CLARIN are now downloaded during Docker build and not only once the container is running
1.3 - 2018-09-05
Added
- added robots.txt to the expected place and made sure that sitemap was properly generated (#49 (closed))
- added some python modules to the DSpace Dockerfile that are needed by DSpace healthchecks
Changed
- adapted some configuration to preserve the real IP addresses of visitors (#35 (closed))
- added configuration to enable DSPace to send Java errors to us by mail
Fixed
- Made sure that tomcat is stopped with
-force
in entrypoint script to ensure that only one instance is running
1.2.2 - 2018-08-31
Fixed
- Changed the DSpace config to use the production handle prefix and not the staging one
1.2 - 2018-08-27
Added
- Added aa-statistics script to help aggregate statistics about IdP/SP Interoperability for LINDAT (see https://trac.clarin.eu/wiki/ServiceProviderFederation/LoginTest)
- Added the shib testing page as required by CLARIN (#10 (closed))
- Adapted item view to also show dc.relation.isbasedon if it is available (in clarin-dspace repository)
Changed
- Made DSpace user configurable through environment variable (#45 (closed))
- Docker Image naming convention has been changed
- Upgraded tomcat to version 8.0.52
- Changed links to licenses to https (in clarin-dspace repository)
Removed
- Removed link to Anonymous Privacy Policy from Shibboleth Metadata
Fixed
- Shibboleth build script now uses fixed version numbers instead of latest
- Super short session timeout will no longer happen (#44 (closed))
1.1 - 2018-06-15
Added
- Added a link to the issue tracker to FAQ
Changed
- Mails are now sent with a no-reply reply-to address to make it more obvious that you cannot reply to them.
- Exchanged example item in various documentation pages with PAISÁ.
- Changed Dockerfile to pre-fetch Maven dependencies. This should reduce build time for most cases.
Fixed
- Citation is now correctly showing authors and title in addition to the PID.
1.0 - 2018-05-25
This is the first release. It all starts here.