👀 New:
- ✏️ Brand new
broadcast
plugin now has the name -websockets
with broadcast capabilities. It can handle hundreds of thousands of WebSocket connections very efficiently (~300k messages per second with 1k connected clients, in-memory bus on 2CPU cores and 1GB of RAM)
- ✏️ Protobuf binary messages for the
websockets
andkv
RPC calls under the hood. Support schema versions.
- ✏️ Json-schemas for the config file v1.0 (it also registered in schemastore.org)
- ✏️
latest
docker image tag supported now (but we strongly recommend using a versioned tag (like0.2.3
) instead)
- ✏️ Add new option to the
http
config section:internal_error_code
to override default (500) internal error code.
- ✏️ Expose HTTP plugin metrics (workers memory, requests count, requests duration).
🩹 Fixes:
- 🐛 Fix: Bug with
informer.Workers
worked incorrectly: Bug
- 🐛 Fix: Internal error messages will not be shown to the user (except HTTP status code). Error message will be in logs: Bug
- 🐛 Fix: Error message will be properly shown in the log in case of
SoftJob
error: Bug
- 🐛 Fix: Wrong applied middlewares for the
fcgi
server leads to the NPE: Bug