Semarchy xDM 2025.1.0 LTS is available!

We have just released Semarchy xDM 2025.1.0 (Long Term Support release) on semarchy.com. Here is a brief overview of the features in this release:

  • Additional data management functionality through fuzzy lookup to suggest and automatically populate relationships between child and parent records.

  • Reminders on due dates and task expirations in data-driven workflows

    • With the enhancements made to data-driven workflows throughout the 2024 MS release cycle, customers are provided with smoother migration from legacy to data-driven workflows.

  • Features and improvements of the 2024 MS release cycle

    • For example GenAI and AI Classification Enrichers.

  • Certification of PostgreSQL 16.


You can download the software and view the release notes through these hyperlinks. Release notes from the 2024 MS release cycle are also available through these hyperlinks: 2024.2, 2024.3, and 2024.4.


Thank you for being a valued part of the Semarchy community. 


1 person likes this

Hello !


In a high availability architecture with active and passive nodes, I can't get 2025.1.0 docker image to work. 

But 2024.4.2 image seems to be OK.


In my docker-compose file, I tried to uncomment the "semarchy_healthcheck.sh" part (in other words : no more healthcheck test), and then it works for 2025.1.0.


Is there something missing in 2025.1.0 regarding the semarchy_healthcheck.sh file ?


Indeed, when I take a look at 2025.1.0 and 2024.4.2 images, I see that : 


Thanks in advance for your help :)


Alexis


Hi,


Following the answer from support team, I put the solution there for other people who might have the issue :)


"In the 2025.1.0 Docker image based on Alpine, the semarchy_healthcheck.sh script is no longer present. The healthcheck section in the Docker Compose file is now :


healthcheck:

  test: [ "CMD-SHELL", "wget -qO- http://localhost:8080$${CONTEXT_PATH}/api/rest/probes/started" ]

  start_period: 1m

  interval: 5s

  timeout: 5s

  retries: 5


"


I confirm this works perfectly :)


Thanks !


Alexis

Login to post a comment