News

This page contains the latest news about Atomik and it's development. We will also update this page when new integrations, educational materials and new tools are available. For receiving these updates on your email, we suggest you sign up to our newsletter down in the footer of this page.

November 2025

Fixed bug with the query importer. Fixed bug with the resolveRefs parameter for query execution.

October 2025

Added attestation (electronic signature) indexing. Improvements for the query builder to exclude flags automatically (e.g. if the query has projections, the 'retrieve data' flag should be false). Fixed bug on the query generator for string criteria that wasn't generating the right SQL. Fixed how queries with projections but no conditions are executing. Improved support for the 'resolve refs' flag.

September 2025

Fixed issue with data commits that validated against deleted templates. Fixed the days_ahead query function with a BETWEEN condition to render the limits correctly. Improved query results, adding useful metadata. Improved API endpoint to get the server status. Fixed bug on queries that use duration conditions. Fixed template XML rendering.

August 2025

Fixes for the query builder and query generator: getting the terminology ID if it exists in the template, fix to exists conditions with variables. Added some database indexes that were missing. Added fulltext search and improved partial string matching.

July 2025

Several improvements to the Web Console.

June 2025

Dropped XML support for APIs, focusing on a JSON-only API. The Operational Template API is the only part that keeps being XML but will be removed soon too to have a 100% JSON API.

May 2025

Added a configuration for the `delete ACTOR` service, allowing to automatically delete relationships and roles assigned to the deleted ACTOR.

April 2025

Added an independent API for ROLEs, allowing better management of roles for demographic entities.

March 2025

Finished the rewriting of the querying module, including: a better query model, modularized Query Builder, query serializer and parser for JSON, and support for different HQL query generation strategies to improve query performance.

November 2024

Added query functions to search for "time ahead" on date/date time data points.

April 2023

Support for PARTY_RELATIONSHIPs was added.

New website and documentation was published.

March 2023

Support for storing and querying demographic PARTY classes was added. Now Atomik can save, query and retrieve PERSON, ORGANIZATION, GROUP, AGENT and ROLE.

Jan 2023

Atomik was updated to Grails 5.3.2 and JDK 11. Previously it was using Grails 3.3.16 and JDK 8.