Subscribe
28 Aug, 2024

Team configured dependencies support in YepCode CLI

With the v3.0.0 version of YepCode CLI, we allow to install the dependencies that your team has configured in its workspace (see yepcode.io/docs/dependencies for docs).

We start to use ~/.yepcode folder to store both the login credentials and the installed dependencies.

12 Aug, 2024

Added --sensitive flag to CLI variables:add command

This allows to add (and then push) a local created variable as sensitive.

08 Aug, 2024

Allow to validate parameters schema on API & webhooks

Each YepCode process may have some input parameters that are defined with a JSON Schema. In our UI, form validation is always done, and now, with this new feature, you could also perform validations on webhooks or API invocations:

02 Aug, 2024

Implemented watchdog system in executors to avoid dead executions

This is an infrastructure improvement that would fix some issues we are having with on-prem installations where the executor layers are killed by autoscaling cluster configurations.

01 Aug, 2024

Allowed filtering by process on executions page

This comes to improve the performance that the keywords search had.

17 Jul, 2024

Enabled use of alias combined with versions

You know that YepCode allows you to manage different versions of your processes and modules, so then you may start execution using an specific version of the source code.

This is great, but we wanted to go beyond... so we have introduced YepCode Version Aliases  that are pointers to a process version that you can update with ease

This feature addresses the need to change the version used by an external service without deploying changes to that service.

Consider a scenario where an external service calls YepCode via a webhook, specifying a process version (e.g., v1.0) in the invocation header.

When you release a new process version (e.g., v2.0) and want to switch to it, updating the external service can be cumbersome. Instead, by using an alias in the webhook invocation (e.g., stable), initially linked to version v1.0, you can seamlessly transition to version v2.0 by simply updating the alias in the YepCode UI.

This approach eliminates the need to modify the external service, making version management more efficient

Version aliases can be used exactly in the same scenarios where process versions are available: run now, webhooks or scheduled configurations.

17 Jul, 2024

Added remote support to CLI

YepCode CLI now supports working with several remotes, being able for example to promote changes from staging workspace team to production workspace team.

Taking advantage of this, we have created a Github action that allows to do this using GIT as source code repository. Announcement here.

17 Jul, 2024

Added Yep-Initiated-By header in webhooks and forms

Provide an additional level of abstraction to identify who is initiating requests to the YepCode endpoints.

Its value will be recorded and can be consulted in the audit events. This allows clients to track and review the specific initiators of API requests for auditing and compliance purposes. It is optional and can be used in addition to the standard user authentication.

17 Jul, 2024

Enabled working with CLI on on-prem installations

New url and authUrl options are available on yepcode login command, allowing to work with on-prem installations.

05 Jul, 2024

Added IMAP listener

Run any business login when a new email arrives to your inbox 📥