Skip to content

Commit

Permalink
1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkisseljov committed Aug 23, 2024
1 parent 7af71a6 commit d2e30eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.1.11] - 2024-08-23
Updated LiveScoutFeedProvider.Unsubscribe to send a single batch "matchunsubscription" request instead of individual "matchstop" requests for each match ID.

## [1.1.10] - 2024-06-03
ScoutEvent extended with new properties:
- Statistics
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.10" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Sportradar.LiveData.Sdk.Service/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section name="Sdk" type="Sportradar.LiveData.Sdk.Services.SdkConfiguration.Sections.SdkConfigurationSection, Sportradar.LiveData.Sdk" />
</configSections>
<Sdk>
<Common LogPath="C:\LiveData SDK Logs\1.1.10\Service\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<Common LogPath="C:\LiveData SDK Logs\1.1.11\Service\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<LiveScout ScoutUsername="***" ScoutPassword="***" Test="true" />
</Sdk>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.10" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d2e30eb

Please sign in to comment.