- Upgrade Go to v1.21.6 (from v1.21.5)
- [Perf Improvement] Improved read performance by reusing existing readers for subsequent reads. This reduced the overhead of unnecessary GCS connections and increased end-to-end read-bandwidth up to 75% for files smaller than 1 MB. (#1683)
- Bump dependencies (#1630, #1650, #1671, #1672)
What's Changed
- Changing flag name to cache-file-for-range-read in experiment perf tests. by @Tulsishah in #1598
- Upgrade Go version from 1.21.5 to 1.21.6 by @sethiay in #1628
- fix flaky log test by @ashmeenkaur in #1641
- Updating NVIDIA A100 GPU machine for pytorch2.0 by @Tulsishah in #1610
- Bump dependencies Part 1 by @sethiay in #1630
- Fix failure status in KOKORO tests by @ashmeenkaur in #1649
- Bump dependencies Part 2 by @ashmeenkaur in #1650
- Fixing troubleshooting doc by @Tulsishah in #1665
- dependabot should bump only direct dependencies by @ashmeenkaur in #1672
- Revert and bump only direct dependencies by @ashmeenkaur in #1671
- Changing tf model bucket by @Tulsishah in #1678
- [Perf Improvement] Random reads should re-use previous reader even if existing reader can serve the request by @ashmeenkaur in #1683
Full Changelog: v1.4.1...v1.4.2