Skip to content

Commit

Permalink
v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrovat committed Feb 23, 2022
1 parent d5394fc commit 15d0262
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 38 deletions.
8 changes: 6 additions & 2 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ The package contains:
For more information please contact [email protected] or visit https://iodocs.betradar.com/unifiedsdk/index.html

CHANGE LOG:
2022-02-23 1.51.0
Added BetradarName to IRound (extended with IRoundV3)
Fix: ICompetition competitors did not expose IsVirtual correctly

2021-12-10 1.50.0
Added support for results in sportEventStatus received from api
Added new log messages during recovery requests
Improved how merging is done within Competitor
Improved connection recovery after long disconnect
Removed unneccessery locks in SportEventStatusCache
Removed unnecessary locks in SportEventStatusCache
Fix: connecting to replay server with production token
Fix: some fields in raw feed message was not filled
Fix: throws exception if match, stage or draw not found exception happens
Expand Down Expand Up @@ -286,7 +290,7 @@ Fix: SportDataProvider methods invokes API requests for correct language
2019-07-19 1.23.1.0
Fix: ReplayFeed init exception

2019-07-18 1.23.0.0
2019-07-18 1.24.0.0
Added Gender property to the IPlayerProfileV1
Added DecidedByFed property to the IMatchStatusV2
Added RaceDriverProfile property to the ICompetitorV2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -32,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.50.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.50.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.51.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.51.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net45" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.50.0" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.51.0" targetFramework="net45" />
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/Sportradar.OddsFeed.SDK.API/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
4 changes: 2 additions & 2 deletions src/Sportradar.OddsFeed.SDK.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpTitle>Odds Feed SDK Documentation</HelpTitle>
<HelpFileVersion>1.50.0</HelpFileVersion>
<HelpFileVersion>1.51.0</HelpFileVersion>
<NamingMethod>MemberName</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<RootNamespaceContainer>False</RootNamespaceContainer>
<NamespaceGrouping>False</NamespaceGrouping>
<MaximumGroupParts>2</MaximumGroupParts>
<Preliminary>False</Preliminary>
<CopyrightHref>http://sdk.sportradar.com</CopyrightHref>
<CopyrightText>Copyright &amp;#169%3b 2016-2021, Sportradar AG</CopyrightText>
<CopyrightText>Copyright &amp;#169%3b 2016-2022, Sportradar AG</CopyrightText>
<FeedbackEMailAddress>sdk%40sportradar.com</FeedbackEMailAddress>
<FeedbackEMailLinkText>SDK Team</FeedbackEMailLinkText>
<SdkLinkTarget>Top</SdkLinkTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]

[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
6 changes: 3 additions & 3 deletions src/Sportradar.OddsFeed.SDK/NugetPackage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package>
<metadata>
<id>Sportradar.OddsFeed.SDK</id>
<version>1.50.0</version>
<version>1.51.0</version>
<title>Odds Feed SDK</title>
<authors>Sportradar AG</authors>
<owners>Sportradar AG</owners>
<projectUrl>http://sdk.sportradar.com/</projectUrl>
<licenseUrl>http://sdk.sportradar.com</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The SDK simplifying the consumption of Sportradar's Unified Odds feed.</description>
<releaseNotes>Release 1.50.0</releaseNotes>
<copyright>Copyright © Sportradar AG 2016-2021</copyright>
<releaseNotes>Release 1.51.0</releaseNotes>
<copyright>Copyright © Sportradar AG 2016-2022</copyright>
<tags>SportRadar OddsFeed UnifiedFeed SDK</tags>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/Sportradar.OddsFeed.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
6 changes: 5 additions & 1 deletion src/Sportradar.OddsFeed.SDK/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Important: Version 1.1.0.0 includes breaking changes, below are the steps needed


CHANGE LOG:
2022-02-23 1.51.0
Added BetradarName to IRound (extended with IRoundV3)
Fix: ICompetition competitors did not expose IsVirtual correctly

2021-12-10 1.50.0
Added support for results in sportEventStatus received from api
Added new log messages during recovery requests
Improved how merging is done within Competitor
Improved connection recovery after long disconnect
Removed unneccessery locks in SportEventStatusCache
Removed unnecessary locks in SportEventStatusCache
Fix: connecting to replay server with production token
Fix: some fields in raw feed message was not filled
Fix: throws exception if match, stage or draw not found exception happens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.51.0.0")]
[assembly: AssemblyFileVersion("1.51.0.0")]

0 comments on commit 15d0262

Please sign in to comment.