Change Log
16 December 2025 docs changes:
Section titled “16 December 2025 docs changes:”- Added Parlays description (but it’s still in progress).
- SDK Release notes,
v1.9.0rc1: Deployed new version of SDK with the Props and Parlays support. Since this functionality still in Beta, this is a release candidate version and docs is under review.
15 December 2025 SDK Release notes, v1.8.5:
Section titled “15 December 2025 SDK Release notes, v1.8.5:”- Added fixes in Kero REST class: exceptions throwing instead of silent error and null when there’s an error in request/response.
6 December 2025 SDK Release notes, v1.8.2:
Section titled “6 December 2025 SDK Release notes, v1.8.2:”- Added exception throwing on initialization instead of silent failure.
- Refactored markets retrieving via REST API (add new method
listMarketsWithVariables();listMarkets()is deprecated now). - Fixed subscribe/unsubscribe methods via REST API to make it work using Kero event uuid.
- Added new versions of dependencies.
29 October 2025 docs changes:
Section titled “29 October 2025 docs changes:”In the Market Translations Catalogue tab:
- Added “On Prod” column with the corresponding filter.
- Added 2 tabs “Demo” and “Prod” to see which markets are there.
4 September 2025 Release notes:
Section titled “4 September 2025 Release notes:”Set restricted answers probabilities available but with the flag is_restricted=true (See AnswersOddsMap).
22 August 2025 Release notes:
Section titled “22 August 2025 Release notes:”- Removed legacy field
live_timefrom RabbitMQMARKETmessages. - Added
variables_entitiesfield and specs for corresponding objects. - Added new field to market object
status_reason. - Added new
MARKETfieldanswers_restricted.
13 August 2025 Change log (part of future release)
Section titled “13 August 2025 Change log (part of future release)”Added new field to market object status_reason
8 August 2025 Java SDK new release notes, v1.8.1:
Section titled “8 August 2025 Java SDK new release notes, v1.8.1:”- Added props markets and corresponding DTOs and interfaces.
- Added answersRestricted, status_reason, variablesEntities fields to MarketTemplate (See JavaDoc in the artifactory).
- Fixed typo in the host variable name
- Refactoring:
- removed legacy sport enums;
- performance and security improvements:
- add preflight read 200 messages only to not overload the client
- remove redundant asynchronous calls
- remove huge debug logs
- renew dependencies to the latest stable
- add secure implementation tls v.1.2/1.3 for the rabbitmq connection as a default
1 August 2025 Change log (part of future release)
Section titled “1 August 2025 Change log (part of future release)”- Added new
MARKETfieldanswers_restricted:- It is a map of answers keys with boolean values which indicate whether the answers are restricted to place a bet.
4 July 2025 Change log (part of future release)
Section titled “4 July 2025 Change log (part of future release)”-
RabbitMQ messages of the type
MARKET:- Removed
live_timelegacy field. - Added
variables_entitiesfield and specs for corresponding objects. - Added subtype
PROPSin the RabbitMQ messages, but it still under development (so changes are expected in the future).
- Removed
-
Added newer
Reportstab with the detailed specification. -
Added /sim/stop route description for stopping currently running replays.
28 April 2025 Release notes
Section titled “28 April 2025 Release notes”Adding a new market Action ACTIVATE. See the details in Market Actions.
24 March 2025 Realease notes
Section titled “24 March 2025 Realease notes”-
Updated service responsible for teams/leagues names, abreviations, and internal ids in Kero System
-
Added new fields to API responses
- leagues location
- extended teams/leagues ids for different sources
-
Removed restriction for pulling Basketball via
/api/v6/es/events
20 March 2025 minor Release notes
Section titled “20 March 2025 minor Release notes”-
Added dynamic meta info to market in RMQ messages
-
Released API route
/ms/events/{event_id}/markets/variables -
Fixed reverse process for multinomials (2+ answers) markets
-
Internal improvments:
- Added fix to provide stable reconnect for rabbitmq
- Internal improvent for translations
- Kafka producer memory optimization
18 Feb 2025 SDK Release notes, v1.7.15
Section titled “18 Feb 2025 SDK Release notes, v1.7.15”- Added
match_stateandmarket_contextvariables to Market dto - Added a new method to set up custom credentials settings
sdk.setCredentials(username, password, environment) - Added new fields
nameandshort_nametoEvents - Changed
listSimCataloguereturn class:/es/events/sim/catalogue(akalistSimCatalogue) returns event’s list instead ofList<LinkedHashMap> - Fixed authorization on failed response
14 Feb 2025 Release notes
Section titled “14 Feb 2025 Release notes”- Filled out
event.started_atfor the RabbitMQMARKETmessage and in the Java SDK via rest request to the API - Added a new fields
IsCorein the/markets/templatesroute (optional) CLOSEevent message now inludes all the game info filled (before there was id only).- Fixed empty
Answers{}issue - Added new fileds
market_context,match_statein the RabbitMQ feed - Removed fields (RabbitMQ,
/markets/templates):market_odds,answer_a_variable,answer_b_varialbe - Markets service refactoring and code improvements for better performance