November 20, 2023

A new version of FastReport Cloud 2024.1 released

A new version of FastReport Cloud 2024.1 released

With this version, the cloud service for document generation and storage has introduced the following features: integration with ClickHouse, interactive preview from WASM, a new notification service, bulk file deletion, email notifications, and much more.

Integration with ClickHouse

We have added connection to the ClickHouse columnar database. Go to the "Data" panel and click on the "+" button. You will see a menu for selecting available sources.

Integration with ClickHouse

Read more in the article.

Notification service

Added the ability to receive notifications about various events: successful document exports, creation or deletion of files, and others. You can set up the display of notifications on the Profile Settings page.

The simple version will look like this:

Notification service

It will look different in the expanded format:

Notification service

Bulk file deletion 

Our team has optimized the application. Now, instead of requests to delete each file from the recycle bin, you can create 1 single request. So the bin can be emptied several times faster.

Folder properties page

We have improved information about already created folders. Now there is a properties page with a description of the creator and owner of the folder and the size and location of the folder in the workspace.

Folder properties page

Folder size calculation

Added an API that calculates how much space a folder's contents take up (relevant for templates, reports, and exports).

Folder size calculation

You can see its size on the folder properties page.

Folder size calculation

The size after downloading the folder is shown in brackets.

Interactive preview

Added a beta microservice for viewing reports in a browser based on WASM technology. Unlike the current static preview, it can work with interactive objects: maps and drop-down lists. To use it, you need to replace the word staticpreview with wasmpreview in the browser line  (/staticpreview/t/6235f34d935bef40aa09e8c3 -> /wasmpreview/t/6235f34d935bef40aa09e8c3).

Interactive preview

Apikey in staticpreview

Added the ability to use apikey in staticpreview. This way you can give preview access only to users with this key.
The key is sent as follows:

https://fastreport.cloud/staticpreview/t/6235f34d935bef40aa09e8c3?apikey={your key}

New task page design

The Task system has been significantly redesigned. The user interface has become more ergonomic and intuitive for users.

New task page design

New task page design

Mailings by email

A page for setting up mailings has been added. Now you can send letters with templates, reports, and exports. You can also set up a newsletter once and reuse it for other tasks.

Email newsletters

New breadcrumbs

Breadcrumbs on file and folder pages have been replaced with a more compact version.

New breadcrumbs

Downloading folders

We have added the ability to download groups of files and folders. To do this, select the “Download” item in the context menu. When you select folders or several files, a common archive will be created and download will start automatically.

Downloading folders

New online designer

The online report designer has been updated to the latest version. You can find more about the designer changes on the product page.

Storage of VCL templates

With the release of 2024.1, we added storage of VCL templates. Now you can save .fp3 and .fr3 files in the cloud, and then use them in future projects.

 

Full list of changes:

---

### [Backend]
+ added Tahoma font to worker;
+ added API, which will create a folder with the specified name if it does not exist when requested;
+ added serialization for the transport property of export tasks;
+ added a cache for previews;
+ added localization for checking scripts;
+ added a parser for ReportInfo VCL templates;
+ added a connection to the ClickHouse database;
+ added a validation method for transports and exports;
+ added a way to receive notifications from audit;
+ added bulk file deletion;
+ added an API for calculating how much space a folder takes up;
+ added checking and solving the problem when files did not have GridFS chunks;
+ added missing "Access Denied" logs for tasks;
* updated installation script;
* updated behavior when copies of files will no longer be created with the same rights as the original;
* localized FastReport .NET errors;
*updated the FastReport package to the version with SkiaSharp;
*refactored task updating;
*improved updating of transports for transfer tasks;
*improved task updating logic, now the process occurs in the View Model;
* renamed TaskUpdateType to EnumerablePatchType;
*merged some similar retrieval methods, removed unnecessary code, adjusted naming;
*improved GET request for one folder, now the calculated size of its contents will be returned;
* refactored View Models;
* converted subscription and entity identifiers in ObjectId audits;
*removed the Count field from audits due to performance problems;
*improved query for statistics on audits;
*added a new configuration file for the online designer;
* moved all View Models to another directory;
- adjusted records when creating audit;
- fixed rights check for groups with null rights;
- fixed error message display in online design;
- fixed connection checking when creating or editing a data source;
- fixed a bug with redundant auditing when exporting;
- fixed the creation of loggers with incorrect contexts;
- fixed a bug where an incorrect date value in creating or updating a subscription resulted in a 500 error;
- fixed a bug when the “.preview” folder was created for each preview;
- fixed numerous serialization problems;
- fixed a lack of traceId in the backend logs;
- fixed a naming error for SDK generation;
- fixed a bug when the report parameters broke the export;
- fixed duplication of file names during exports;
- fixed an error in the win1251 encoding in a FireBird connection;
- fixed UpdateTaskTest;
- fixed transports in transformer tasks;
- fixed serialization of tasks and audits;
- fixed a bug with report dialogs when building;
- fixed missing associated audits;
- fixed the type of the returned View Model in InternalDesignerController;
- fixed the preparation of the AMP tag for reading in XML;
- fixed the error displaying line breaks and spaces in the designer;
- fixed the returned View Model when exporting folders;
- fixed the error when the messageId of the export could be null;

