Product changes

Daniel Willemse

Daniel Willemse
Daniel Willemse

Recent Posts

Daniel Willemse

Reset of Legacy action logging

On June 1st, we're going to make a one time change and turn off the logging for all Legacy actions on all of our Public clusters. We've noticed that many actions have this turned on, often because builders simply forget about it, and logging impacts the performance of actions. For some more so than others.

We're not permanently disabling the

Daniel Willemse

New feature - New math expression functions

We have added eighteen new expression functions to the list. These new functions are all related to mathematical purposes, such as cosine, sine, tangent, logarithm, Pi, absolute, and many more. All these new expression functions are prefixed (scoped) with math_. Please look at ourExpression function reference documentation to see all other 'math'

Daniel Willemse

Update - Recurring security audit

We conducted our recurring security audit, in cooperation with a third security party, and made several security improvements to the platform. This audit is a recurring event in our product development to keep the platform safe and secure for our end-users.

Here are some examples of the improvements we made: we tightened the security

Daniel Willemse

New feature - Request variables

For those of you who had troubles creating endpoints for an API that required specific data from the request, your aches and pains are a thing of the past. This release comes with a little pill called "the request variable" and it packs quite a punch!

The new endpoint request variable feature to read specific request values

Let's say you are

Daniel Willemse

New feature - added the expression 'present?'

We have added a new expression to the list: present? as a counterpart of the expressionblank?. The new present? expression checks if a variable value is present or not. When a variable value ispresent, the expression will return true.

The new added expression Present? returns true if the variable has any value

Subscribe to product changes