Zum Hauptinhalt springen

29 Posts getaggt mit "LTS"

Alle Tags anzeigen

Release 2024.2 (LTS)

Bugfixes

  • Proper validation of empty primary keys during file import
  • Fix rare frontend error when editing table properties with empty description
  • Revert paginator to show row numbers instead of page numbers
  • Avoid potential deadlocks when deleting many cached objects at once...
  • Avoid various (transient) error messages when deleting many tables at once
  • Remove swagger-ui due to CVE-2024-45801
  • Apply default column mappings case-insensitive
  • Fix an error occurring when sorting by hist_from in specific cases for MSSQL database
  • Fix permissions check when editing table/data permissions
  • Increase maximum number of decimal digits when using embedded H2 database

Improvements

  • Allow copying table columns
  • Ensure usernames are only logged at DEBUG or TRACE level
  • Built-in database ("db") authentication disabled by default
  • Frontend improvements for long-running operations (delete multiple tables, import deployment set)
  • Additional logging for file imports
  • Allow at least partial startup & debug output when configuration is missing
  • Allow removal of the last filter
Built-in Database Authentication

Please note that built-in database authentication does not enforce password policies and support multi-factor authentication - both which are strongly recommended for production use.

Due to this, database authentication will not be enabled by default starting with release 2024.2

If you want to continue using this functionality, you will need to explicitly enable it by setting DMC_AUTH. For details see the Documentation"documentation".

(since 2024.1.6)

Docker-Image: infomotiondmc.azurecr.io/dmc:2024.2.0

Patch 2023.2.8

Bugfixes

  • Avoid potential deadlocks when deleting many cached objects at once...
  • Avoid various (transient) error messages when deleting many tables at once
  • Fix NG0100 'changed after checked' frontend error in certain conditions

Improvements

  • Frontend improvements for long-running operations (delete multiple tables, import deployment set)

(since 2023.2.7)

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.8

Patch 2023.2.7

Bugfixes

  • Remove unneccessary swagger-ui dependency due to CVE-2024-45801

  • Make default column mappings case-insensitive (like all column mappings)

(since 2023.2.6)

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.7

Patch 2023.2.6

Bugfixes

  • Fix permissions check when editing table/data permissions

  • Fix displaying deleted records with very long texts in historical view

  • Correct import of tables with names ending in digits

  • Update to Spring 5.3.38 because of CVE-2024-38809

(since 2023.2.5)

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.6

Patch 2023.2.5

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.5

Bugfixes

  • Deadlock-Vermeidung durch sequentielles Löschen mehrere Tabellen

Patch 2023.2.4

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.4

Bugfixes

  • Update auf Spring 5.3.34 wegen CVE-2024-22259
  • Zu kurze VARCHAR-Felder verlängert (insbes. QS-Regel-SQL)..")
  • Fehlerhafter Metadaten-Cache nach fehlgeschlagenem Import bereinigt

Verbesserungen

  • Verbesserte Fehlermeldungen beim Import

Patch 2023.2.3

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.3

Bugfixes

  • Fehler bei der Migration alter Metadaten auf Oracle verhindern (Verdoppelung,...
  • Historisierungs-Fehler beim Kopieren von Datensätzen behoben
  • Vergangene Uploads mit ungültiger Dateiendung von Verarbeitung ausnehmen, um Fehler zu vermeiden
  • Uploads mit ungültiger Dateiendung direkt abweisen

Patch 2023.2.2

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.2

Änderungen

  • Löschen historischer Daten beim Tabellen-Import konfigurierbar
  • Korrekte Reihenfolge für neue DB-Spalten beim Import
  • Automatische Release-Notes & Angepasst CI-Regeln für Builds
  • Bugfix: Neu angelegte Spalten nicht inline bearbeitbar

Patch 2023.2.1

Docker-Image: infomotiondmc.azurecr.io/dmc:2023.2.1

Bugfixes

  • Bugfix für CSV-Import
  • Fix für Demo-Content-Import
  • Abhängigkeit "Logback" aktualisiert