v1.5.2
版本发布时间: 2022-04-27 10:10:23
fsnotify/fsnotify最新发布版本:v1.7.0(2023-10-22 14:28:14)
What's Changed
- Removed dead link by @COil in https://github.com/fsnotify/fsnotify/pull/337
- Update issue templates by @nathany in https://github.com/fsnotify/fsnotify/pull/410
- Test on Go 1.18 and two most recent versions by @nathany in https://github.com/fsnotify/fsnotify/pull/411
- fix go vet warnings: call to (*T).Fatalf from a non-test goroutine by @shogo82148 in https://github.com/fsnotify/fsnotify/pull/416
- Run cross-compilation builds on every push by @nshalman in https://github.com/fsnotify/fsnotify/pull/420
- Don't set
poller.fd
twice innewFdPoller
by @tklauser in https://github.com/fsnotify/fsnotify/pull/406 - Re-enable tests for PRs by @nshalman in https://github.com/fsnotify/fsnotify/pull/415
- Enable cross-compilation builds on PRs by @nshalman in https://github.com/fsnotify/fsnotify/pull/423
- Integration Tests: change 1ms sleeps to 50ms by @nshalman in https://github.com/fsnotify/fsnotify/pull/422
- Add FreeBSD testing in Github Actions (fix #389) by @r-darwish in https://github.com/fsnotify/fsnotify/pull/419
- Allow build on unsupported GOOS by @tklauser in https://github.com/fsnotify/fsnotify/pull/424
- Fix potential crash on windows if raw.FileNameLength exceeds syscall.MAX_PATH by @hu13 in https://github.com/fsnotify/fsnotify/pull/361
- Add a feature to return the directories and files that are being monitored by @NitroCao in https://github.com/fsnotify/fsnotify/pull/374
New Contributors
- @COil made their first contribution in https://github.com/fsnotify/fsnotify/pull/337
- @r-darwish made their first contribution in https://github.com/fsnotify/fsnotify/pull/419
- @hu13 made their first contribution in https://github.com/fsnotify/fsnotify/pull/361
- @NitroCao made their first contribution in https://github.com/fsnotify/fsnotify/pull/374
Full Changelog: https://github.com/fsnotify/fsnotify/compare/v1.5.1...v1.5.2