Releases: europeana/OAI-PMH
Version 0.9.2
What's Changed:
UPDATE JDK 17
UPDATE spring boot , spring-instrument version
UPDATE metis schema version
UPDATE dependencies version update log4j2, snappy, jackson, json-path, commons-lang3
ADDED info and health endpoint
UPDATED liveness and readiness probe values
Jira release: https://europeana.atlassian.net/projects/EA/versions/10779/tab/release-report-all-issues
Jira tickets included :
EA-3833 OAI-PMH null pointer for quality annotation url for certain sets 73
EA-3510 liveness-and-readiness-probe 71
Full Changelog: oai-pmh-0.9.1...oai-pmh-0.9.2
Version 0.9.1
- FIX java heap space error
- FX prevent open/close connection logs
- FIX Accept header
- FIX Illegal character code 0xd83c error (fixed in SR)
Jira release: https://europeana.atlassian.net/projects/EA/versions/10779/tab/release-report-all-issues
What's Changed
- EA-3499 java heap space error by @SrishtiSingh-eu in #68
- EA-3561 prevent open/close connection logs @P-Ehlert in ad0b184
- EA-3588 accept header by @SrishtiSingh-eu in #70 and #69
Full Changelog: oai-pmh-0.9...oai-pmh-0.9.1
Version 0.9
- ADD K8 configs for deployment
- REMOVE socks Proxy
- FIX Jibx Error
- FIX Illegal character code 0xd83c error
Jira release: https://europeana.atlassian.net/projects/EA/versions/10740/tab/release-report-all-issues
What's Changed
- EA-3376Add the kubernetes configuration by @Luthien-in-edhil in #65
- EA-3473 remove socks Proxy @SrishtiSingh-eu in #67
Full Changelog: oai-pmh-0.8.3...oai-pmh-0.9
Version 0.8.3 beta
- [v] Fixed error message
- [v] Fixed vulnerability
- [v] Updated Europeana parent pom to 2.4
- [v] Updated log4j2.xml
- [v] Improvement: switched Dockerfile to using jre
- [v] Added explicit OAI-PMH Record class import to avoid ambiguity errors
- [v] Added Kubernetes configuration
Version 0.8.2 beta
This release does not contain code changes, but there are some fixes and improvements in dependencies; and we improved the robustness by adding the org.owasp dependency-check-maven:
- ADD owasp dependency checking
- DEPENDENCY UPDATE update Corelib dependency to v2.15.7 (ie. improved Webresources)
- DEPENDENCY UPDATE update Metis dependency to v7
Version 0.8.1 beta
This release includes:
- FIX Enable CORS for pre-flight requests
- REFACTOR update dependencies (new Corelib version)
Version 0.8 beta
This release includes:
- ADD ListSet now allows a 'from' parameter to retrieve updated sets
- FIX initializing 1 pool of mongo connections instead of 2
- REFACTOR better handling of "no records found"
- REFACTOR upgrade to Spring-Boot 2.3.1
- REFACTOR upgrade to Corelib v2.11.0
Version 0.7 beta
- FIX incorrect content-type header in the error response
- UPDATE to new portal URLs
- REFACTOR upgrade Corelib to v2.9.3
Version 0.6 beta
- ADD simple html interface + redirection from old oai server
- FIX bug where sets that have an id that ends with a letter could not be accessed via ListIdentifiers or ListRecords
- FIX return 400 response instead of 500 when user provides illegal set-id
- FIX problem in exception handling
- REFACTOR upgrade Corelib to v2.9.2
Version 0.5 beta
First public beta release.
Changes are:
- FIX handle and show any error from Corelib record retrieval
- REFACTOR use single Mongo-URI connection string
- REFACTOR upgrade dependencies (switch to Corelib 2.8.5, mongo driver 3.6.4, morphia 1.3.2, solrj 6.6.5)
- REMOVE NoBaseUrl and FullTextIds settings (were only required for Metis migration project)
- REMOVE updatePreview (preview from Corelib is now used)