New: App Server v1.7.0

Hi all,

The latest version of the open-source Anvil App Server is out! Upgrade with:

pip install --upgrade anvil-app-server

This release includes various performance enhancements, bugfixes, and recently released features from the hosted platform. It fixes some email bugs, and doesn’t load external APIs (eg YouTube, Stripe) until/unless they’re used. Also, using psql-anvil-app-server, you can now query and update the contents of your Data Tables directly with SQL! (Try SELECT * FROM users)

This release also removes the hard dependency on pgcli, which has been a bugbear for new installations. (The App Server still uses pgcli if it’s installed, though!)

As always, you can check out the source on GitHub, and contribute yourself:

7 Likes

2 posts were split to a new topic: Is all Anvil client-side code de facto open source?