Releases: smhanov/zwibbler-service
Version 12: ping endpoint
You can check if the server is operational programmatically at /socket?ping. This also tests the database connection.
There is a zwibbler-watchdog file which contains a sample watchdog service that will continuously check and restart the service if it is not responsive.
Version 12 also adds the --version command line option so you can check which version you are running.
Please email to request builds on other platforms.
Version 11: redis-cluster
- It works with redis-cluster. This must be selected as a separate database option from redis.
- Added checkDocument() MAPI call.
Version 10: Minor fix
- Some changes to allow high-availability extensions to plug in to it. But these extensions are not available in the open source version.
- createDocument() can take a file for the contents parameter.
- Default zwibbler.conf file contains Expiration=Never to avoid deleting all your data when you install it.
Version 9: Moderator edition
There are now three classes of users:
- read only users can see whiteboard changes
- write users can additionally draw on the whiteboard
- admin users can additionally set key-value pairs with keys beginning with "admin:". This can be used to implement more privileges for certain users and enforce it on the server.
As always, binaries are built as needed by customers. Let me know if you require a .rpm or .exe setup file.
Version 8: JWT
Implements version 3 of the protocol to allow longer document IDs which can be JWT (Javascript Web Tokens).
v7.0
Can disable socket compression in the zwibbler.conf file.
This release adds a way to disable socket compression in in the zwibbler.conf file, using Compression=0
Fixes bug in redis version
This fixes a bug in the redis version. Persistent keys were not updating.
Support for Redis
Adds support for the Redis database