From e6248de2110ce48952fb9aa0d8d56a5c6c12d7b6 Mon Sep 17 00:00:00 2001 From: Marjan Kalanaki <15894063+marjisound@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:06:23 +0100 Subject: [PATCH 1/2] Update content-atom version to add football competition atom --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index adac0ce..685f846 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "12.0.1" +val contentAtomVersion = "12.1.0-PREVIEW.add-new-atom-for-match-day.2026-06-29T0857.762a6566" val storyPackageVersion = "2.2.0" val thriftVersion = "0.23.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes From 8cf99b421fecf32036cc459015e9a1e6d50723d9 Mon Sep 17 00:00:00 2001 From: Marjan Kalanaki <15894063+marjisound@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:11:47 +0100 Subject: [PATCH 2/2] Add football competition atom to item response --- models/src/main/thrift/content/v1.thrift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/src/main/thrift/content/v1.thrift b/models/src/main/thrift/content/v1.thrift index 7cde6ee..159d6c8 100644 --- a/models/src/main/thrift/content/v1.thrift +++ b/models/src/main/thrift/content/v1.thrift @@ -1830,6 +1830,8 @@ struct Atoms { 16: optional list audios 17: optional list emailsignups + + 18: optional list footballcompetitions } struct ContentStats { @@ -2276,6 +2278,8 @@ struct ItemResponse { 37: optional contentatom.Atom emailsignup 38: optional list deeplyRead + + 39: optional contentatom.Atom footballcompetition } struct TagsResponse {