TensorFlow Serving using TensorFlow 1.12.0
Major Features and Improvements
- Add new REST API to get model status from ModelServer (commit: 00e459f)
- Add new REST API to get model metadata from ModelServer (fixes #1115) (commit: 9768702)
- Support accepting gzipped REST API requests (fixes #1091) (commit: b94f6c8)
Breaking Changes
None
Bug Fixes and Other Changes
- Update MKL build (commit: e11bd51)
- Remove version pinning on pip packages (commit: 462072c)
- Update basic serving tutorials (commit: 33a4b05)
- Replacing legacy_init_op argument in SavedModelBuilder with main_op. (commit: 2fda31f)
- Add git hash for version metadata of model server and add tags for dev and nightly builds. (commit: 5c7740f)
- Add error messages for specific cases when json for REST requests (commit: a17c892)
- Python examples now run in a hermetic environment with all required dependencies (commit: 793fd90)
Thanks to our Contributors
This release contains contributions from many people at Google, as well as:
Charles Verge, demfier, Kamidi Preetham, Lihang Li, naurril, vfdev, Yu Zheng