Skip to content

Releases: Tinder/bazel-diff

3.5.0

28 Apr 21:19
bc35aee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.2...3.5.0

Create JDK 8 Releases

12 Apr 03:12
c87c302
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.4.2

Attempt to fix too many open files issues

11 Apr 22:45
2780d72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.4.1

Support for very large files and faster hashing

07 Apr 16:24
bbb920e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.2...3.4.0

Remove Git Client, no need to check for active git changes

06 Apr 21:03
1775a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.1...3.3.2

3.3.1

22 Mar 17:05
d29699c
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary copy of targetDigest by @fahhem in #103

Full Changelog: 3.3.0...3.3.1

v3.3.0

17 Nov 02:23
ffee267
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.3...3.3.0

Fix bug during registration of generating targets

01 Sep 21:11
8525634
Compare
Choose a tag to compare

Switch to more performant source file query

01 Sep 20:49
171326d
Compare
Choose a tag to compare

Switch to more performant source file query
Thanks @KevinJiao

Fixes an issue where large stderr output would cause the ProcessBuilder to hang

12 Aug 18:00
7af2d2f
Compare
Choose a tag to compare
  • Fixes an issue where large stderr output would cause the ProcessBuilder to hang, thanks @vcase