Skip to content

v4.11.1

Latest
Compare
Choose a tag to compare
@molgenis-jenkins molgenis-jenkins released this 22 Oct 10:52
· 68 commits to master since this release
e603d3a

Release Notes for v4.11.1 🚀

Release Date: 2024-10-22
Full Changelog: View on GitHub

Overview

Version 4.11.1 brings significant updates, including bug fixes, new features, and dependency updates. This release aims to enhance performance, user experience, and security. 🔒✨

Fixed Issues 🐛

  • Disk Space Warning: Resolved an issue where the disk full message was displayed when no disk information was available.
    Merged PR #812 by marikaris

  • Configuration Download Issue: Fixed a bug that prevented the configuration from being downloaded correctly in the installation script.
    Merged PR #741 by DickPostma

  • Workspace Size Error Handling: Implemented error handling for cases where the workspace exceeds the storage limit.
    Merged PR #738 by marikaris

  • Empty Linkfile Name: Corrected an issue where an empty linkfile name would cause errors.
    Merged PR #800 by marikaris

  • Unauthorized Access Warning: Enhanced messaging when unauthorized access is attempted, providing clearer warnings.
    Merged PR #802 by marikaris

New Features ✨

  • Actuator/Prometheus Endpoint: Exposed a actuator endpoint for Prometheus integration to facilitate monitoring.
    Merged PR #777 by marikaris

  • Form Validation for Link Files: Introduced form validation when creating link files to ensure user input is validated.
    Merged PR #803 by marikaris

  • Preview Column Names: Implemented a feature to preview column names in the UI preview of parquet files.
    Merged PR #766 by timcadman

Changelog Highlights 📜

  • Dependency Updates:

    • Updated various dependencies for security and performance, including:
      • Bootstrap to v5.3.3
        Merged PR #782 by renovate
      • Vite to v4.5.3
        Merged PR #720 by renovate
      • Updated multiple security-related dependencies (e.g., urllib3, certifi).
        Merged PRs #745, #770, etc.
  • Code Refactoring:

    • Refactored rock connection logic to improve maintainability and replace deprecated dependency.
      Merged PR #764 by marikaris
  • Continuous Integration Fixes:

    • Addressed issues in the CI configuration to enhance build reliability.
      Merged PR #768 by timcadman

Documentation Updates 📚

  • Improved documentation for English clarity and correctness.
    Merged PR #742 by timcadman
  • Updated installation instructions and UI profiles URL for better user guidance.
    Merged PRs #789, #798 by RubenOPS and erikzwart

Acknowledgments 🙏

Thank you to all contributors for their efforts in improving this release. Your collaboration is greatly appreciated!

Full Changelog: v4.7.1...v4.11.1