* Load model API takes in JSON requests. 818
* Implementation of Ping API using the plugins SDK. 814
* Newer endpoint for predictions. `POST /models/{model-id}/invoke`. 823
* Handling OOM errors. MMS returns a HTTP 507 error code when there is a OOM error during runtime of MMS. 822
* Added changes to allow MMS have the same Management and Inference addresses 826
* Changes to MMS default behavior. MMS by default runs `POST /models` in a synchronous way and if there are `default_workers_per_model`, this value will be used when loading models. 836
* MMS configuration values can take environment variables. 841