FastReport Cloud 2026.1
Released: Dec 1, 2025
2026.1 での更新項目
機能
- Frontend
- Added a font interface to the workspace information page.
- Added export parameters to localstorage.
- Added virtualization to the users page.
- Added a S3 component to the user panel.
- Added hotkey hints to various context menus.
- Added a telegram task component.
- Added support for alternative uid / pwd keys in MySQL connection dialog (now it will also parse "user id" and "password").
- Added new components for font limit designation.
- Added S3 and FTP tasks to the workspace information page.
- Admin Panel
- Added more links to entities in the admin panel.
- Added information about active users and subscriptions to the audit page in the admin panel.
- Added a new page in the admin panel for fonts.
- Added checks for duplicate file names and incorrect user IDs in analytics.
- Docs
- Added documentation on how to use FerretDB instead of MongoDB.
- Added documentation for S3.
- Added an article to the documentation on integrating staticpreview via iframe.
- Added canonical tag for documentation pages.
- Added current version to online documentation.
- Updated documentation for working with docker registry.
- Unified documentation into one.
- Online Designer
- Disabled HTML5 notifications in Online Designer.
- Changed the preview generation mechanism for Online Designer; now the temporary template file is deleted after creation.
- Backend
- Added a S3 upload task.
- Added a Telegram sending task.
- Added domain permissions. Now, to execute authenticated requests, a list of allowed domains must be specified in the workspace. Previously, due to the new browser security system, this functionality was inoperable.
- Added IntelliSense support for Online Designer.
- Added a global file search to API.
- Improved font caching mechanism in the worker service.
- Added search by subscription plan to audits.
- Replaced the view model for the request for space occupied by fonts. Now it is not the same model as for files.
- Preview
- Added new preview modes.
- Added localization switching logic for wasmpreview, identical to staticpreview.
- Added nested parameters to static preview.
- Installer
- Added FerretDB installation option.
- Added Publisher installation capability.
- Added Docker-related text to the final page.
- Added demo version license keys.
- Changed behavior: The "Next" button will now be disabled if a license key is not specified.
- Changed behavior: The installer now creates an extended configuration file.
- Demos
- Added a WPF demo application for FastReport .NET + Cloud.
- Common
- Added a new AllowLocalSignUp property for Auth, which allows enabling and disabling user registration.
- Added a new FaviconLink property for Server, which allows setting the favicon link for a white-label license.
- Assembly download is now available via Docker Registry instead of ZIP.
- Changed the API test cleanup method.
- The gateway now handles the sign-in form; sign-in is simplified and requires less traffic.
不具合の修正
- Frontend
- Fixed product purchase link.
- Fixed automatic connection string parsing in data source setup dialog for MS SQL.
- Fixed file renaming with F2.
- Fixed export to DOCX in paragraph breaking mode.
- Admin Panel
- Fixed an error with parameters in the admin panel.
- Fixed visual errors when loading fonts in the admin panel.
- Fixed a bug where the problem solver returned an error when analytics found font problems.
- Fixed a bug where the check for unlinked documents marked all font description models as unlinked (belonging to a non-existent workspace).
- Docs
- Fixed some typos in the documentation.
- Backend
- Fixed an error where many parallel requests led to memory leak and caused an error.
- Fixed data types of returned view models in the task controller.
- Fixed a bug where font space calculations accounted for all workspaces.
- Fixed a bug where OpenID users did not display any useful information in the workspace user list.
- Fixed a bug where nested transport had a null subscription ID.
- Tasks
- Fixed an error where a task could sometimes enter an infinite loop and hang the entire system.
- Installer
- Fixed a bug where the installer crashed when clicking to show the RabbitMQ password.
- Common
- Fixed an error where license restrictions erroneously prevented the use of OpenID (OIDC).
- Removed SignInPagePath property from Gateway config; it is replaced by the built-in sign-in mechanism.
- Removed DisabledPath property from Gateway config; it is replaced by the built-in mechanism.
- Fixed docker-compose script for installation files, updated RabbitMQ version.
- Font Server
- Fixed a bug where some TTF files failed to load.