Releases: hmt/tinyscale
v2.0.2
tinyscale has been rewritten and dropped all third party modules. Only std modules are in use now.
Breaking changes:
Please add /bigbluebutton/api
to your servers.json
host entry like this:
"host": "http://bbb1.schule.de/bigbluebutton/api",
This is also the first release that supports recordings.
As always, you can fire up tinyscale with a working servers.json
file like this:
TINYSCALE_SECRET=some_secret_string deno run --allow-net --allow-env https://deno.land/x/tinyscale@v2.0.2/main.ts
v1.8.1
v1.8.0
Compat release for current deno
This release removes the old error library that didn't see any updates since last summer and didn't work with current deno versions. Problems should be solved now.
Updates and Compatible with deno 1.13
v1.6.4 reformat README
Updated dependencies
This release updates its dependencies.
Due to changes in deno error handling this version has to be used with deno 1.12.x and below.
Feature Release v1.6.1
Prevent races against room creation by using a deferred promise and await the first call
Feature Release v1.5.0
Strict mode is now default
Feature release 1.4.0
This release lets you choose strict
mode. Server changes are only triggered on incoming create
requests. This may or may not lead to better room divisions on your BBB servers (ymmv). To activate strict mode use another env var: TINYSCALE_STRICT=true
.
Feature release
This release lets you use tinyscale with Greenlight. All BBB responses are now proxied only the joins are redirected just as BBB does.
Now tinyscale is officially supported for NextCloud, Moodle and Greenlight.