Skip to content

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@daenney daenney released this 14 Oct 09:57

Due to a fairly serious bug 0.0.3 was pulled from PyPi minutes after release.

When a bug was fixed to be able to query for all facts we accidentally introduced a different bug that caused the facts() call on a node to query for all facts because we were resetting the query.

  • Fix a bug where node.facts() was causing us to query all facts because the query to scope our request was being reset.