Releases: Tinder/bazel-diff
Releases · Tinder/bazel-diff
3.5.0
What's Changed
- keep bazelrc in verbose mode by @fa93hws in #119
- feat(bazel-diff): improve performance by @Malinskiy in #120
New Contributors
- @Malinskiy made their first contribution in #120
Full Changelog: 3.4.2...3.5.0
Create JDK 8 Releases
What's Changed
- Setup jdk 8 and 11 tests by @tinder-maxwellelliott in #117
- Build for jdk8 in GH Action by @tinder-maxwellelliott in #118
Full Changelog: 3.4.1...3.4.2
Attempt to fix too many open files issues
What's Changed
- Display elapsed time for bazel query and content hash calculation by @fa93hws in #108
- use file channel to improve content hash efficiency by @fa93hws in #110
- Allow verbose flag to be passed as args by @fa93hws in #114
- Avoid too many open files issues by @tinder-maxwellelliott in #115
Full Changelog: 3.4.0...3.4.1
Support for very large files and faster hashing
Remove Git Client, no need to check for active git changes
What's Changed
- Remove git client by @tinder-maxwellelliott in #105
- Fix GH actions by @tinder-maxwellelliott in #112
Full Changelog: 3.3.1...3.3.2
3.3.1
What's Changed
Full Changelog: 3.3.0...3.3.1
v3.3.0
What's Changed
- Don't store file contents to lazy-calculate digests by @fahhem in #98
- Adds logic to check for outputPath by @tinder-maxwellelliott in #99
New Contributors
Full Changelog: 3.2.3...3.3.0
Fix bug during registration of generating targets
Switch to more performant source file query
Switch to more performant source file query
Thanks @KevinJiao
Fixes an issue where large stderr output would cause the ProcessBuilder to hang
- Fixes an issue where large stderr output would cause the ProcessBuilder to hang, thanks @vcase