Skip to content

v1.8.0

Latest

Choose a tag to compare

@iib0011 iib0011 released this 31 Jul 20:09

We're excited to roll out Atlas CMMS 1.8.0, bringing significant improvements to simplify your deployments and supercharge your data search!

Simplified Deployments & Configuration 🌐

Setting up Atlas CMMS, especially in self-hosted environments, just got a whole lot easier! We've streamlined network configuration by consolidating multiple public URL variables into a single PUBLIC_SERVER_URL. This change, coupled with the introduction of a recommended nginx.conf file, provides a more robust and standard approach to managing your frontend, API, and storage endpoints.

  • Unified URL Configuration: Say goodbye to juggling PUBLIC_FRONT_URL, PUBLIC_API_URL, and PUBLIC_MINIO_ENDPOINT. A single PUBLIC_SERVER_URL now handles all your public-facing addresses, making setup clearer and less error-prone.
  • Nginx Integration: We now provide a standard nginx.conf to guide your reverse proxy setup, ensuring smooth traffic management and improved security.
  • Enhanced Security: We strongly recommend setting up TLS (HTTPS) for all deployments, and have added documentation to help you secure your instance.

Powerful Advanced Search 🔍

Finding the exact data you need is now more efficient than ever! We've made substantial enhancements to our advanced search capabilities, allowing for more precise and flexible filtering across your CMMS data. This update improves the accuracy and performance of complex queries, especially when dealing with nested properties.

Under the Hood Improvements 🛠️

This release also includes important refactoring and developer-centric updates that contribute to the overall stability and future scalability of Atlas CMMS:

  • Modular Initialization: Application startup logic has been cleanly separated into a dedicated component, making the codebase more maintainable.
  • Robust Testing: Integration of Testcontainers for PostgreSQL ensures more reliable and consistent testing, leading to a more stable product.