FastReport Cloud 2025.2

Released: May 24, 2025

2025.2 での更新項目

機能

  • Backend
    • Added task ID and task message ID to export and report.  
    • Added Google Fonts caching.  
    • Added report parameters to temporary files.  
    • Added a new system for fonts:
      • Users can now upload their own fonts in *.ttf and *.otf formats and use them for template design in the Online Designer, in the preview window, and in exports to various formats.
      • New fonts can be added or existing ones can be configured on the "Workspace Information" page or via the API.
      • Once a font is added, it can be used within the Online Designer.
    • Added task type filtering for retrieval method:
      • Two new parameters have been added to the method for retrieving the list of Tasks /api/tasks/v1/Tasks:
        • taskType
        • useProjection
      • The taskType parameter allows the user to specify the type of Tasks to be returned. The useProjection (true/false) parameter indicates whether all information about the task will be returned or only the minimum necessary information.
      • These parameters will help when you need to find all tasks of the specified types, for example, email tasks and FTP tasks.
    • Custom query names for data sources are now unique:
      • When creating custom SQL queries, table names will be unique. 
      • Duplicate names entered will be automatically supplemented with characters to ensure uniqueness. 
      • This will help avoid issues when working with the Online Designer.
    • Added more options for searching tasks:
      • Added the ability to search for files saved as a result of task execution.
      • The models of export and prepared reports have been updated to include the fields taskId and taskMessageId. After the execution of transformers, the generated report is saved in the Reports or Exports folder, depending on the type of Task being performed. 
      • Additionally, the taskId field of this document includes the identifier of the transformer Task (for example, the task of exporting from a template) that created the file.
    • Error messages in the report script are now localized.
  • Common
    • Added parameter input in static preview:
      • If you open the preview window for a template with parameters, you will see a sidebar where you can set the input for these parameters. 
      • After changing a parameter, the report will be restructured. 
      • The parameters are also saved in the URL which means that parameters can be saved in a link and shared with a colleague. 
      • Alternatively, you can generate these parameters programmatically and display the current report.
    • Added change log to the product page.
    • Updated documentation for VM types in tasks.  
  • Demos
    • Added a new Java REST demo: 
      • Uses the REST API to work with FastReport Cloud or Corporate Server.
  • Frontend
    • Added sorting saving to local storage:
      • The feature to save table sort selections on the user panel pages has been implemented. Now, when the page is reopened, the previously selected sort order will be applied, for example, by date or document size.
    • Added error handling for data sources that do not support parameters.
    • You can no longer click "create task" if it is not in your subscription plan.  
    • Added padding in the sidebar.
    • Added title to task launch buttons
    • Changed access rights display to a column.  
  • SDK
    • Added TasksClient in CSharp SDK.

不具合の修正

  • Backend
    • Fixed subscription owner's permissions retrieval.  
    • Fixed file (or folder) moving to the same folder where it was located.  
    • Fixed an issue with MongoDB connection.  
    • Incorrect Authorization header will now result in a 401 response instead of using an anonymous user.  
  • Common
    • Fixed a bug with disappearing transports on the tasks page.  
  • Frontend
    • Fixed the task controller.
    • You can no longer click "create task" if it is not in your subscription plan.  
    • SQL query step is now hidden when editing a data source that is incompatible with SQL.
    • Fixed the context menu on document pages.  
    • Fixed double request when creating a folder.  
    • Fixed an error regarding empty name parameter in notifications.  
    • Fixed the loading indicator in static preview.