Skip to content

Seal Report 8.2.1

Latest
Compare
Choose a tag to compare
@ariacom ariacom released this 05 Nov 07:26
· 12 commits to master since this release

New Features in Version 8.2.1

  • Server Manager: New menu option to edit and compile Dynamics .cs files..

New Features in Version 8.2

Rework of the Joins Engine

  • New model option Join hash code to select a given join.

Support for Core Microsoft Azure Libraries

  • A new AzureHelper class has been added to simplify Azure authentication and storage management.

New Email Server Device Using Microsoft Graph API

  • The Email Device now supports the Microsoft Graph API for email integration.
  • A new Output processing script option allows customization of email output.

Template text editor

  • New Differences Viewer to compare the current script with the reference script

Automatic Creation of Table Joins

  • In addition to OleDb, automatic table joins are now supported for the following databases:
    • Microsoft SQL Server
    • MySQL
    • PostgreSQL
    • Oracle

Postgres-Specific Model Option

  • The model option 'Maximum number of records' now has server-side implementation for PostgreSQL databases.

Migration Notes

  • Reports using LEFT or RIGHT OUTER joins: Ensure to review and verify your reports as the result may differ due to the changes in join processing.

Issues Addressed in Version 8.2.0

  • #218: The Chart ScottPlot did not display Y-axis labels by default.
  • #219: The PDF Renderer failed when a data table contained multiple header lines.
  • #220: Report Designer: Modifications are not saved when using Execute in functions editor
  • #221: Dynamics assemblies (got from cs code in Assemblies\Dynamics) will not work for the Web Report Server and the Report Designer at the same time.
  • #222: Renderer scripts and properties are not overridden when a reference view is used.
  • #223: LEFT OUTER Joins resolution can be incorrect.