Skip to content

2.19.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rtg0795 rtg0795 released this 02 May 22:25
· 1 commit to r2.19 since this release
7b11cb5

Major Features and Improvements

  • No major features or improvements.

Breaking Changes

  • No breaking changes.

Bug Fixes and Other Changes

  • Update release notes for 2.18.0-rc0 (commit: a2253e5)
  • cleanup: explicitly set use_java_stubby_library (commit: c22da48)
  • cleanup: explicitly set use_java_stubby_library (commit: 5f55e76)
  • cleanup: explicitly set use_java_stubby_library (commit: b2be8a3)
  • Fix invalid argument to proto_library (commit: 36aa4a6)
  • Enable serialization of predict response as tensor content. (commit: 1e16551)
  • Prepare code for breaking change in Protobuf C++ API. (commit: 9a38b3a)
  • Add WaitResponses to PredictStreamedContext Method. (commit: a0cd2ee)
  • Update release notes for 2.17.1 (commit: 8bb2af5)
  • Add a new field in PredictRequest. (commit: 166dbe2)
  • Update release notes for 2.18.0 (commit: 3134130)
  • Adds option to return stop tokens to PredictRequest. (commit: 2ece3e4)
  • Remove obsolete anyinvocable flag (commit: ffc6796)
  • Move tsl/platform/{cloud,default,windows} to xla/tsl/platform (commit: 2c9e66b)
  • Use hermetic python version. (commit: d0a16cc)
  • Allow HTTP Server to bind to a specific address, as opposed to listening on all addresses. (commit: 8d6cc18)
  • Add more tracer (commit: 51f1cf6)
  • Add a note about net_http being open-sourced as a standalone library (github.com/google/net_http) (commit: 17186e6)
  • Updating TensorFlow to latest passing continuous build. (commit: 04b7d4e)
  • Add aggregation key. (commit: 4067640)
  • Update users of TSL headers and targets to new location in XLA (commit: 3087ed9)
  • Remove usage of tensorflow::BlockingCounter. (commit: f86d984)
  • Update users of TSL headers and targets to new location in XLA (commit: 1e25043)
  • Force to call SavedMode::Run when output_filter is disabled. Note that the
    output filter will still be applied at
    PostProcessPredictionResultWithoutOutputFilter. We just don't prune the
    graph in such cases. (commit: 39e33a7)
  • Integrate BatchFunction op rewrite with serving stack (commit: 88ff3dd)
  • add missing error_callback when load is cancelled (commit: e6e78ce)
  • Add custom_logging_config so different loggers can introduce their own custom log processing logic. (commit: 4d5c006)
  • Update version for 2.19.0-rc0 release. (#4077) (commit: 9a8564a)
  • Added github.com/openxla/xla/pull/22572 into tensorflow.patch to resolve breakage. (commit: 72a33bd)
  • Fix for gcc10 breakage. (commit: 984448f)
  • Revert "Fix for gcc10 breakage." (commit: 69e5f6b)
  • Mark Tensorflow compatible with Protobuf v30+. (commit: 8bd5eb8)
  • Fix for gcc10 breakage, second attempt. (commit: 428fdde)
  • Additional fixes for gcc10. (commit: 021555e)