Releases: lyft/goruntime
Releases · lyft/goruntime
DirectoryRefresher: enable configurable filesystem operation subscriptions
What's Changed
- Remove remaining Glide bits by @ameliariely in #42
- Adopt GitHub Actions to replace TravisCI by @danielmmetz in #44
- feat: customizable directory refresher by @m-rcl in #45
New Contributors
- @ameliariely made their first contribution in #42
- @danielmmetz made their first contribution in #44
- @m-rcl made their first contribution in #45
Full Changelog: v0.2.6...v0.3.0
v0.2.6 Make AddUpdateCallback thread-safe and don't block signaling
v0.2.6
- #41: loader: make AddUpdateCallback thread-safe and don't block signaling
update gostats to `v0.4.1`
v0.2.5
- #36: glide: update gostats to v0.4.1 and other dependencies
v0.2.4
v0.2.3
v0.2.3
- #29: loader: improve fsnotify error message
- #30: update dependencies
- #31: loader: add New2 constructor that returns an error
Note: It is now recommended to use loader.New2
instead of loader.New
as New2
returns an error whereas New
panics.
v0.2.2 Fix DirectoryRefresher
DirectoryRefresher wasn't picking up write events due to malformed conditional, this release fixes that
v0.2.1
`loader.New` added an argument to optionally ignore dot files
The loader package's New
func adds a new argument that allows the loader to optionally ignore dot files when building a Snapshot. The package defines two convenience constants (AllowDotFiles
and IgnoreDotFiles) to use as arguments to the
New` function.