Skip to content

Commit

Permalink
v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrovat committed Dec 10, 2021
1 parent 8bbd297 commit 2318400
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 32 deletions.
11 changes: 11 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ The package contains:
For more information please contact [email protected] or visit https://iodocs.betradar.com/unifiedsdk/index.html

CHANGE LOG:
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
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
Fix: NullReference could happen getting MarketDefinition.Groups

2021-11-18 1.49.0
Improvements for connection resilience
Added event RecoveryInitiated to IOddsFeed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.49.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
<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>
<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.49.0" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.50.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
Binary file not shown.
Binary file added nuget/Sportradar.OddsFeed.SDK.1.50.0.nupkg
Binary file not shown.
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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpTitle>Odds Feed SDK Documentation</HelpTitle>
<HelpFileVersion>1.49.0</HelpFileVersion>
<HelpFileVersion>1.50.0</HelpFileVersion>
<NamingMethod>MemberName</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<RootNamespaceContainer>False</RootNamespaceContainer>
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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
4 changes: 2 additions & 2 deletions src/Sportradar.OddsFeed.SDK/NugetPackage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>Sportradar.OddsFeed.SDK</id>
<version>1.49.0</version>
<version>1.50.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.49.0</releaseNotes>
<releaseNotes>Release 1.50.0</releaseNotes>
<copyright>Copyright © Sportradar AG 2016-2021</copyright>
<tags>SportRadar OddsFeed UnifiedFeed SDK</tags>

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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
11 changes: 11 additions & 0 deletions src/Sportradar.OddsFeed.SDK/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ Important: Version 1.1.0.0 includes breaking changes, below are the steps needed


CHANGE LOG:
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
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
Fix: NullReference could happen getting MarketDefinition.Groups

2021-11-18 1.49.0
Improvements for connection resilience
Added event RecoveryInitiated to IOddsFeed
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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.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.49.0.0")]
[assembly: AssemblyFileVersion("1.49.0.0")]
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]

0 comments on commit 2318400

Please sign in to comment.