Updated LiveScoutFeedProvider.Unsubscribe to send a single batch "matchunsubscription" request instead of individual "matchstop" requests for each match ID.
ScoutEvent extended with new properties:
- Statistics
- OnDeck
- InHole
- NumberOfShots
- PointOutcome
- Situation
- ErrorType
- ShotSequence
- PrimaryShotType
- SecondaryShotType
- LastStroke
- ExtraInfoTennis
- SupervisorAction
New types added:
- Statistics
- BattersStatsTotal
- PitchersStatsTotal
- TeamStats
- PlayerStats
- Stats
New TeamStatsType enum added. EventType enum updated.
PlayerStatistics is added only for ScoutEvent with event type 1714 TeamStatistics is added only for ScoutEvent with event type 1743
FormatType enum is extended with new value - ONEPOINTCONVERSIONYARDLINE
Enhanced login failure messaging to include specific reasons and error codes for better diagnostics.
Lineups extended with new property - Preliminary
ScoutEvent extended with new properties:
- RefsTime
- PlayerStatistics
- TeamStatistics
The following properties in ScoutEvent are marked as Obsolete and moved to PlayerStatistics:
- HomePlayerStatsTotal
- HomePlayerStatsP1
- HomePlayerStatsP2
- HomePlayerStatsP3
- HomePlayerStatsP4
- HomePlayerStatsOt
- AwayPlayerStatsTotal
- AwayPlayerStatsP1
- AwayPlayerStatsP2
- AwayPlayerStatsP3
- AwayPlayerStatsP4
- AwayPlayerStatsOt
New properties included in PlayerStatistics:
- HomePitchersStatsTotal
- HomeBattersStatsTotal
- AwayPitchersStatsTotal
- AwayBattersStatsTotal
The following properties in ScoutEvent are marked as Obsolete and moved to TeamStatistics:
- HomeTeamStatsTotal
- HomeTeamStatsP1
- HomeTeamStatsP2
- HomeTeamStatsP3
- HomeTeamStatsP4
- HomeTeamStatsOt
- AwayTeamStatsTotal
- AwayTeamStatsP1
- AwayTeamStatsP2
- AwayTeamStatsP3
- AwayTeamStatsP4
- AwayTeamStatsOt
New properties included in TeamStatistics:
- HomeTeamStatsI1
- HomeTeamStatsI2
- HomeTeamStatsI3
- HomeTeamStatsI4
- HomeTeamStatsI5
- HomeTeamStatsI6
- HomeTeamStatsI7
- HomeTeamStatsI8
- HomeTeamStatsI9
- HomeTeamStatsIe
- AwayTeamStatsI1
- AwayTeamStatsI2
- AwayTeamStatsI3
- AwayTeamStatsI4
- AwayTeamStatsI5
- AwayTeamStatsI6
- AwayTeamStatsI7
- AwayTeamStatsI8
- AwayTeamStatsI9
- AwayTeamStatsIe
ScoutEvent extended with new properties - ScorerNotConfirmed.
Introduced a new ScoutFeedType: FULL_PAGINATED. Receive full paginated match updates through the new event: Services.Sdk.Instance.LiveScout.OnMatchUpdateFullPaginated.
LiveData update for Soccer. ScoutEvent extended with new properties - HomePlayerStats, AwayPlayerStats.
List of SubTeams added to MatchUpdate, SubTeam property is deprecated.
New match format type added - USESOVERS.
LiveData update for Soccer. ScoutEvent extended with new properties - ExtraInfoSoccer.
LiveData update for Waterpolo. ScoutEvent extended with new property - ExtraInfoWaterpolo.
LiveData update for NHL. ScoutEvent extended with new properties - ShotProjectedGoalRate, ShotRatingCategory, ShotSpeed, ShotType.
LiveData update for Snooker. ScoutEvent extended with new poperties - PointsUntilSnookerNeeded, PossibleBreak, MaxBreakFrame, PointsRemaining, Reds. Removed PrevPitcher property from ScoutEvent.
LiveData update for Snooker. ScoutEvent extended with new poperties - PointsUntilSnookerNeeded, PossibleBreak, MaxBreakFrame, PointsRemaining, Reds. Removed PrevPitcher property from ScoutEvent.
LiveData update for MLB. ScoutEvent extended with new properties - FirstBasePlayer, SecondBasePlayer, ThirdBasePlayer, HomeRunsHome, HomeRunsAway, PrevPitcher, NextBatter, TotalPitchCount.
MatchUpdate extended with new property - SubTeam MatchHeader extended with new property - VbpClassification ScoutEvent extended with new property - PitchingSubstitution OddsSuggestions, ScoutOdds, ScoutOddsField have been removed from SDK Changed default value for SchemaValidationStrictness from 'STRICT' to 'ON' Added new configuration properties for logging to Common section - MaxSizeRollBackups and MaximumFileSize
Removed support of LiveOdds, LCOO and Odds Creator feeds. Only LiveScout feed remains supported.
LiveData update for Ice Hockey. ScoutEvent extended with new properties - positionPlayerPitching, freeKickReason. Suspensions was replaced with new entity with powerplay under MatchUpdate. MatchHeader extended with new properties - team1Division, team2Division.
LiveData update for Basketball. ScoutEvent extended with new properties - Spot, HomePlayers, AwayPlayers, HappenedAt, ScoreTypeQualifier, ShotDistance, TippedTo, FoulTypeDescriptor, FoulTypeQualifier.
BM SDK config to use new endpoint for livedata replay server. Sport id and match id filters added to match list request.
Based on BookmakerSdk 2.22. Solution structure has been simplified by merging all SDK subprojects into single one. This has affected namespaces. Changed project target platforms to .NET Framework 4.8 and .NET 6.0.