Skip to content

Releases: posativ/weave-minimal

1.4

07 Dec 10:27
Compare
Choose a tag to compare

Another maintenance release which features:

  • replace optparse with argparse 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

09 Aug 09:10
Compare
Choose a tag to compare

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)