Releases: bazelbuild/bazel-watcher
Releases · bazelbuild/bazel-watcher
v0.15.1
v0.15.0
v0.15.0 (2021-01-05)
Major features:
- Use the OS X native file watchers which should dramatically increase the number of files that can be watched.
Closed issues:
- Build errors with Bazel 3.3.1 on NixOS #439
- Modify project permissions #436
- output runner should never execute the exact same command more than once #421
- runtime error: invalid memory address or nil pointer dereference #416
- The test command should not build unrelated non-test targets #415
Merged pull requests:
- Simplify setting of execute bit #446 (smklein)
- Add support for command execution after successful execution #445 (smklein)
- Update rules_proto commit hash to 84ba6ec #444 (renovate-bot)
- Pass through the aspects flag #443 (djmarcin)
- Pass custom build settings on to Bazel #442 (fmeum)
- Rename --experimental_enable_runfiles to --enable_runfiles #441 (meteorcloudy)
- Use the skylib release binary #440 (achew22)
- Update module gorilla/websocket to v1.4.2 #430 (renovate-bot)
- integrate fsevents for macos #406 (joeljeske)
v0.14.0
v0.13.2: Using SIGTERM to stop the subprocess (#405)
* Add support for --signal flag The flag may be used to specify the signal to use to terminate running process. This provides way to have graceful shutdown.