Marcel Hellkamp
Marcel Hellkamp
**tl;dr;** Add a way for load-balancers and front-ends to download recording data, instead of relying on post_publish script hooks. Large BBB installs usually require a load-balancer (like Scalelite, [BBBLB](https://bbblb.readthedocs.io), ...)...
LocalRequest and LocalResponse now use ContextVar instead of threading.local() to implement thread-local state. This is natively supported by greenlet and monkey-patching the threading library is no longer needeed to support...
**The 'Protected' recording states have no effect by default.** They depend on an *undocumented and unofficial protocol extension* that is implemented by Scalelite only and requires special configuration. BBB itself...