Latest News
REEVO Partners with ESA Gaming to Expand Gaming Portfolio

REEVO has announced a new strategic partnership with ESA Gaming, a boutique provider renowned for its high-performing gaming products, including a diverse array of mobile casino games.
ESA Gaming stands out in the industry with its unique blend of video slots, non-traditional content such as sports titles and crash games, along with classic casino offerings. Their games have demonstrated exceptional cross-selling capacity, enhancing brand loyalty and boosting revenue streams for partners.
“We are excited to embark on this partnership with REEVO. This partnership marks an exciting step in expanding our reach and showcasing our innovative games to a wider audience. REEVO’s dedication to quality and player engagement aligns perfectly with our values, and we look forward to delivering exceptional gaming experiences together,” Thomas Smallwood, Chief Commercial Officer of ESA Gaming, said.
“We are delighted to partner with ESA Gaming. Their innovative approach and proven success in the mobile gaming sector make them an ideal partner as we continue to expand and diversify our game library. This collaboration will not only benefit our partners by offering a wider range of high-quality content but also contribute significantly to player satisfaction and loyalty,” Daniel Cuc, Head of Account Management at REEVO, said.
This partnership aligns perfectly with REEVO’s commitment to delivering cutting-edge, high-quality gaming experiences. By integrating ESA Gaming’s portfolio, REEVO aims to enhance its offerings, providing partners and players with an even richer, more engaging gaming environment.
The post REEVO Partners with ESA Gaming to Expand Gaming Portfolio appeared first on European Gaming Industry News.
Latest News
SkillOnNet Strengthens Casino Offering with Launch of TaDa Gaming Content

TaDa Gaming content now live across SkillOnNet brands
Global entertainment brand SkillOnNet has announced a new content partnership with Malta-based TaDa Gaming, which sees the fast-rising studio’s portfolio of cutting-edge games rolled out to its network of brands and operators.
Players at SkillOnNet brands like PlayOJO and LuckyNiki now have access to TaDa Gaming’s growing catalogue of more than 200 titles, spanning video slots, crash games, fish-shooting, table and card formats, and bingo. Highlights include player favourites such as TriLuck™’s 3 Charge Buffalo, Fortune Hook, and Golden Bank 2 – all known for their strong maths models, engaging features and immersive design.
The launch follows a series of high-profile content deals for TaDa Gaming in 2025, demonstrating the studio’s commitment to global expansion and localization, blending globally appealing mechanics with regionally tailored themes.
For SkillOnNet, the deal reinforces its strategy of building the world’s most awe-inspiring games library by partnering with the very best emerging and established developers in the industry. With licenses from key jurisdictions including the UK, Malta, Sweden and Greece, SkillOnNet offers TaDa Gaming an unbeatable route to market across Europe and beyond.
Jani Kontturi, Head of Games at SkillOnNet said: “We’re constantly expanding our content offering to give our operator partners the very best in entertainment. TaDa Gaming has quickly established itself as a studio that delivers variety, quality, and innovation, and we’re delighted to bring its titles to our platform. We believe its content will resonate strongly across multiple markets.”
Ray Lee, Director of Business Development at TaDa Gaming said: “Partnering with SkillOnNet marks another important milestone for TaDa. Their wide distribution network and strong operator relationships will allow us to showcase our content to more players worldwide. We’re excited to see how our games perform with SkillOnNet brands.”
The post SkillOnNet Strengthens Casino Offering with Launch of TaDa Gaming Content appeared first on European Gaming Industry News.
Latest News
SPAYZ.io white paper uncovers the opportunities, challenges and ambitions on the minds of payments professionals

