Skip to main content

v1.9 Release

1.9.10 - 1.9.12

  • If the same Path is set for multiple Function Inputs, it will now be detected as an error in the canvas
  • Fixed an issue where the exported Canvas JSON did not include the schemaVersion
  • Fixed an issue where some of the processes for migrating the Canvas data structure to the latest version were not being executed correctly, and so changing the values of some properties, such as the Path of Function Inputs, would revert them to their original values. This issue occurred when the Canvas was created using StudioApp versions earlier than v1.6.0.
  • Fixed a bug where an error occurred when deploying continuously, and the circuit needed to be deleted to reflect the deployment.
  • Fixed an issue where schemaVersion was not correctly migrated when importing Canvas JSON

1.9.9

  • Fixed an issue where projects would return to the project list if loading took more than 5 seconds when opening
  • Fixed an issue where canvas diagnostic processing would become highly loaded and cause freezing when trailing spaces existed in Path property

1.9.8

  • Fixed an issue where clicking the OK button on the "To delete this space, you must first delete all projects within the space." dialog would not close the dialog
  • Fixed an issue where canvas diagnostics would not work properly when pipeline or handler nodes were located outside the workspace

This release note includes changes from v1.8 as well.

Major Updates

  • Breaking Changes
    • The first character of a node's id can no longer be a number.
  • New Features
    • A new edge type "Description Line"
    • Canvas version history
    • Diff view in the Blueprint panel
    • A button to add the first workspace
  • Improvements
    • Nodes outside the workspace are now displayed with transparency.

Breaking Changes

  • The first character of a node's id can no longer be a number. If this issue exists in the canvas, the problem panel will show that the id is invalid.

New Features and Improvements

  • New Edge Style: A new edge type "Description Line" has been added, allowing lines that do not have meaning as flow to be drawn. Previous edges are distinguished as "Flow Lines." The click area of edges has been enlarged for easier clicking, and the thickness and roundness of edges have been adjusted.
    • When connecting nodes with an edge, the edge type is automatically determined.
    • Combinations of nodes that can be connected as flow are strictly checked, and issues are displayed in the "Problems Tab" if found.
  • Nodes Outside the Workspace: Nodes outside the workspace are now displayed with transparency, making the target for deployment clearer.
  • Button to Add the First Workspace: A "Add Workspace" button now appears at the bottom of the canvas for easier addition of the first workspace.
  • Workspace Functionality: A feature to create a workspace from the selected nodes has been added. It can be executed by Ctrl/⌘ + G or from the context menu.
  • Canvas Version History: The state of the canvas is now saved as history during deployment, template issuance, and updates, allowing you to revert to previous versions. You can also save the canvas state at any time.
  • Blueprint Diff View: A diff view has been added to the Blueprint panel, allowing you to see changes made from previous versions.
  • Deleting Spaces: It is now possible to delete spaces that contain no projects.
  • Change in Default Value of Port: The default value for Port in endpoint nodes has been changed from 80 to 8080.
  • The Image URL of Sideapp and Function nodes is now shown in a shortened format and is also displayed in the properties panel.
  • The execution of the "−" button (delete button) now requires a two-step operation, reducing the likelihood of unintended deletions.
  • The help button has been moved to the header.
  • Change to the First Page: Upon logging in, if you belong to an organization, the project list page for that organization will now open.
  • Redirect to Space Page: The redirect destination when trying to access a space page of an organization you do not belong to has been improved.
  • Other UI style and accessibility improvements
  • Deleting projects (moving to trash) or circuits will now also delete Pipeline-related resources.

Bug Fixes

  • Fixed an issue where the loading icon did not appear on the Submit button of the deploy dialog.
  • Fixed an issue where the loading icon did not appear on the Submit button of the secret registration and update dialog, and nothing was displayed even when an error occurred.
  • Fixed an issue where the properties panel could extend outside of the screen when the Blueprint panel was widened or when the browser width was resized.
  • Fixed an issue where the context menu content of some project and space cards did not align with appropriate permissions.
  • Fixed an issue where a "Something went wrong" toast appeared when the organization was a guest user.
  • Fixed an issue where operations in the share dialog for spaces or projects did not end when belonging to no organization.
  • Fixed an issue where the context menu could be hidden behind other elements.
  • Fixed an issue where closing a dialog with a select open could make the content unclickable.
  • Fixed an issue where pressing the Tab key would not shift focus to the next element when the UI for entering multiple email addresses was focused.
  • Occasionally, the Undo/Redo feature was found to not function correctly; this has been fixed.
  • Fixed an issue where nothing happened when a guest user clicked the header logo on the canvas screen.
  • Fixed an issue where the bottom panel and Blueprint panel could not be resized.
  • Fixed an issue where keyboard shortcuts would not work depending on the Windows environment or CapsLock status.
  • Fixed an issue where an edge remained invisible when a node that does not exist was specified as its connection destination.
  • Minor text corrections.
  • Fixed a bug where the pipeline remained pending when secret key and value pairs were not specified during circuit deployment.
  • Fixed an issue where a different path was set when there were multiple hierarchies separated by "/" in the Endpoint path.
  • Fixed an issue where passing array data to an Entity would fail in obtaining input for the Pipeline.

Limitations

#LimitationNote
1The FailureHandler of the Pipeline is currently under bug fixes and cannot be used.
2Deleted spaces will not appear in the trash.In the future, when this limitation is lifted, spaces that have been deleted will also be shown in the trash.
3The requested SideApp CPU and memory Requests are not applied.The CPU and Memory requests currently don't take effect but they will in future releases. The CPU and Memory limits still take effect.