Releases: Matthiasclee/MLServer
Releases · Matthiasclee/MLServer
MLserver 1.0.4
Changelog:
- Docs don't link directly to github
- SSL server catches
Errno::ECONNRESET
- Require minimum version
0.3.4
of RBText - Change default port to
8080
- Add
use_http_versions
setting
MLserver 1.0.3
Changelog:
- Added URL trimming
- Added graceful exit on CTRL-C
MLserver 1.0.2
Changelog:
- Allow for relative paths and folders to be specified to mlserver command
- Errors when conf file doesn't exist
- Use default conf file name
- Different default log colors for incoming and outgoing traffic
- Add timestamps to log
- Add docs
MLserver 1.0.1
Changelog:
- 500 response is returned and error is logged on client handler error
- Added signature to error responses
- Use .conf file, and use mlserver binary
- Add SSL
MLserver 1.0.0
The whole thing pretty much got rewritten.
Changes:
- Convert to ruby gem
- All parts of code are separate
- Program makes use of classes
- Added dedicated logger
- Logger supports colors
- Logger supports different log levels
- Logger supports redirecting logs to
stderr
- Settings are more easily customizable
- Client connections are closed appropriately based on HTTP version and connection header
- Connections are left open by default
- Server returns errors on bad connections
- Added support for filtering connections by
Host
header
MLServer 0.3.731
MLServer 0.3.731