Releases: tensorflow/serving
Releases · tensorflow/serving
2.13.1
2.14.0-rc0
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- No breaking changes.
Bug Fixes and Other Changes
- Add Intel OpenMP for MKL build since it's required now (commit: 926b08d)
- Fixed the broken link in api_rest.md (commit: 146cda0)
- Add a conditional any_invocable dependency to YDF to allow building with latest Tensorflow (commit: cb3698e)
- Internal change. (commit: 62badd2)
- Internal Code Change (commit: a1ae333)
- Upgrading Bazel version from 5.3.0 to 6.1.0 (commit: 89a4bda)
- Reorder some status checks to break out of while loop immediately on error (commit: a87da7b)
- Enable parallel model warm-up (commit: ba1246d)
- Enable parallel model warm-up (commit: 259f89b)
- Updates Bazel version from 5.3.0 to 6.1.0 (commit: 9b98629)
- Enable parallel model warm-up (commit: 79f9d28)
- Do not register empty model name to warmup registry (commit: 1598cfe)
- Print out model name for ModelConfig errors, which will make it easy to debug. (commit: 6420cc3)
- Internal change (commit: 291650a)
- Pass criticality and queue option for low priority to support priority queue in shared hatch scheduler (commit: bf4aaf0)
- Add release notes for tf-serving 2.13.0-rc0 (commit: 6a56bd1)
- Add release notes for tf-serving 2.12.2 (commit: 638fd78)
- Add release notes for tf-serving 2.13.0-rc1 (commit: d04bbfe)
- Internal Code Change (commit: 72b83ed)
- Move Servable interface to tensorflow serving. (commit: f196fa8)
- Add release notes for tf-serving 2.13.0-rc2 (commit: 1ad5e7c)
- Add release notes for tf-serving 2.13.0 (commit: 3d8e8c3)
- Add RunOptions to Servable interface. (commit: 6a9d0fd)
- use hermetic python instead of system python for building and testing. (commit: ea05b0f)
- Use OSS-compatible logging lib directly (commit: 3e8dd82)
- Enable the saved model default input value feature for TFRT Predict API. (commit: 45bc291)
- Adding flag for automatic batch warmup. (commit: 736e129)
- Internal Code Change (commit: 008c02c)
- Support streaming in request logger. (commit: 2cdb6b9)
- Use Servable for TFRT serving (commit: 3863ae3)
- This is a noop (commit: 444257d)
- Update version for 2.14.0-rc0 release. (commit: d07fc99)
- Update Dockerfile.devel* with py3.9 installed. (#2178) (commit: 89e76e7)
- Update WORKSPACE to use python 3.9 (commit: 24b94ec)
2.13.0
2.13.0-rc2
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- No breaking changes.
Bug Fixes and Other Changes
- This release is based on TF version 2.13.0-rc2
2.13.0-rc1
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- No breaking changes.
Bug Fixes and Other Changes
- This release is based on TF version 2.13.0-rc1
2.12.2
2.13.0-rc0
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- No breaking changes.
Bug Fixes and Other Changes
- Remove unused TF-DF define from bazelrc. (commit: dc07660)
- Remove usages of
tsl::Status::error_message
. (commit: 2b4ef1a) - Add release notes for tf-serving 2.12.1 (commit: 19c3e66)
- Fix tests broken by the new defaults info in SignatureDef. (commit: 07b0882)
- Fix remaining tests broken by the new defaults info in SignatureDef. (commit: 65b13b7)
- Deprecate oss_or_google.bzl, move macros to serving.bzl (commit: a854613)
- Revert "Fix tests broken by the new defaults info in SignatureDef." (commit: 663b375)
- Update version for 2.13.0-rc0 release. (#2151) (commit: f449ae3)
2.12.1
Release 2.12.1
- This is a re-release of 2.12.0 (that was marked as bad). Please use this instead.
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- Users of remote_predict_py should stay on v2.11 and avoid v2.12.
Bug Fixes and Other Changes
2.12.0
Release 2.12.0
- NOTE: 2.12.0 has been identified as bad release. Please use 2.12.1 or later instead.
Major Features and Improvements
- No major features or improvements.
Breaking Changes
- Users of remote_predict_py should stay on v2.11 and avoid v2.12.
Bug Fixes and Other Changes
- Update TF Serving to Bazel 5.3.0, to match with TF. (commit: cda26f6)
- Update TF Text to v2.11.0. (commit: 1624fb2)
- Add pyclif_proto_library for get_model_metadata and session_service (commit: bedf391)
- Raise the vlog level about aspired versions (commit: 73746fb)
- Add PredictStreamed to PredictionLog. It represents a logged stream of PredictRequests and PredictResponses. (commit: 557f68a)
- Update rules_pkg to 0.7.1. (commit: 2b5ad9a)
- Track additional metadata for request logs. (commit: e0a3b5f)
- Replace usage of the tsl::Status constructor with a tsl::{error, errors}::Code. (commit: cfb9fb2)
- Replace usage of the tsl::Status constructor with a tsl::{error, errors}::Code. (commit: 19345a6)
- Update Dockerfile.devel* with py3.8 installed. (commit: 68d92ff)
- Update TF Text to v2.12.0. (commit: dbe9339)
- Stop depend on 'tensorflow-gpu' for tensorflow-serving GPU build on master branch. (commit: 85ff9c0)
- Upgrade cuda from 11.2 to 11.8. (commit: 20f51c9)
- Upgrade to decision-forests-1.3.0 and yggdrasil-decision-forests-1.4.0 (commit: 45d1574)
- Add tool to send predict (grpc) requests to ModelServer. (commit: 25c5125)
- Ignore remote_predict from :all for 2.12 release due to upstream TF breakage. (commit: 5830714)