From 617da5057f390695fbba06ca1f4a6cf05092a71d Mon Sep 17 00:00:00 2001 From: psamanoelton Date: Wed, 17 Jun 2026 14:17:28 -0600 Subject: [PATCH 1/2] Update RELEASE.md --- RELEASE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b7b407f78f..d9a709c60c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,18 @@ +# Release 2.21.0 + +The 2.21 minor series tracks TensorFlow 2.21. + +## Features + +- Time Series Dashboard Optimization: Improved usability for time-series tooltips by limiting them to a maximum of 5 items and setting the default sorting to `"Nearest Pixel"` (prioritizing values closest to the cursor) (#7046, #7051). + +## Bug Fixes +- Fix a Projector plugin vulnerability. (#7115) +- Dependency Compatibility: Fixed runtime crashes caused by the missing `pkg_resources` library in newer environments (migrated to standard `importlib.metadata`) (#7057). + +## Breaking Changes +- This version updates its runtime dependency requirements to align with the TensorFlow 2.21 dependency stack. In particular, `protobuf` now requires >=6.31.1, <8.0.0 and `grpcio` now requires >=1.74.0, <2.0. + # Release 2.20.0 The 2.20 minor series tracks TensorFlow 2.20. From 560f804c04c656a5de900423f67930efbc8d1dc1 Mon Sep 17 00:00:00 2001 From: psamanoelton Date: Wed, 17 Jun 2026 14:22:58 -0600 Subject: [PATCH 2/2] Update RELEASE.md --- RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index d9a709c60c..11f8c6637d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,6 @@ The 2.21 minor series tracks TensorFlow 2.21. ## Features - - Time Series Dashboard Optimization: Improved usability for time-series tooltips by limiting them to a maximum of 5 items and setting the default sorting to `"Nearest Pixel"` (prioritizing values closest to the cursor) (#7046, #7051). ## Bug Fixes