Skip to content

Commit cce08a9

Browse files
committed
v3.7.0
1 parent 8d3dc7c commit cce08a9

File tree

1,048 files changed

+15215
-6994
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,048 files changed

+15215
-6994
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

3-
## 3.6.0
3+
## 3.7.0
4+
- breaking change: Sport Event timeline now uses long event IDs (previously int) to support larger identifiers introduced by the Unified API.
5+
6+
## 2025-08-06 3.6.0
47
- Telemetry exports now support bookmaker id, improving metric correlation and issue analysis.
58

69
## 2025-07-31 3.5.0

docs/index.json

Lines changed: 24 additions & 4 deletions
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,20 @@
49794979
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.CalculationResultType",
49804980
"Summary": null
49814981
},
4982+
{
4983+
"type": "ManagedReference",
4984+
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.EventRecommendationsType.yml",
4985+
"output": {
4986+
".html": {
4987+
"relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.EventRecommendationsType.html"
4988+
}
4989+
},
4990+
"version": "",
4991+
"Uid": null,
4992+
"IsMRef": true,
4993+
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.EventRecommendationsType",
4994+
"Summary": null
4995+
},
49824996
{
49834997
"type": "ManagedReference",
49844998
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.EventType.yml",
@@ -5133,6 +5147,48 @@
51335147
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.OutcomeType",
51345148
"Summary": null
51355149
},
5150+
{
5151+
"type": "ManagedReference",
5152+
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsSelectionType.yml",
5153+
"output": {
5154+
".html": {
5155+
"relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsSelectionType.html"
5156+
}
5157+
},
5158+
"version": "",
5159+
"Uid": null,
5160+
"IsMRef": true,
5161+
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsSelectionType",
5162+
"Summary": null
5163+
},
5164+
{
5165+
"type": "ManagedReference",
5166+
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsType.yml",
5167+
"output": {
5168+
".html": {
5169+
"relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsType.html"
5170+
}
5171+
},
5172+
"version": "",
5173+
"Uid": null,
5174+
"IsMRef": true,
5175+
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.PreBuiltBetsType",
5176+
"Summary": null
5177+
},
5178+
{
5179+
"type": "ManagedReference",
5180+
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.RecommendationsType.yml",
5181+
"output": {
5182+
".html": {
5183+
"relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.RecommendationsType.html"
5184+
}
5185+
},
5186+
"version": "",
5187+
"Uid": null,
5188+
"IsMRef": true,
5189+
"Title": "Sportradar.OddsFeed.SDK.Messages.Rest.RecommendationsType",
5190+
"Summary": null
5191+
},
51365192
{
51375193
"type": "ManagedReference",
51385194
"source_relative_path": "sdkapi/Sportradar.OddsFeed.SDK.Messages.Rest.ResponseType.yml",

docs/sdkapi/Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable.ExportableTimelineEvent.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ <h3 id="Sportradar_OddsFeed_SDK_Entities_Rest_Caching_Exportable_ExportableTimel
289289

290290
</h3>
291291

292-
<div class="markdown level1 summary"><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> specifying the id</p>
292+
<div class="markdown level1 summary"><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> specifying the id</p>
293293
</div>
294294
<div class="markdown level1 conceptual"></div>
295295

296296
<div class="codewrapper">
297-
<pre><code class="lang-csharp hljs">public int Id { get; set; }</code></pre>
297+
<pre><code class="lang-csharp hljs">public long Id { get; set; }</code></pre>
298298
</div>
299299

300300

@@ -303,7 +303,7 @@ <h3 id="Sportradar_OddsFeed_SDK_Entities_Rest_Caching_Exportable_ExportableTimel
303303

304304
<h4 class="section">Property Value</h4>
305305
<dl class="parameters">
306-
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
306+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
307307
<dd></dd>
308308
</dl>
309309

docs/sdkapi/Sportradar.OddsFeed.SDK.Entities.Rest.ITimelineEvent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h3 id="Sportradar_OddsFeed_SDK_Entities_Rest_ITimelineEvent_Id" data-uid="Sport
265265
<div class="markdown level1 conceptual"></div>
266266

267267
<div class="codewrapper">
268-
<pre><code class="lang-csharp hljs">int Id { get; }</code></pre>
268+
<pre><code class="lang-csharp hljs">long Id { get; }</code></pre>
269269
</div>
270270

271271

@@ -274,7 +274,7 @@ <h3 id="Sportradar_OddsFeed_SDK_Entities_Rest_ITimelineEvent_Id" data-uid="Sport
274274

275275
<h4 class="section">Property Value</h4>
276276
<dl class="parameters">
277-
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
277+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
278278
<dd><p>The id of timeline event</p>
279279
</dd>
280280
</dl>

0 commit comments

Comments
 (0)