SPAYZ.io, a global provider of advanced payment technologies, has launched a new white paper that reveals the opportunities, concerns and ambitions of the payments sector. Titled “Optimizing Merchant Payment Flows in Challenging iGaming Markets”, the white paper draws from the insight of leading industry professionals, backed by the insights SPAYZ.io has compiled throughout the year from its extensive network of merchants and partners.
The white paper provides timely insight into the latest payments trends for operators and payment processors that operate in high risk industries, giving a qualitative and quantitative analysis of the user payment behaviours and habits, the existing and future challenges that prevent transaction completions and the in-demand payment solutions.
It also highlights the strategic recommendations for businesses seeking to future-proof their operations. From embracing alternative payment methods to navigating evolving compliance frameworks, the report equips stakeholders with actionable intelligence to stay ahead of disruption and capture new growth opportunities in a rapidly shifting landscape.
The insight bridges the gap between users, operators and payment providers, giving advice on how to choose the right payment provider and the importance of trust in the industry.
“The payments sector is scaling at pace. To be successful, payments processors and operators need to be equipped with the latest knowledge and insight to make sure they are actively responding to market needs, particularly in emerging markets,” Tatiana Sokolova, Head of Marketing at SPAYZ.io commented.
“SPAYZ.io is known for its market intelligence, which is why we have decided to release this whitepaper. It provides a useful snapshot for where the industry is at the moment, and what needs to be factored into the future decisions of operators and merchants as they begin to map out their growth strategies for 2026.”
Copies of the whitepaper can be downloaded here https://bit.ly/3JS7iW7
The post SPAYZ.io white paper uncovers the opportunities, challenges and ambitions on the minds of payments professionals appeared first on European Gaming Industry News.
Diffusion 6.12
DiffusionData Releases Diffusion 6.12

