Skip to content

Releases: europeana/sitemap

Version 2.5.1

29 Aug 12:27
Compare
Choose a tag to compare

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

10 Jul 11:32
Compare
Choose a tag to compare
  • 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

25 Jul 09:02
Compare
Choose a tag to compare
  • 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

Full Changelog: sitemap-2.4.1...sitemap-2.4.2

Version 2.4.1

07 Nov 14:18
Compare
Choose a tag to compare
  • Send update signal to Google, even if index file didn't change

Version 2.4

16 Aug 13:34
Compare
Choose a tag to compare
  • ADD support for organisation and timespan entities
  • REFACTOR update dependencies and unit tests
  • REMOVE ping Bing after update

Version 2.3

22 Dec 11:58
Compare
Choose a tag to compare

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

17 Mar 09:10
Compare
Choose a tag to compare

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

10 Mar 08:07
Compare
Choose a tag to compare

Major refactoring to support generation of entity sitemap.
Also new endpoint urls to distinguish between different sitemap types

Version 2.0

20 Nov 13:48
Compare
Choose a tag to compare

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

26 Sep 15:20
Compare
Choose a tag to compare
  • 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