MTS SDK - Net

Versions:

2.4.1.2 (12/4/2023) recommended
Rebalanced reconnect timings and reconnects, updated documentation

2.4.1.1 (12/7/2022)
Changed url stgapi.betradar.com and api.betradar.com to global

2.4.1.0 (9/22/2022)
Support for ticket version 2.4
Added new functionality for promotional bets
Added new payCap attribute to external ticket (Max Payout T&C)

2.3.7.0 (3/22/2021)
Added IMtskSdk.ReportManager for getting HistoryCcfChanges
Fix: removed double acking error
Fix: Removed ambiguity with setting enableUserAqs (internal)

2.3.6.0 (11/6/2020)
Added sslServerName to the configuration
IMtsSdk extended with ConnectionStatus; provides also event ConnectionChange
Removed ticket selection count limit

2.3.5.0 (9/18/2020)
Added # to the User ID pattern
Fix: removed problematic Guard checks
Fix: checking for invalid products

2.3.4.0 (4/7/2020)
Added configuration property ticketResponseTimeoutPrematch
Added TicketResponseTimedOut handler in DemoProject
Added SetTicketResponseTimeoutLive and SetTicketResponseTimeoutPrematch to ISdkConfigurationBuilder
Allow 0 cashout stake when building TicketCashout
Added bookmakerId to the client_properties
Added argument to rabbit queue declare: queue-master-locator
Changed connection heartbeat from 45s to 20s
Default timeout for ticket response for live selections increased from 15s to 17s
Examples updated to use UOF markets
Replaced CodeContracts with Dawn.Guard
Fix: set AutomaticRecovery of rabbit connection to false
Fix: removing empty connection after reconnect

2.3.3.2 (11/7/2019)
Improved handling of connection to the rabbit server

2.3.3.1 (11/5/2019)
Fix: set AutomaticRecovery of rabbit connection to false

2.3.3.0 (10/25/2019)
Added configuration property ticketResponseTimeoutPrematch
Added SetTicketResponseTimeoutLive and SetTicketResponseTimeoutPrematch to ISdkConfigurationBuilder
Default timeout for ticket response for live selections increased from 15s to 17s
Added new distribution channels
Added TicketResponseTimedOut handler in DemoProject
Fix: removing empty connection after reconnect

2.3.2.0 (7/25/2019)
Made Ticket objects serializable
Added support for TLS 1.2
Removed use of singleton for CustomBetSelectionBuilder
Added Content-Type to AdditionalInfo property of response tickets
Fix: CustomBet can be set without odds

2.3.1.0 (5/30/2019)
Support for custom bet
Added CustomBetManager to IMtsSdk
Exposed custom bet fields on ITicket

2.3.0.0 (5/10/2019)
Support for ticket version 2.3
Support for non-Sportradar ticket settlement
Added LastMatchEndTime to ITicket and ITicketBuilder
Added ITicketNonSrSettle and ITicketNonSrSettleBuilder

1.8.1.0 (4/18/2019)
Fix: reconnecting issue after being disconnected by the server

1.8.0.0 (2/27/2019)
Added support for Client API - added property ClientApi on IMtsSdk
Added configuration for ticket, ticket cancellation and ticket cashout message timeouts
Improvement: inflation of rabbit channels when many disconnects

1.7.0.0 (2/7/2019)
Adding acking on consumers message processed
Added AutoAcceptedOdds to ITicketResponse
Added AdditionalInfo to all ticket responses
Fix: settings corrected for sending ticket cancel and reoffer cancel message

1.6.0.0 (11/28/2018)
Support for ticket version 2.2
Added AutoAcceptedOdd to TicketResponse
Added TotalCombinations to Ticket and TicketBuilder
Added BetCashout to TicketCashout - support for partial cashout
Added BetCancel to TicketCancel - support for partial cancellation
Added AutoAcceptedOdds to ITicketResponse
EndCustomer.Ip type changed from IPAddress to string
Removed deletion of consumer queues on close
Reviewed and updated documentation and properties files
Removed property ExceptionHandlingStrategy from config, builder, ...
Fix: in HandleMarketDescription when adding specifiers

1.5.0.0 (10/5/2018)
Added MtsSdk.TicketResponseTimedOut event to notify user if the ticket response did not arrive in timely fashion (when sending in non-blocking mode)
Added 'exclusiveConsumer' property to the configuration, indicating should the rabbit consumer channel be exclusive (default is true)
Renamed ClientIteration logger to ClientInteraction (check log4net.config)
Added timeout when fetching MarketDescriptions from API fails (30s)
Improved handling and logging for market description (for UF markets)
Fix: BetBonus value condition - if set, must be greater then zero
Fix: possible memory leak when sending in blocking mode
Minor fixes and improvements

1.4.0.0 (3/26/2018)
Downgraded librarys target framework to v4.5.1
Added method ToJson() to all tickets (returns json send to or received from MTS)
Fixed Example11

1.3.0.0 (1/17/2018)
Support for ticket and ticket response v2.1
Selection.Id max length increased to 1000
SumOfWins - can be null or greater then zero
Removed all sender channel specific validation during ticket building
Ticket response reasons internal message marked as obsolete
Added rejection info to ticket response selection detail
Added additional info property to ticket response
Added SSL certification verification (uses TLS 1.2)
Added examples from MTS Ticket Integration v31 documentation

1.2.1.0 (12/21/2017)
Fix: TicketBuilder for multi-bet tickets with same selections but different odds or different banker value

1.2.0.0 (11/16/2017)
Added new config property port

1.1.6.0 (11/8/2017)
Fix: ShopId is not required for Retail sender channel

1.1.5.0 (10/19/2017)
Sender.Currency property updated to accept also 4-letter sign (i.e. mBTC)
Added SdkConfigurationBuilder for building SdkConfiguration

1.1.4.0 (9/13/2017)
Added new config property 'provideAdditionalMarketSpecifiers'
Fix: building selection id with UF specifiers
Fix: removed requirement check for selectionDetails in ticket response
Fix: removed requirement for EndCustomer.Id for Terminal and Retail sender channel

1.1.3.0 (8/28/2017)
Added TicketAck and TicketCancelAck builders
Exposed property CorrelationId in all tickets and ticket responses
Refined logging within sdk (for feed and rest traffic)
Property SelectionDetails on ticket response changed to optional
Internal: 'selectionRef:[]' removed from json when empty
Internal: added ConsumerTag to consumer channels

1.1.2.0 (7/31/2017)
Internally updated how ticket acknowledgements are send
Cleaned ticket's json representation when possible

1.1.1.0 (6/30/2017)
Changed Sender validation
Added MarketDescriptionCache for UoF markets
Added 'accessToken' attribute to config section (only used for UoF markets)
Changed how tickets are build (through BuilderFactory) and added input validation
Internal: publisher channel settings changed to non-persistent delivery mode

1.1.0.0 (5/15/2017)
Added Cashout support
Added Cashout example

1.0.4.0 (5/9/2017)
Added Reoffer support (Reoffer and ReofferCancel ticket)
Added Reoffer example

1.0.3.0 (4/27/2017)
Fixed builders verification
Added SenderChannel verification
Added builders for ticket reoffer and alternative stake ticket

1.0.2.0 (4/14/2017)
Fixed issue when adding bet selections with banker

1.0.1.0 (4/5/2017)
Fixed issue with connection to the MTS servers

1.0.0.0 (3/13/2017)
Offical release of the MTS SDK (supports MTS tickets v2.0)