DiffusionData, the pioneer and leader in real-time data streaming, today announced the release of Diffusion 6.12. The latest enhancements have been introduced to speed up development, optimize resource usage, and guarantee consistent, high-performance real-time data delivery.
Grethe Brown, CEO of DiffusionData, said: “As a company, we’ve always been driven by the insights of our community, ensuring our solution directly aligns with client needs. By listening closely to evolving requirements, we’ve introduced enhancements to our framework that addresses real-world developer challenges while boosting operational efficiency. These improvements are designed to accelerate productivity, reduce complexity, and create tangible business value. The ongoing feedback from our customers fuels continuous innovation in Diffusion, enabling our clients to deliver better outcomes and stay competitive.”
Enhancements in Diffusion 6.12 include:
Enhancements to the ‘Set’ Operation in Topic Views
The ‘set’ operation within the Topic Views process clause has been enhanced to support additional use cases and provide greater flexibility when shaping output data. Key improvements include:
Ability to Clear Output Structures
Output structures (objects, arrays, or even the root) can now be emptied prior to selectively copying required items into the output. This simplifies scenarios where large input datasets need to be reduced to only a few items. New special values are available: empty_object and empty array (or, for short, $O and $A respectively). For example, set(, $O) clears the entire output, while set(/pointer, $O) clears only a specific structure.
Copying Items to the Same Output Location
A new “set to pointer” capability allows items (scalars or structures) to be copied directly to the same pointer location in the output. This is particularly useful when repopulating a structure that was previously cleared.
Support for Copying Complete Data Structures
This enhancement enables copying of entire objects or arrays in addition to scalar values, making it possible to move complete structures from input to output which is useful if a higher-level structure has been cleared, but also allows for copying to entirely different structures.
Metric Alerts
There is a new Metrics notifications feature which allows metrics alerts to be notified to topics when certain criteria are satisfied. For example, an alert could be set up which will write to a topic when the memory utilisation exceeds a specified threshold.
Session Authentication – Expiry
There is now a new session property called “$ExpiryTime” which lets an authenticator define when a session should automatically close, in milliseconds. If not set, the session won’t expire. Clients can now use the new re-authenticate method – replacing changePrincipal – to either switch principals or re-authenticate with the same one, while also updating session properties if needed. Clients can check their own fixed session properties, including expiry time, with getSessionProperties. Finally, administrators can use revokeAuthentication to immediately close another client’s session.
Put together, these changes mean that sessions now have clearer lifecycles. They can expire automatically, be refreshed by re-authentication, and be forcibly revoked by administrators when necessary.
Topic View insert ’s now Allowed at any Point in the Specification
Topic view inserts can now appear anywhere in the specification, not just at the end, allowing them to be interspersed with other transformations.
Regular Expression Matching for String Comparison in Topic Views
There is now a new matches or =~ operator available in topic view “process” conditionals. This allows for advanced string comparisons using regular expressions, providing greater flexibility and precision.
Session Lock Query API
There is now a new API available in the ClientControl feature, which enables control clients to query session locks. There is a getSessionLocks method, which returns details of all current session locks, as well as a getSessionLock method to query a specific named session lock.
SubscriptionControl Feature now Cluster Aware
Previously, the SubscriptionControl feature methods to subscribe and unsubscribe sessions would only work for sessions connected to the same server as the control client using the feature. This meant that when Diffusion was running in a cluster a control client would need to connect separately to all servers in the cluster in order to manage all sessions. In this release, all methods in the SubscriptionControl feature apply to all sessions across a cluster.
SELECT_TOPIC Permissions Changes
In 6.12, the SELECT_TOPIC path permission is required for all paths that a topic selector may match — not just the path prefix. In earlier versions, SELECT_TOPIC permission was only required for the prefix of a topic selector. A session could use a selector to access an entire branch of the topic tree as long as it had permission at the top-level path. As a result, it was not possible to selectively remove access from a sub-branch — access to the parent path implicitly granted access to everything below it.
The permission model has now been made more restrictive. To fetch or subscribe using a topic selector, a session must now have SELECT_TOPIC permission for each individual path that the selector may match. This allows SELECT_TOPIC to be granted to a branch of the topic tree and explicitly revoked for specific sub-branches.
For full path pattern topic selectors, the model is even more restrictive: SELECT_TOPIC permission is required for all paths at and below the path prefix. This is necessary to prevent circumvention using advanced regular expressions. This enhancement delivers more granular, flexible, and secure topic access management.
Improvements to the Journal Feature
In 6.12, the Journal feature has been simplified. The feature is now configured in the Server.xml configuration file, and the issued file contains a sample block with the feature disabled. A sample configuration file is now issued in the Diffusion ./etc installation directory which has all possible actions that can be configured, but with all disabled.
Topic Selection Scopes
In previous versions of Diffusion, if two different components of a client application, sharing a single Diffusion connection, subscribed to a topic and one of them later unsubscribed, the topic would be unsubscribed for the session and consequently for all components. Now, it is possible to specify a named scope when subscribing, such that a later unsubscription specifying that scope has no effect on other subscriptions that named a different scope. This allows subscriptions to be localised to the components that need them. There are now new subscription and unsubscription methods that take a scope parameter to support this. Applications using the old methods will continue to work as before, as their subscriptions will all be assigned to a default scope.
Other Improvements
- In 6.12, both the Diffusion server and Java Client require Java 17. Older clients can still connect, but the 6.12 Java Client is needed to access all new features.
- The JavaScript Client and Console now support the Safari browser.
- The Dotnet SDK client can now specify a custom URL path to connect to Diffusion through use of the new parameterless ISessionFactory Open and OpenAsync API in conjunction with the new ISessionFactory attributes: ServerHost , ServerPort , SecureTransport and RequestPath .
The post DiffusionData Releases Diffusion 6.12 appeared first on Gaming and Gambling Industry in the Americas.
-
eSports6 days ago
TEAM VITALITY AND HUMMEL LAUNCH ALTERNATE JERSEY AND EXCLUSIVE APPAREL COLLECTION
-
Asia7 days ago
Skyesports Wraps Up Gaming Thiruvizha – Chennai Edition With 17,000+ Fans in Attendance
-
Africa6 days ago
Rise & Hustle partners with Altenar to power its new sportsbook offering
-
Africa6 days ago
Ghana’s NLA Introduces New Sticker to Clamp Down on Illegal Lotto Operators
-
Eastern Europe6 days ago
Digitain Strengthens Romanian Market Presence Through KingCasino Partnership
-
EurAsia6 days ago
Groove Technologies Shines in Georgia at SmartSoft Partner Event: Culture, Connection, and Collaboration Take Centre Stage
-
Central Europe6 days ago
CT Interactive Announces Strategic Partnership with Ecasino
-
Alex Malchenko Head of Sales at Evoplay6 days ago
Evoplay strengthens Ontario presence in partnership with Caesars Entertainment