Exclusion Rules for contributions and jackpot visibility
Exclusion rules make it possible to restrict access to jackpots based on:
Game Code(s) -- you can now prevent certain game codes from participating in the jackpot
Game Category(s) -- you can now prevent certain game categories from participating in the jackpot
Player ID(s) -- you can now prevent certain players from participating in the jackpot
Player Segment(s) -- you can now prevent certain player segments from participating in the jackpot
The "Get Jackpot For Source" APIs now support an additional query parameter (game_code) which can be passed as context for exclusion rule checks. This will allow you to determine whether a jackpot should be shown to a player in the context of a specific game or not.
Optimized jackpot update events - updates are broadcasted only if the pot values had changed
Improved handling for failed tokens during WS authentication. The new system holds a cache of failed tokens and ignores re-attempts of authentication using failed tokens. This is expected to prevent unintended flooding of failed token authentication requests from flooding deeper into the system.
Get Jackpot For Source now accepts game_code query parameter to enforce exclusion rules