Changelog
@mssfoobar/wfe-app
2.1.0
Minor Changes
- 65e3773: Add swagger ui and configurable http context route.
Patch Changes
- 7df64a5: Fix security vulnerabilities
2.0.2
Patch Changes
- 0d0fc4c: Fix security vulnerabilities
2.0.1
Patch Changes
- b1c0fb1: Fix security vulnerabilities
2.0.0
Major Changes
- f0ebf04: - WFM now used SQL Query instead of Hasura Graphql.
- Major overhaul in RESTful APIs due to Hasura to SQL changes. All the previous version APIs are deprecated.
- For new APIs, refer to released assert
apidocszip file.
@mssfoobar/wfe-web
2.1.0
Minor Changes
- e78372c: Form input fields data binding in workflow designer form element.
- 9448db3: Workflow viewer page to execute & monitor running workflow.
- f382560: - Enhance
Exprinput field auto complete for JSON object.- Update
Exprinput field theme to vscode theme. - Provide JSON body display on activity output in inspector panel.
- Update
- 021aea7: New optional SDS_URL env configuration for storing OIDC tokens at server side. Leaves it empty to disable.
Patch Changes
-
c87a3c2: UI fixes
- Removed duplicated toast message.
- Fixed popover moving when inspector is re-rendered.
-
aa32924: Fix security vulnerabilities
-
c1e7c25: Fix empty form templates making workflow execution fail by implementing validation checks on workflow designer.
2.0.0
Major Changes
-
f0ebf04: Migrate workflow designer to AOH web-base framework
- Update UI component to use Shadcn-Svelte component library.
- Replace backend Hasura API integration with new WFE-WFM RESTful APIs.
- Follow new AOH design system (theming, styling, icon, etc.).
-
f0ebf04: Customizable activity UI
- This update allow frontend developer to customize activity UI in workflow designer property panel. For more details on how to use this feature, refer to documentation.
The following is our build of the Temporal server with some updated dependencies. The purpose of this is to avoid some security issues flagged in some older dependencies that the official Temporal server is built on. It is essentially identical to the official Temporal server, if the latest official Temporal builds suit your needs, you should use those instead.
temporalio/server
1.29.1-aoh
docker pull ghcr.io/mssfoobar/wfe/temporalio/server:1.29.1-aoh
1.28.1-aoh
docker pull ghcr.io/mssfoobar/wfe/temporalio/server:1.28.1-aoh
1.26.2-aoh
docker pull ghcr.io/mssfoobar/wfe/temporalio/server:1.26.2-aoh