Hi all,
The App Server v1.13.3 1.13.4 (see below) is out. This is a point release, of which the main features are:
- Restoring default stdout logs, by popular demand
- Updates to dependency versions
You can pip install anvil-app-server --upgrade
, or use the new Docker image anvilworks/anvil-app-server:1.13.4
.
And as always, you can check out the source code or contribute yourself on GitHub:
1 Like
Hi all,
We’ve just found a bug in App Server 1.13.3, so we’ve released a new version with a fix! If you’re using 1.13.3, you should probably upgrade to 1.13.4. (If you’re happy on 1.13.2, you’re not affected - but you should upgrade for the extra goodness anyway )
The bug affects exception handling after you’ve invoked blocking code, and could lead to exceptions escaping try/except
handlers. You probably don’t want that.
2 Likes