Skip to content

0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 11:57
· 57 commits to main since this release

🚨 BROKEN: UPGRADE TO 0.1.5 OR NEWER 🚨

THIS RELEASE DOES NOT RESTREAM, USE 0.1.1 UNTIL A NEWER FIXED RELEASE IS AVAILABLE

Stream Sprout 0.1.3 is out! 🚀

  • Replaced yq with a yaml parser implemented with awk and sed
    • This has been done to drastically reduce the external dependencies of Stream Sprout, as the Python implementation of yq (which is most widely packaged in distros) has a boatload of Python dependencies. While this awk/sed implementation doesn't support the full scope of yaml, it is more than sufficient for the limited requirements of Stream Sprout:

What's Changed

  • refactor: replace yq with a yaml parser implemented with awk/sed by @flexiondotorg in #16

Full Changelog: 0.1.2...0.1.3