Skip to content
- Allow to edit existing schedules.
- Added
rawBody on request context in webhook executions (headers, rawBody, query and method).
- Show source code editor on process and module audit events.
- Allow to define async webhook body answer.
- Update microservices java version and dependencies.
- Allow to use query parameters in webhooks
- Add missing audit events for queued or rejected executions.
- Add missing audit events index in old teams.
- Exception with more than 40 modules in process page.
- Added YepCode Storage support (only gcloud storage, microservice not included)
- Allow importing Python dependencies with dot notation.
- General improvements in web ui run and rerun modals.
- Fixed python dependencies automatic detection.
- Support git repositories in python dependencies.
- Add migration to add missing keycloak role ‘rest-api:full’.
- Improved process page styles for small screens.
- Automatic configuration of datastore on team upgrade.
- Added queued executions, when concurrent executions limit is reached.
- Mcp sse server
- Credentials from new teams.
- Added dependencies-checker microservice.
- Add process-level dependencies.
- Add process/module version and alias auditors.
- Add callback_url on execution creation in REST API.
- Add monaco copilot as AI assistant.
- Allow service-accounts management in UI.
- Add module versions and alias to REST API.
- Show team limits in settings page.
- Make forms playground page private.
- Allow opening links in new tab.
- Rest API: option to automatically add dependencies to team in proces create/update operations.
- Add tags to processes.
- Rest API: added operations to update and delete processes.
- Rest API: added operations to manage variables.
- Rest API: added operation to get process or schedule by id.
- Rest API: allow using slug in schedule operations
- Added alias on module versions
- Improved dependencies installation process in UI. Now it performs the dependencies installation before saving them to be used in executions.
- Increased execution timeout of
- Do not allow to delete a module if it is being used in a process.
- General bug fixes and improvements.
- Fixed process cache not managing version as expected.