Connect with us
softswiss-certified-as-great-place-to-work softswiss-certified-as-great-place-to-work

Press Releases

SOFTSWISS Certified as Great Place to Work®

Published

on

Reading Time: 2 minutes

 

SOFTSWISS, a global leader in technology and iGaming solutions, has been honoured with the Great Place To Work® certificate in Poland. This certification, issued by the namesake international research and consulting institute, recognises employers worldwide for creating outstanding workplace environments. It is awarded through anonymous employee feedback and corporate culture analysis.

The certificate underscores SOFTSWISS’ commitment to fostering an environment where tech and iGaming professionals can thrive and develop their expertise. The working conditions at SOFTSWISS align with international standards, ensuring every team member can excel in a globally competitive and innovative setting. 

The Great Place To Work® title is awarded based on employee feedback using a rigorous methodology. In an anonymous survey, participants assess various aspects of corporate culture, including respect and fairness demonstrated by management, trust and pride in the organisation, team spirit, management practices, workplace safety, ethics, values, and others.

SOFTSWISS previously earned the title of  Workplace of the Year at Sigma Europe 2022, and the recent attainment of the Great Place To Work® certificate in Poland further establishes its status as a leading employer in the industry.

In its offices in Malta, Poland, and Georgia, SOFTSWISS empowers its employees to innovate and create cutting-edge IT products for diverse global clients. This approach has led to notable growth. The company now employs over 2,000 experts, with 450 working in Poland at development centres in Poznan and Warsaw. 

The company has a well-established remote work system, allowing employees to choose the format that suits them best – whether working from home, in a modern office, or a combination of both. 

The emphasis on a comfortable and productive work setting ensures that every new specialist joining the team, regardless of location, feels valued and respected. This environment enables talented individuals to unleash their potential and contribute to the global online entertainment industry.

Natalia Perkowska, Co-Chief HR Officer at SOFTSWISS, comments: “People stand at the heart of SOFTSWISS, forming the pivotal asset that aligns with our fundamental core value, ‘WE SEE PEOPLE’. We have always aimed to ensure that each specialist can realise their potential and feel their contribution to the team’s collective mission.  We strive to provide our employees with a high quality of life and are delighted to receive such high praise from our employees. The Great Place To Work® certification is especially valuable to us”.

With this certification and survey ratings, SOFTSWISS can now compete in the “Best Workplaces in Poland 2024” contest, ready to showcase its stature as a nurturing, dynamic workplace in the tech and iGaming industries.

About SOFTSWISS 

SOFTSWISS is an international iGaming company supplying certified software solutions for managing gambling operations. The expert team, which counts over 2000 employees, is based in Malta, Poland, and Georgia.  SOFTSWISS holds a number of gaming licences and provides one-stop-shop iGaming software solutions. The company has a vast product portfolio, including the Online Casino Platform, the Game Aggregator with thousands of casino games, the Affilka affiliate platform, the Sportsbook software and the Jackpot Aggregator. In 2013, SOFTSWISS was the first in the world to introduce a Bitcoin-optimised online casino solution.

 

Latest News

BVGroup integrates ThrillTech’s ThrillPots™ jackpot solution to deliver thrilling new player experiences

Published

on

bvgroup-integrates-thrilltech’s-thrillpots-jackpot-solution-to-deliver-thrilling-new-player-experiences
Reading Time: < 1 minute

 

Innovative side-bet jackpots launch across BetVictor, Heart Bingo, and BVGroup’s wider brand portfolio

BVGroup, a leading gambling operator and technology solutions provider, has partnered with player engagement specialist ThrillTech to launch its licensed ThrillPots™ jackpot solution across its portfolio of brands.

The integration introduces a fresh wave of entertainment for BVGroup customers, enabling bespoke side-bet jackpots that add excitement to every spin, hand, and wager.

ThrillPots allows players to opt-in and contribute to progressive jackpots without interrupting core gameplay – creating the chance for surprise and thrilling wins.

BVGroup operates a suite of renowned brands including BetVictor, Heart Bingo, talkSPORT BET and Betano UK.

With ThrillPots, these brands can now offer players dynamic jackpot products designed to heighten engagement and bring a new dimension of fun across both the Gaming and Sportsbook products.

Ben Bradtke, co-founder of ThrillTech, said: “Partnering with BVGroup, a household name in the UK, makes ThrillTech’s entry into this vibrant market even more exciting. Our ThrillPots solution is built to deliver entertainment – jackpots that surprise, excite and keep players engaged. BVGroup’s reputation for delivering player-first experiences makes them an ideal partner.”

Eoin Ryan, Director of Sportsbook and eGaming at BVGroup, added: “At BVGroup, we’re always exploring ways to bring our players something new, exciting and memorable. ThrillTech’s ThrillPots is a flexible new jackpot mechanic that enhances the thrill of play, offering engaging experiences while maintaining the high standards of fairness and enjoyment our players expect.”

This partnership underlines BVGroup’s ongoing commitment to player-first innovation, bringing fresh products and immersive entertainment across its expanding suite of brands.

The post BVGroup integrates ThrillTech’s ThrillPots™ jackpot solution to deliver thrilling new player experiences appeared first on European Gaming Industry News.

Continue Reading

Diffusion 6.12

DiffusionData Releases Diffusion 6.12

Published

on

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

  1. 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.
  2. The JavaScript Client and Console now support the Safari browser.
  3. 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.

Continue Reading

Latest News

SkillOnNet Strengthens Casino Offering with Launch of TaDa Gaming Content

Published

on

skillonnet-strengthens-casino-offering-with-launch-of-tada-gaming-content
Reading Time: < 1 minute

 

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.

Continue Reading

Trending