Releases: stroeer/tapir
v0.24.0 Article Companions
v0.23.2
v0.23.1
ArticlePage Companions
Add companions
to ArticlePage
with type Stage.Item
v0.22.3
What's Changed
- feat: removed legacy cms service by @moritzzimmer in #331
- added advertorial content sub type by @thisismana in #333
Full Changelog: v0.22.2...v0.22.3
AssetType.EXTERNAL_VIDEO
to support external videos (e.g. "glomex") this releases adds a new AssetType.EXTERNAL_VIDEO
What's Changed
- external video asset by @thisismana in #327
Full Changelog: v0.22.1...v0.22.2
node-legacy
Keywords
protoc
We updated tapir to the latest protocolbuffers release: https://github.com/protocolbuffers/protobuf/releases/tag/v3.18.0
Keywords
Keywords extracted by our new NLP provider will be included in core.Article
with this release. Since we reused the naming keywords
for the new message, this is a breaking change for clients.
The old entities
(which have been modeled as keywords
in prior releases) are included in the new entities
field. Those entities
should only be used in a transition period and will be removed in future major versions of the core package.
ContentSubType
Some deprecated ContentSubType
values have been removed and EVERGREEN
has been added. Since we re-assigned existing proto identifiers, this is a breaking change for clients.
What's Changed
- feat!: cleanup of ContentSubType by @moritzzimmer in #301
- version bumps (protoc 3.18.0) by @harryurban in #297
- chore(node): jest by @bobaaaaa in #302
- feat/keywords: include extracted keywords in core.Article by @moritzzimmer in #279
Full Changelog: v0.21.4...v0.22.0
v0.21.4
Patch release
• Add field PaginationType
to GetSectionPageResponse
.
v0.21.3
changlog: v0.20.2...v0.21.3
rename ContentType OEMBED
to EMBED