Skip to content

Releases: lyft/goruntime

DirectoryRefresher: enable configurable filesystem operation subscriptions

08 Sep 14:41
6f48be8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.3.0

v0.2.6 Make AddUpdateCallback thread-safe and don't block signaling

14 Aug 04:09
fc1eac0
Compare
Choose a tag to compare

v0.2.6

  • #41: loader: make AddUpdateCallback thread-safe and don't block signaling

update gostats to `v0.4.1`

28 May 23:09
a14af5c
Compare
Choose a tag to compare

v0.2.5

  • #36: glide: update gostats to v0.4.1 and other dependencies

v0.2.4

11 Mar 22:46
7ddd2be
Compare
Choose a tag to compare

v0.2.4

  • loader: use atomic.Value to store snapshot: #34

v0.2.3

03 Jul 15:02
fd5ff74
Compare
Choose a tag to compare

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

11 Jan 02:24
Compare
Choose a tag to compare

DirectoryRefresher wasn't picking up write events due to malformed conditional, this release fixes that

v0.2.1

02 Oct 22:59
a0d6acf
Compare
Choose a tag to compare

commit a0d6acf
Author: Christopher Burnett [email protected]
Date: Tue Oct 2 18:59:21 2018 -0400

Conver init args to functional options (#19)

`loader.New` added an argument to optionally ignore dot files

01 Oct 17:21
Compare
Choose a tag to compare

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.

v0.1.8

08 Nov 21:07
426ae35
Compare
Choose a tag to compare
Entry: Expose modified timestamp of the runtime entry (#14)

v0.1.7

02 Oct 20:49
Compare
Choose a tag to compare
Update Dependencies (#13)