Releases: europeana/api2
Releases · europeana/api2
Version 2.6.6
- IIIF thumbnails not available on S3 are retrieved from Europeana IIIF service instead
- 'HasPart' webresources are not longer filtered out of record data
- Set maximum of 20 threads for hierarchical requests (per instance)
- Docker container now supports SSL and automatically redirects http-requests to https
- Upgrade log4j to v2
- Upgrade httpclient to v4.5
Version 2.6.5
This release includes:
- possibility to configure SOCKS proxy with authentication
- new and faster version of object storage
- improved sitemap file retrieval (code cleanup and fixed issue when retrieving file that doesn't exist)
- improved logging of stacktraces
Version 2.6.4
This release includes various changes in the EDM model
Version 2.6.3
This release includes:
- Thumbnail queries now return ETag and LastModified information and may return a 304 (Not Modified) response
- Refactored mongo and postgres database connections to use a connection url (instead of separate host and port properties)
- Fixed issue https:// in reusability urls
- Hierarchy queries may timeout with a 504 response
- Improved the way records queries are handled
- Improved error handling (errors for RDF requests now return proper xml)
- Removed some old and obsolete code
Version 2.6.2
This release includes:
- Faster thumbnail retrieval
- Debug option to output Solr query information
Version 2.6.1
This release includes:
- upgrade of the Mongo and Morphia drivers
- new default thumbnails for when a media file doesn't exist
- fix for the search limit (now including the 1000th result)
v2.6.0
This release includes
- Added data inconsistency checks for record queries
- Reduced the amount of data included in query results that use the minimal profile
- Fixed a problem when doing opensearch.rss queries with text/html accept header
- Cleanup of europeana.properties file as well as some old code
v2.5.2
In this release we've addressed the following:
- Switched our thumbnails and sitemap storage from Swift to S3 and added a new ObjectStorage library.
- Fixed a long-standing issue with OAuth that used an incorrect base-path.
- Fixed empty sameAs statements in JSON-LD and RDF record query results.
- Add correct labels for Rightsstatements.org licences to attribution snippet.
- Added docker setup for quick local deployment and testing.
- Fixed a memory leak in the hierarchical controller.
- Implemented a workaround to fix clashing identifiers in proper_name fields.
v2.5.1
Version 2.5
In this release we've addressed the following:
- Updated our data model with the latest version of the Europeana Data Model, which for instance ensures that WebResources available via IIIF are fully represented in the record API, for instance as part of this record.
- Updated the reusability facet/filter to include the upcoming rightsstatements.org licences which will be used in Europeana records as from November to replace the current Europeana.eu rights statements.
- We've aligned the logic for faceting across all fields in the API output. Previously, faceting on the 'default' facets (such as TYPE, or RIGHTS) would use a different logic than faceting on custom fields (such as proxy_dc_creator). The difference is that now all other values in a list of facet values are returned (multi-facet).
All changes are also reflected in our API documentation.