Releases: europeana/fulltext-api
Version 0.9.7
What's Changed?
Update to Java 17
Version update
-spring-boot from 2.5.14 to 2.7.18
-spring-doc from 1.6.13 to 1.7.0
-Maven-dependency-checker from 9.2.0 to 10.0.2
Fixes for CVE issues, metadata sync,escaping query characters.
Added debug option for Solrquery
Related Jira tickets
EA-3407 Fulltext: integration tests or dependency checker failing on Jenkins #129
EA-3468 Fulltext indexing: bug in metadata sync #126
EA-3497 Fulltext indexing: bug in incremental update #126
EA-3503 Fulltext: warning "Found more than one class mapped to collection 'Resource'
change
EA-3635 Fulltext API: Minor fixes #127
EA-3728 Fulltext API: add debug option to output solr query (content search) #130
EA-3785 Fulltext API: fix the CVE issues change
EA-3787 Fulltext: alternative for escaping query characters #135
EA-3860 Fulltext: upgrade to Java 17 #138
EA-3891 Fulltext: fix issues in upcoming release change
Full Change Log : fulltext-0.9.6...fulltext-0.9.7
Version 0.9.6
- FIX Delete functionality in Annosyc
- UPDATE the Alto xslt for HTR
Jira release: https://europeana.atlassian.net/projects/EA/versions/10757/tab/release-report-all-issues
What's Changed
- EA-3481 fix the sources id for delete workflow by @SrishtiSingh-eu in #123
- EA-3485 update the xslt used by page xml parser by @SrishtiSingh-eu in #124
Full Changelog: fulltext-0.9.5...fulltext-0.9.6
Version 0.9.5
- FIX Annopage Info performance
EA-3457: https://europeana.atlassian.net/browse/EA-3457
What's Changed
- EA-3457 optimise the annopageinfo retrval, remove duplicate code, fix… by @SrishtiSingh-eu in #120
Full Changelog: fulltext-0.9.4...fulltext-0.9.5
Version 0.9.4
- Added support for ALTO and PageXml
Jira Release: https://europeana.atlassian.net/projects/EA/versions/10751/tab/release-report-all-issues
Version 0.9.3
- [v] added compatibility with textgranularity
- [v] added textgranularity to Annotation pages
- [v] implemented clustering for multilingual Annotation pages in the summary endpoint
- [v] fixed 'index out of bounds' error in search
Version 0.9.2
- ADD Kubernetes configuration (+ run AnnoSync, Indexing and MetadataSync as CronJob)
- ADD Maven profile for doing dependency checks
- REFACTOR upgrade dependencies
- REFACTOR switch to SpringFox
Version 0.9.1
- Add source field for translated items
- Add validation of requested IIIF version to summary and search endpoints
- Add validation of more configuration properties
- Add support to sync annotations with Solr (not activated yet)
- Refactor read annotations with based on "modified" property instead of "generated".
- Refactor move validation of accept headers to commons module
- Refactor update dependencies
Version 0.9.0
- Added support for multi-lingual Fulltext documents
- Added integration with Annotations API; subtitles can now be automatically propagated to the Fulltext Infrastructure
- Implemented endpoints for creating, updating and deleting Fulltext documents via the API
- Added
source
field on AnnoPage, to contain the subtitle annotation URL from the Fulltext was generated - Added
contributed
field onResource
, indicating the provenance of the resource;true
means user-contributed
Full Changelog: https://github.com/europeana/fulltext-api/commits/fulltext-0.9.0
Version 0.8.1 beta
- ADD multiple values for search text granularity
- ADD Descriptions of endpoints in Swagger
- FIX/REFACTOR unit tests
- FIX/REFACTOR error handling
Version 0.8 beta
- ADD within-issue search (with page numbers)
- ADD default text granularity configuration option
- ADD Swagger + UI
- FIX error handling now follows API standards
- FIX CORS headers
- REFACTOR optimized annopage retrieval when using textGranularity parameter
- REFACTOR upgraded to latest Spring Boot version