Releases: posativ/weave-minimal
Releases · posativ/weave-minimal
1.4
Another maintenance release which features:
- replace
optparse
withargparse
for nice--help
generation - better CLI documentation
- remove deprecated
--prefix
option, use--base-url
instead - support real concurrency via gevent
- support for uWSGI and Gunicorn (only one process though, see Deployment)
- ship scratch.png with weave-minimal to avoid plain-text connections to http://posativ.org/scratch.png (suggested via mail)
weave-minimal reaches 1.0
Almost a year after the initially working code, I'm quite proud to release a stable version. The lightweight sync server is compliant to Mozilla's Storage API 1.1 and User API 1.0. Both APIs remain used for another 6 months at least.
New features
- stable API implementation
- support for Python 3.3+
- multi-threaded internal WSGI server
- limit request size to 512k (both APIs only use 256k + a few bytes overhead)