Skip to content

v1.0.1

Latest

Choose a tag to compare

@jdwyah jdwyah released this 11 Sep 12:17
  • Raise the quonfig dependency floor from >= 1.0.0 to >= 1.4.0 so provider users inherit
    the fork-safety fix (qfg-lv4n.1, qfg-4t5o). On quonfig 1.0.0-1.3.0 a process that forked and
    kept evaluating in the parent went permanently dark after the fork while connection_state
    reported :connected; 1.4.0 leaves the parent untouched and re-initializes the child on its
    first use. No change to this provider's own behavior.