Releases: EdJoPaTo/telegraf-wikibase
Releases · EdJoPaTo/telegraf-wikibase
v0.13.0
Update wikidata-entity-reader to v4 and wikibase-sdk to v9
This has the benefit of full access to Entity
rather than SimplifiedEntity
.
As a downside the API changes slightly (you probably want to use claimValues()
instead of claims()
now) and the memory consumption is larger as full Entity
objects are stored now.
Also reexport WikidataEntityReader
for easier usage without another dependency which could have an incompatible version otherwise.