### [Frontend]
+ added icons for data sources;
+ added a preview button to the file properties page;
+ added support for mixins in the online designer;
+ added sorting by users page;
+ added creation time on the users page;
+ added a message showing that the folder was successfully exported;
+ added a workspace identifier to the file information pages in the admin panel;
+ added localization for the headers of the file and folder selection dialogs;
+ added the TemplateId field to the export page in the admin panel;
+ added a beta microservice for viewing reports in a browser using WASM technology;
+ added the Deleted field to file pages in the admin panel;
+ added redirection to the logout page from the authentication server after exiting the application;
+ added a properties page for folders;
+ added a new switch for deleted files in the admin panel;
+ added the opportunity to go to the selected workspace from the user card;
+ added new icons in the online designer;
+ added search on the data sources page in the admin panel;
+ added the ability to use API Key in staticpreview;
+ added loading indicators for pages in the admin panel;
+ added sorting on the data sources page in the admin panel;
+ added blocking of the download button after clicking on it;
+ added an error message if updating the data source failed;
+ added behavior when the file pages of the admin panel the pressed ToBin button will change to Restore and vice versa;
+ added red coloring of the expiration date when the API key has already expired;
*localized the inscription “just now” and other text in pop-up messages;
*updated Blazor components, now they have unique html classes for future tests;
* the history of file properties is hidden if the history is empty or there are insufficient rights to view it;
* updated information about limits on the “about the workspace” page, implemented more accurate rounding of numbers;
* enabled cutting of WASM technology;
*updated Blazorise in the admin panel, fixed the page for creating a subscription plan;
*replaced custom checkboxes with a variation from Blazorise on the page for editing a subscription plan in the admin panel;
* changed the behavior for deleting on the file page;
*changed the design of the task page;
*changed the add parameter button in tasks;
*refactored the admin panel;
*breadcrumbs on the pages of files and folders were replaced with a more compact version;
* improved redirect to a special page when the subscription has expired;
- fixed text alignment on service pages;
- fixed a bug when the delete dialog was displayed without selected files;
- fixed a bug when you could not delete a file if a file with no rights to delete was deleted along with it;
- fixed a bug when several data sources were created while checking the status of the source;
- fixed a redirect when logging into the service;
- fixed non-aligned subscription cards in the admin panel;
- fixed a bug where it was impossible to move or copy a file to another subscription via the frontend;
- fixed a bug when searching in audits resulted in a 404 error;
- fixed a 404 error when switching workspace on file pages in the admin panel;
- fixed the window headers of the selection dialogs;
- fixed the dialog for selecting the export type in tasks;
- fixed the behavior of the middle mouse button, now clicking on the admin side panel opens new tabs;
- fixed the bug with displaying the template identifier on the export pages;
- fixed a bug in the new dotent SDK, fixed the layout of the export loading screen;
- fixed frontend errors when connecting to ClickHouse;
- fixed non-aligned data display on the pages of files and data sources;
- fixed invisible calendar in audits;
- fixed a bug when the value from the URL did not appear in the search bar on the workspaces page in the admin panel;
- fixed checkboxes on the plan update page in the admin panel;
- fixed the position of the control panel in the preview;
- fixed dashboard graphics (double graphs, missing colors, broken URL parameter);
- fixed initialization of dashboards;
- fixed a bug when long text broke the header of the selection dialogs;

### [Demos]
- fixed a bug when editing group rights;
- fixed Java SDK and demo;

### [Common]
+ added HomePageLink to the configuration file;
+ added automatic update of the online designer;
+ added Old and New Value fields to the "Audit Details" page;
+ added storage of VCL templates;
+ added a scanner for critical API changes at the build stage;
+ added generation of documentation in PDF format;
+ added a new documentation chapter;
+ added documentation “How to update transports in transformer tasks and email addresses in email tasks";
+ added storage of .fp3 files;
+ added preview service in JS;
+ added error messages for data sources;
+ added the link to renew subscription;
+ added downloading of folders;
+ added the current year in the license for the SDK;
+ added a button by which you can go to audits from the workspace;
+ added a test that checks the avoidance of folder name collisions;
+ added configs for data sources containing a timeout setting;
+ added cancellation tokens in the user panel for methods that access the API;
+ added cancellation tokens for methods that interact with the API;
+ added setting preview rights to the file properties page;
+ added links to objects in audits;
+ added a redirect to the home page when you click on the logo in the header;
+ added the ability to sort subscriptions by CreatedTime and SubscriptionPeriodVM.StartTime, SubscriptionPeriodVM.EndTime, Name, Locale, Plan in forward and reverse order;
+ added trimming of folder names;
*moved file uploading (documentation, installation files) to a new server;
*updated the project to .NET 6.0;
*updated the version of the Open API Tool;
*updated the search bar on the file pages in the admin panel;
*updated cake scripts to version .NET 6.0;
*removed the onclick event, which reloads the page
*updated version of FastReport .NET to 2023.2
- fixed display of TraceId in logs;
- fixed “Old” and “New value” fields in audits of file actions;
- fixed the assembly of the wasm-preview microservice;
- fixed a bug when the online designer could not load;
- fixed the version of the preview library in WASM;
- fixed errors in checking rights in data sources and Tasks;
- fixed an empty search field when there was an existing parameter in the URL for the user's section in the admin panel;
- fixed the error of the wrong report export root;
- fixed changing the standard subscription to the current one when changing workspaces;
- fixed redundant paginator pages provided that the search is used on the workspaces page of the admin panel;
- fixed image archiving when exporting a report to image format without the “create separate files for each page” setting enabled;
- fixed incorrect positioning of the context menu when trying to open it in a small window;
- fixed console errors when pressing buttons that have JSRuntime in their logic and errors about null references when pressing the "Properties" button of the context menu;
- fixed non-working breadcrumbs in audits.

Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.
Trustpilot