Skip to content

Commit

Permalink
v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrovat committed Jul 23, 2021
1 parent 4cc668c commit 6536079
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 32 deletions.
7 changes: 7 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The package contains:
For more information please contact [email protected] or visit https://iodocs.betradar.com/unifiedsdk/index.html

CHANGE LOG:
2021-07-23 1.46.0.0
IStage extended with IStageV3 providing IStageStatus and method for getting match status
Added Prologue value to StageType enum
Added improvement for connection recovery when disconnection happens
FIx: implemented safe release of all internal SemaphoreSlims
Fix: added handling of variant market description when different market id between requesting and received id

2021-07-07 1.45.1.0
Fix: problem within SemaphorePool not acquiring new semaphore - waiting indefinitely
Fix: setting configuration via CustomConfigurationBuilder
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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.45.1\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.46.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.46.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.45.1" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.46.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 added nuget/Sportradar.OddsFeed.SDK.1.46.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 @@ -40,5 +40,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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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 @@ -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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1</HelpFileVersion>
<HelpFileVersion>1.46.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 @@ -43,5 +43,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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0</version>
<version>1.46.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.45.1.0</releaseNotes>
<releaseNotes>Release 1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.0.0")]
7 changes: 7 additions & 0 deletions src/Sportradar.OddsFeed.SDK/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Important: Version 1.1.0.0 includes breaking changes, below are the steps needed


CHANGE LOG:
2021-07-23 1.46.0.0
IStage extended with IStageV3 providing IStageStatus and method for getting match status
Added Prologue value to StageType enum
Added improvement for connection recovery when disconnection happens
FIx: implemented safe release of all internal SemaphoreSlims
Fix: added handling of variant market description when different market id between requesting and received id

2021-07-07 1.45.1.0
Fix: problem within SemaphorePool not acquiring new semaphore - waiting indefinitely
Fix: setting configuration via CustomConfigurationBuilder
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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,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.45.1.0")]
[assembly: AssemblyFileVersion("1.45.1.0")]
[assembly: AssemblyVersion("1.46.0.0")]
[assembly: AssemblyFileVersion("1.46.0.0")]

0 comments on commit 6536079

Please sign in to comment.