Skip to content

Releases: smhanov/zwibbler-service

Version 12: ping endpoint

02 May 20:59
Compare
Choose a tag to compare

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

24 Oct 17:52
Compare
Choose a tag to compare
  • It works with redis-cluster. This must be selected as a separate database option from redis.
  • Added checkDocument() MAPI call.

Version 10: Minor fix

20 Sep 16:21
Compare
Choose a tag to compare
  • 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

03 Nov 13:39
Compare
Choose a tag to compare

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

15 Sep 19:59
Compare
Choose a tag to compare

Implements version 3 of the protocol to allow longer document IDs which can be JWT (Javascript Web Tokens).

v7.0

01 Aug 23:23
Compare
Choose a tag to compare

Includes Management API and load testing features.

Can disable socket compression in the zwibbler.conf file.

04 Jan 17:19
Compare
Choose a tag to compare

This release adds a way to disable socket compression in in the zwibbler.conf file, using Compression=0

Fixes bug in redis version

08 Sep 23:04
Compare
Choose a tag to compare

This fixes a bug in the redis version. Persistent keys were not updating.

Support for Redis

09 Mar 19:01
Compare
Choose a tag to compare

Adds support for the Redis database

Version 2

09 Oct 23:17
Compare
Choose a tag to compare

Lets you set the file expiration time in the config file.
Expiration=0 (default) is 24 hours
Expiration=86400 (same as default)
Expiration=Never (no expiration)