Skip to content

Commit

Permalink
v1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrovat committed Jun 2, 2022
1 parent 537fef9 commit 4829de8
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 41 deletions.
8 changes: 8 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ The package contains:
For more information please contact [email protected] or visit https://iodocs.betradar.com/unifiedsdk/index.html

CHANGE LOG:
2022-06-02 1.53.0
Improvements for saving api data within caches (single item and for list of items)
Changed the timestamp for periodic deletion of old event from cache (to now-12h)
Improved logging format in LogHttpDataFetcher and SportDataProvider
Improved logging for exceptions and warnings
Added Age to FeedMessage string
Added isOpen to OddsFeed (extended with IOddsFeedV6)

2022-04-26 1.52.0
Separate HttpClient for critical (summary, player profile, competitor profile and variant market description) and other requests
Added configuration option for fast HttpClient in OperationManager (default timeout 5s)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Sportradar.OddsFeed.SDK.DemoProject")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<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 Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.52.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.52.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.53.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.53.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
14 changes: 7 additions & 7 deletions example/Sportradar.OddsFeed.SDK.DemoProject/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<package id="Common.Logging.Log4Net208" version="3.4.1" targetFramework="net45" />
<package id="Dawn.Guard" version="1.12.0" targetFramework="net45" />
<package id="log4net" version="2.0.8" targetFramework="net45" />
<package id="Microsoft.CSharp" version="4.0.1" targetFramework="net45" />
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net45" />
<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.52.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.53.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 All @@ -21,14 +21,14 @@
<package id="System.Linq" version="4.3.0" targetFramework="net45" />
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net45" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net45" />
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net45" />
<package id="System.Net.Primitives" version="4.3.1" targetFramework="net45" />
<package id="System.ObjectModel" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net45" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime" version="4.3.1" targetFramework="net45" />
<package id="System.Runtime.Extensions" version="4.3.1" targetFramework="net45" />
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net45" />
Expand All @@ -38,6 +38,6 @@
<package id="System.Threading" version="4.3.0" targetFramework="net45" />
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net45" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" />
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net45" />
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="net45" />
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net45" />
</packages>
Binary file added nuget/Sportradar.OddsFeed.SDK.1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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 @@ -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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0</HelpFileVersion>
<HelpFileVersion>1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]
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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]
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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0</version>
<version>1.53.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.52.0</releaseNotes>
<releaseNotes>Release 1.53.0</releaseNotes>
<copyright>Copyright © Sportradar AG 2016-2022</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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]
8 changes: 8 additions & 0 deletions src/Sportradar.OddsFeed.SDK/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Important: Version 1.1.0.0 includes breaking changes, below are the steps needed


CHANGE LOG:
2022-06-02 1.53.0
Improvements for saving api data within caches (single item and for list of items)
Changed the timestamp for periodic deletion of old event from cache (to now-12h)
Improved logging format in LogHttpDataFetcher and SportDataProvider
Improved logging for exceptions and warnings
Added Age to FeedMessage string
Added isOpen to OddsFeed (extended with IOddsFeedV6)

2022-04-26 1.52.0
Separate HttpClient for critical (summary, player profile, competitor profile and variant market description) and other requests
Added configuration option for fast HttpClient in OperationManager (default timeout 5s)
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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.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.52.0.0")]
[assembly: AssemblyFileVersion("1.52.0.0")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]

0 comments on commit 4829de8

Please sign in to comment.