Releases: unisave-cloud/worker
Releases · unisave-cloud/worker
v1.0.2
v1.0.1
- CoreCLR runtime (instead of mono)
- OWIN interface with the Unisave Framework
- Full concurrency control (request concurrency and thread concurrency)
- Defined and documented all HTTP error responses
- Graceful shutdown
- Deadlock detection and recovery
- Memory usage monitoring and health management
- Complete refactoring, rewriting the codebase from the ground up
v0.6.5
Fixed metric resolving on cgroup v2 systems.
v0.6.4
Bugfixes
v0.6.3
Added prometheus metrics
v0.6.2
Fixed CA certificates
v0.6.1
Upgraded to mono 6.12.0, because the docker container has newer CA certificates and works with the unisave domain.
v0.6.0
Second sandbox iteration: no watchdog, synchronous execution, request queue, request timeouts.
v0.5.0
First sandbox version, uses classic watchdog, restarts the entire sandboxed process.