v1.2 Release
Main Updates
- The template feature has been added to StudioApp, allowing registered content created with Canvas to be reused within the organization.
- The processing of the Pipeline has been stabilized and now supports auto-scaling.
StudioApp
New Features and Improvements
- Template Function
- Canvas can now be registered as a template for reuse.
- Improvement of Email Address Input Field when Adding Members
- Multiple email addresses can now be inputted separated by commas.
- When a string is confirmed using the Enter or Tab key, any extra spaces before or after the string will be removed.
- Changes to Deployment Feedback and Improvements to Job List
- Feedback for successful or failed deployment starts is now notified via toast instead of a modal dialog.
- A link to open the Circuit Status (Deployment status) page has been added to the property panel.
- The deployment job list has been moved to the property panel.
- Trash Page
- A trash page has been added to the organization. Deleted projects are displayed in a list, allowing for restoration from the trash.
- Others
- The user menu can now be accessed from the header of the Canvas screen.
Bug Fixes
- Fixed an issue where the app crashes when multiple users edit certain node properties like trigger Environment variables simultaneously.
- Fixed an issue where copied and pasted nodes were not selected.
- Undo/Redo functionality has been corrected to work properly after Canvas import.
- Fixed an issue where the IP address permitted to call the internal BFF API was not restricted as intended.
Platform
New Features and Improvements
- Enhanced stability and scalability through Pipeline refactoring
- Resolved issues causing operation stops due to database inconsistencies.
- Improved log output.
- Support for auto-scaling.
Bug Fixes
- None
Limitations
# | Limitations | Notes |
---|---|---|
1 | When creating Functions, they must be created using various commands from the exaBaseStudio GUI to build the Docker image file and then pushed to ECR. | In the future, an environment will be implemented that allows developers to easily continue function development (such as executing CI/CD mechanisms in the backend). |
2 | The Pipeline's FailureHandler is currently being fixed and is unavailable. | |
3 | The menu for showing the deployment jobs of Canvas in StudioApp is being fixed and is unavailable. | |
4 | Docker images used for Functions and SideApps are stable up to 2GB, with instability possibly occurring above 3GB. The default container disk space is set to 4GB CPU and RAM. |