Releases: wmde/WikibaseDataModelServices
Releases · wmde/WikibaseDataModelServices
5.4.0
- Added
EntityRedirectLookup::FOR_UPDATE
constant
- Added
EntityRedirectTargetLookup
(extracted from EntityRedirectLookup
)
5.3.0
- Allow installing with data-values/data-values 3.0.0
5.2.0
Version 5.2.0 (2020-03-10)
- Allow installing with wikimedia/assert 0.5.0
5.1.0
- Added the
ItemTermStoreWriter
and PropertyTermStoreWriter
interfaces.
5.0.0
Version 5.0.0 (2020-01-24)
- Stopped accepting null for term type or language in TermBuffer::prefetchTerms()
4.0.0
- Added
FallbackLabelDescriptionLookup
interface
- Stopped supporting hhvm and added support for php 7.3 and 7.4
- Dropped support for diff 2.3 and added support for 3.2
3.15.0
- Added
ItemLookup
implementations
LegacyAdapterItemLookup
which is an adapter to EntityLookup
InMemoryEntityLookup
which is a test double
- Added
PropertyLookup
implementations
LegacyAdapterPropertyLookup
which is an adapter to EntityLookup
InMemoryEntityLookup
which is a test double
- Added constructor to
InMemoryEntityLookup
3.14.0
- Added
SeekableEntityIdPager
- Added
InMemoryEntityIdPager
3.13.0
- Added
ExceptionIgnoringEntityLookup
- Bumped minimum PHP requirement to 7.x or HHVM
3.12.0
- Added compatibility with Wikibase DataModel 9.x
- Removed compatibility with Diff 1.x
UnresolvedEntityRedirectException
: Mention source entity id in message (#200)