Releases: europeana/sitemap
Releases · europeana/sitemap
Version 2.5.1
FIX error retrieving record data
FIX actuator info endpoint data display
REFACTOR set maximum of 3 retries when cron job (sitemap update) fails
Version 2.5.0
- FIX issue with doing entity updates (changed starting page number)
- FIX APM data gathering
- REFACTOR update Mongo driver
- REFACTOR start using new ObjectStorage library and streaming approach
- REFACTOR remove deprecated automatic scheduling code
Full Changelog: sitemap-2.4.2...sitemap-2.5.0
Version 2.4.2
- ADD K8 configs for deployment and cron Jobs
- REMOVE socks Proxy
- FIX CVE-2023-20873
Jira release: https://europeana.atlassian.net/projects/EA/versions/10753/tab/release-report-all-issues
What's Changed
- EA-3274 Add the kubernetes configuration by @ikattey in #25
- EA-3439 write logs for cron jobs @SrishtiSingh-eu in #26
- EA-3473 remove socks Proxy @SrishtiSingh-eu in #28
- Fix CVE-2023-20873 by @SrishtiSingh-eu in b49afde
- FIX potential Injection Risk by @P-Ehlert in 3bcf5ec
Full Changelog: sitemap-2.4.1...sitemap-2.4.2
Version 2.4.1
- Send update signal to Google, even if index file didn't change
Version 2.4
- ADD support for organisation and timespan entities
- REFACTOR update dependencies and unit tests
- REMOVE ping Bing after update
Version 2.3
This release includes:
- REFACTOR use contentTier and metadataTier to select records to include in sitemap
- REFACTOR upgrade dependencies
- REFACTOR reduce number of requests made to storage
- FIX proper response to content type 'application/xml'
Version 2.2
This release includes:
- REFACTOR record sitemap now uses new website url structure
- REFACTOR entity sitemap now uses www.europeana.eu instead of data.europeana.eu
- REFACTOR move configuration to 1 central class
Version 2.1
Major refactoring to support generation of entity sitemap.
Also new endpoint urls to distinguish between different sitemap types
Version 2.0
Conversion to Spring-Boot application
- ADD mongo authentication database setting
- ADD global exception handler
- ADD new exceptions for more fine-grained error information
- ADD spring-boot info endpoint
- ADD build.properties file
- CHANGED separate generate and read functionality
- CHANGED use europeana-parent-pom
- REMOVED unused VcapPropertyLoaderListener
Version 1.1
- Added scheduler for scheduling updates automatically
- Added admin-key to make starting the update process manually more secure
- Added possibility to filter records based on Europeana completeness score
- Added resubmit service that pings Google and Bing after a sitemap update is done
- Added read controller so sitemap can serve the generated files itself
- Added SocksProxy configuration
- Speed improvements by using newer objectstorage version and methods
- Fixed 'from' value bug for last generated file
- Fixed sitemap locking mechanism
- Switched to log4j2
- Major cleanup of code