Releases: europeana/api-commons
Releases · europeana/api-commons
Version 0.3.17
Created for Version 2.1.1 of Entity API and Version 1.3.0 of Entity management API
This version includes:
- reduced logging for non 400 errors
- support for near duplicate string detection (string that are different only in punctuation, empty spaces and lower/upper case letters)
Version 0.3.16
Created for Version 3.3 of Annotations API.
This version includes:
- client id included in the Authentication object
- updates to mongo connector to created indices at startup (requires provision of main package for data model)
- updated spring security version
Version 0.3.15
Created for Version 0.8 of Set API.
This version includes:
- new statistics for user sets
Version 0.3.14
Fix versions and dependencies
Version 0.3.13
Replaces release 0.3.12 as that didn't contain the code it should have
Version 0.3.12
Update dependencies
0.3.11 release
What's Changed
- Add github CI by @ikattey in #85
- EA-2794: Return 401 instead of 403 for invalid JWTs by @SrdjanStevanetic in #99
0.3.9 Release
- FIXED TurtleWriter Code
- Removed corelib dependency
- ADDED Entity Statistics model
- ADDED constructor to support MONGO Faceting
0.3.8 Release
Refactor: Support profile=debug
query parameter for including error stacktraces in API responses.
0.3.7 release
- FIX for inconsistent json-ld bad URI exceptions