Releases: gbv/cocoda-sdk
Releases · gbv/cocoda-sdk
cocoda-sdk v3.4.1
- ConceptApi: Filter result of
getTypes
by propertyinScheme
if necessary.- This was added to improve support of DANTE API.
Full Changelog: v3.4.0...v3.4.1
cocoda-sdk v3.4.0
- Add GND Provider via Lobid API. (#17)
- Currently experimental, but seems to work extremely well. See also: https://lobid.org/gnd
- As always, works automatically when loading vocabularies via BARTOC's API.
- Fix generation and deployment of documentation. (#36)
- Documentation now once again available at https://gbv.github.io/cocoda-sdk/.
- Update dependencies.
Full Changelog: v3.3.4...v3.4.0
cocoda-sdk v3.3.4
- Update dependencies (
axios
in particular).
Full Changelog: v3.3.3...v3.3.4
cocoda-sdk v3.3.3
- LabelSearchSuggestionProvider: Fallback to broader concept(s) if no results are found. (#53, experimental)
- Update dependencies.
cocoda-sdk v3.3.0
- Add experimental MyCoRe provider. (#50)
- Optimize cache handling for SkoHub, Occurrences, and Reconciliation providers.
- Other small fixes.
Note that the GitHub release workflow was broken which causes the "Some checks were not successful" message for the latest release.
Full Changelog: v3.2.3...v3.3.0
cocoda-sdk v3.2.3
- Add support for list of URIs in
crossUser
config key. (gbv/jskos-server#184) - Update dependencies.
Full Changelog: v3.2.2...v3.2.3
cocoda-sdk v3.2.2
- Changes and improvements to occurrences provider:
- Do not convert
database
field to mappingcreator
- Add
_url
field - Remove occurrences between two specific concepts (currently unsupported by API)
- Adjust mapping direction to align with
from
andto
parameters ingetMappings
- Move default threshold to parameter and set it to 0
- Do not convert
Full Changelog: v3.2.1...v3.2.2
cocoda-sdk v3.2.1
- Small bug fix for search in SkoHub Vocabs provider.
Full Changelog: v3.2.0...v3.2.1
cocoda-sdk v3.2.0
- Experimental support for SkoHub Vocabs. (#29)
- Since our web documentation is currently broken, you can find the documentation here.
- Add parameters
annotatedBy
,annotatedFor
, andannotatedWith
to MappingsApi.
Full Changelog: v3.1.0...v3.2.0
cocoda-sdk v3.1.0
- MappingsApi: Add
cardinality
option togetMappings
. - MappingsApi: Do not minify mappings for
postMapping
. - MappingsApi: Add methods to write into concordances (
postConcordance
,putConcordance
,patchConcordance
,deleteConcordance
). - Add option to set interval on repeat manager.
- Fix issue with build script in Node.js 16+.
- Update dependencies.
Full Changelog: v3.0.3...v3.1.0