Skip to content

Releases: europeana/api2

Version 2.13.0

04 May 07:48
Compare
Choose a tag to compare
  • EDITORIAL changes to swagger console
  • FIX search with 0 results
  • FIX technical facet response for invalid values
  • UPDATE schema.org response
  • FIX BadURIException for json-ld and turtle response

Version 2.12.1

20 Jan 09:57
Compare
Choose a tag to compare
  • FIX the Api key registration endpoint
  • FIX SecurityConfig

Version 2.12.0

08 Jan 12:18
Compare
Choose a tag to compare
  • ADD support for using multiple mongo and solr clusters (depending on request subdomain name)
  • ADD allow different base urls for urls referring to Portal, API gateway and API itself (depending on request subdomain name)
  • ADD new style endpoints (/record, /record/v2, /record/search and /record/v2/search)
  • FIX loading old record data using its new id (underwater redirects broke in previous release)
  • FIX search for records with mime-type "application/dash+xml"
  • FIX search using multiple technical facets
  • FIX colour palette values should always be uppercase
  • FIX correct handling of invalid colour palette values
  • FIX cors headers
  • REFACTOR more TurtleWriter to API commons library

Version 2.11.0-HOTFIX

01 Dec 13:58
Compare
Choose a tag to compare

This is a hotfix for search facets. It includes:

  • FIX for handling multiple technical facets (correct usage of AND and OR)
  • FIX not throwing an error when an unknown colour palette facet value is provided
  • FIX always returning colour palette facet values in uppercase

Version 2.11.0

12 Oct 12:43
Compare
Choose a tag to compare

This release includes:

  • ADD configurable IIIF Manifest base url in record output
  • ADD use POST for search requests
  • REFACTOR use Metis-common library for technical facets in search
  • REFACTOR upgrade to Mongo Driver 4.0.2 and Morphia 2.0.0
  • REFACTOR upgrade to JDK11

Version 2.10.2

22 Sep 09:02
Compare
Choose a tag to compare
  • Experimentally disable the maxConnectionIdleTime in MongoProviderImpl
  • REMOVE ThumbnailController and related functionalities
  • ADD /record path if base url is api.europeana.eu for Search Results

api2-2.10.1

21 Jul 08:08
Compare
Choose a tag to compare
  • ADD option to disable redirecting records
  • FIX bug searching newspapers by setting hl.fl=fulltext.* parameter
  • FIX minor issues in attribution snippet (double info and null values)
  • FIX bug in determining linked contextual entities in schema.org record response
  • FIX make sure we return "Accept-Control-Allow-Origin: *" when receiving Origin header
  • REFACTOR schema.org unit tests
  • REFACTOR upgrade to Mongo driver 3.12.5 and Morphia 1.5.8
  • REFACTOR suppress Jena warnings in the logs

Version 2.10.0

12 May 15:38
Compare
Choose a tag to compare

This release includes:

  • ADD record in turtle format
  • ADD timeouts for record and search request
  • ADD release idle Mongo connections after 1 minute
  • ADD API gateway configuration property
  • REFACTOR switch to new record redirection database (Metis library)
  • REFACTOR use new Thumbnail API for edmPreview urls
  • FIX edmPreview and edmLandingPage urls for record rdf/xml, json-ld and schema.org format
  • FIX dates in Schema.org
  • FIX allow 204 as apikey response
  • REMOVED all hierarchies functionality

Version 2.9.3

06 Apr 11:22
Compare
Choose a tag to compare

Updated Search and Record output to follow changes in the Portal URL
Added integration with API key service
Added option for the Record API to connect to the proper IIIF instance
Added option on Record API JSON-LD endpoint to also accept mimetype "application/json"

Updated Search and Record output to follow changes in the Portal URL
Added europeana_id to default sorting
Updated the attribution snippet (as part of work on embedding)

Fixed "ebucoreDuration" bug in JSON generation
Fixed "gray" vs "grayscale" colour space mismatch in WebResourceMetaInfo

Version 2.9.2

02 Oct 14:44
Compare
Choose a tag to compare

ADDED filtering on unsupported Mimetypes

IMPROVED error reporting throughout the whole API
IMPROVED speed of jsonld requests

UPDATED content of email sent to users who created an apikey

FIXED bug that caused contentTier to not always appear in the search results
FIXED response header returning Content-Type JSON+LD for jsonld requests