App HTMLtoPDF: engine updated to improve the generation of PDFs ignoring images that are not reachable. Now if an
image cannot be loaded doesn't stop the PDF from being generated.
App GatewayAPI: updating help text, adding missing parameters.
App GatewayAPI: Fixed duplicated response information when configuring the app.
Fixed issue with trigger Schedule using a data schema of a different project
Fixed issue in the API that sometimes when calling a Direct URL, the project was being cached, saying that the URL
didn't exist when in fact it exists.
New variable type @header. for Custom Apps. Those variables will hold the response headers, and they can be accessed
as @header.app_id.function_id.['Content-Type']@
New App, Tables Query, which allows to access your Tables' data with SQL-like queries. You will be able to execute
JOINS, SQL functions but only in SELECT clauses.
In the designer, the maximum number of results you can retrieve will be limited to 100. In your own Environment there
is no limit in the results you can retrieve.
In the Project top-right menu, there is a new option to "Release the Project to Environment". You will need to choose
to which Environment do you want to add the project, or in case the project is already in the Environment to update
it.