Wappler 5.2.5 Released

Wappler 5.2.5 Released

Check the new Wappler site at https://wappler.io/
and download Wappler 5.2.5 from your Account Dashboard

Or just do “check for updates” on the Wappler tray icon for automatic install!

What's New

This week we have finalized the new Publish Manager, now with full control also over your FTP publishing! You can see exactly which files are going to be uploaded and uncheck the ones that you really don’t want to get uploaded.
See the updated doc Using the Publish Manager

Furthermore we have also finalized the new Database Query Builder with live query and enhanced schema support. It is fully available now and no longer experimental.

Also our NodeJS support is now updated, minimum version of NodeJS is now 14 and version 12 is now deprecated. So update your projects accordingly.

New Database Query builder

  • Is now in full production and no longer experimental
  • New features include directly run your query and inspect the results, even with your own test values for any input parameters.
  • Greatly improved support for databases using multiple schemas like Microsoft SQL Server and Postgres.
  • Improved You can now easily create a cross schema queries.

New Publish manager

  • Show for FTP targets the to be upload files. Now you can fully choose which files should be uploaded or not.
  • Added totals count for new, modified and deleted files in the commit and upload files listing
  • Improved UI to show commit files and upload files only when needed
  • When using with FTP and now you uncheck files to be uploaded those will be excluded from the syncronization

NodeJS

  • Added Node version 18 as choice for docker node
  • Deprecate Node 12 - please update to at least node 16
  • Updated argon2 rules to use the latest version 0.30.2
  • Updated minimum NodeJS version requirements to 14.15.0
  • Updated packages to the latest versions: knex, sharp, argon2, dotenv, uuid
  • For JWT - Added the throw error option to rules

General

  • Improved dialog and side panels title size and styling to be uniform everywhere

App Connect

  • Greatly optimized working in Wappler’s design view

Database Manager

  • Fixed adding new database connections for NodeJS, was broken by the last adding of searchPath parameter for Postgres

Fixed issues

7 Likes