Release Notes

Show changes between Softadmin® versions and
Items requiring attention
  • WebDAV
    8.7.0
    The WebDAV module has been migrated to .NET 8. For those few systems using WebDAV, its web site or virtual directory requires reconfiguration.
New functionality
  • App
    8.7.0
    Every system can now have its own iOS or Android app.
  • Database Designer
    8.7.0
    Foreign key columns can now be initiated by drawing a connection between two tables in a function block as well as when creating a new table.
  • Database Designer
    8.7.0
    Meta data for columns and foreign keys can now always be edited.
  • Embedding
    8.7.0
    A new component for generating vectors embeddings from text has been added.
  • GenAI
    8.7.0
    GenAI now supports sending images and audio.
Performance
  • Event
    8.7.0
    Events are now fired instantly when the procedure returns if raised in a SQL call that allows the forwarding definitions result set (i.e. NewEdit, Execute etc). Events raised from all other sources are not affected and are started within a few seconds.
  • Event
    8.7.0
    Events can now be set to poll its queue infrequently, every few minutes, instead of every few seconds. This greatly reduces server load if many event listeners are present. This should be enabled for events that do not need to trigger quickly or are triggered from SQL calls that allow forwarding definitions, and hence are triggered instantly.
Bug fixes
  • Chat
    8.6.0.2
    Trying to create a Chat menu item caused an error.
  • Checkbox
    8.7.0
    The focus indicator would be cropped when the first field on an input page was a checkbox.
  • Database Designer
    8.6.0.3
    New columns could not be created as NOT NULL when using "Values in existing rows".
  • Database Designer
    8.6.0.5
    Database designer would duplicate deploy scripts when applying multiple actions at the same time.
  • Database Designer
    8.6.0.8
    Database Designer could prevent deploy.
  • Enterprise Search
    8.6.0.7
    Enterprise Search would sometimes open a new browser tab when searching.
  • Link Cards
    8.6.0.3
    The background of Link Cards would become too dark when hovered or focused making the text hard to read.
  • Menu
    8.6.0.4
    The menu would crash when using OmitMenuGroupListWhenEmpty and the user had no menu groups.
  • Menu
    8.7.0
    Icons would sometimes be incorrectly positioned after clicking on them.
  • Menu item
    8.7.0
    Using "Save as copy" would crash the menu item when the copy is opened if links that shared columns with other links were copied.
  • Multi-control
    8.7.0
    When a file control was used in a multi-control, and the file/picture/signature control was hidden the multi-control temp-table would not have the file-columns expected.
  • Prefix and suffix
    8.6.0.6
    Prefix and suffix would not be displayed in subtotals and group headings.
  • Project inspection
    8.6.0.8
    Project inspection would sometimes incorrectly warn about syntax errors when inspecting database objects.
  • Radio Buttons
    8.6.0.6
    Radio buttons would appear unselected if they received keyboard focus while accessibility mode was enabled.
  • SoftadminApi.Multirow_Parse
    8.7.0
    SoftadminApi.Multirow_Parse would not handle nvarchar input.