1.2.0
Coming This Fall
App
New Features
Automatic XML Analysis: Enable automatic change analysis between versions in your development environment. In this release, you can automatically see changes between the Active Branch File and the latest saved version on the branch. Enable in Project Settings -> Versions.
Multiple teams and dev servers: Users can now be part of multiple teams and development environments, allowing you to easily shift between them.
Data Migration Summary: Data Migrations now show more real-time information and a summary report
Open/Close files from through Monitor: Files from any server can now be opened and closed directly from the Monitor window.
Beta Release Channel: A Release Cannel can now be selected for your app and each of your servers in Settings. This allows you to subscribe selected servers to Devin pre-release software versions in the future. During 2024, we have made significant investments in optimizing our internal DevOps pipelines which allows us to develop, test, build and release new versions of Devin Server in the matter of days instead of months.
Improvements
Login / account creation / password reset overhaul: The login and authentication flow has gone through a major overhaul, making each step faster and more stable so that you never get stuck somewhere in the process.
Project Workspace navigation: various fixes and performance improvements that makes navigation between views faster.
Version Graph: Various fixes and improvements
Server Platform Setting: Server Platform removed from Settings -> Servers; now automatically interpreted by the Devin Server API.
Bug Fixes
Project Workspace sidebar behaviour: multi-line version descriptions no longer overlaps with the Tag placement
Team management: various fixes that improves the reliability of adding and removing team members from a team, including fixing a bug that would create empty users on login.
Activity logs: Fixed an issue where logs would accidentally be linked to the wrong project
Server
New Features
Windows Server support: now supports Windows Server (see compatibility chart)
XML Change Analysis API: Devin Server now includes our newset and most intelligent component, our XML Change Analysis API. This API can compute the differences between two fmp12 files in a matter of seconds in a detailed, yet very effecient way, enabling near real-time change analysis. Using the fmp12's XML representation, our new tool, built in Rust, can blaze through two sets of XML files, extract the information needed in a summaried way, and compute the differences, including actual code diffs for Scripts and Custom Functions, like you would see in platforms like GitHub.
Improvements
Data Migration stability: Improved performance, stability and error handling of deployments and data migrations. This includes more intelligent communication between servers, insufficient memory crash preventions, and improved handling and recovery of fmp12 files in case of server, process or connection issues that occour before or during deployments.
File Backup consistency: now check for max file size, optimized for redundant file operations
Devin Engine effeciency: More components have been delegated from the Devin Engine to the Devin API, improving the performance of the Devin Engine.
Log sanitazion: implemented algorithm to clean sensitive data out of various logs
Bug Fixes
Unmodifiable clones: fixed an issue where cloned backups would become unmodifiable.
Last updated