TL;DR: This is a backporting release cherry-picking the security updates and some non-API-breaking features to v1 in the meantime while v2 is still in development.
grlx version 2 is coming soon! However, there will be several renamed functions and therefore broken API compatibility, and I'd like to try to get all the breaking changes in for a single version bump, to prevent churn. However, I realize this means there's been a significant time between releases and all the new patches and fixes haven't been making it out to users (hence this backporting release!)
Once grlx version 2 is released, v1 support will be abandoned, and all changes will be made on v2. If you require usage of grlx v1 at your company, please open an issue and we can put together a support package.
The v2 upgrade should contain no breaking changes unless you import grlx as a library, as the functionality is the same. Some function signatures must change to make loading plugins more ergonomic. Version 1 does not support plugins anyway, so this change should not affect v1 users, again, unless you use grlx as a library imported by another package.
Changelog
- 174764f Squash updates for v1 backwards porting
- 584a4dd [FEAT] add timeout to cook command and adjust command variable (#110)
- 26e449f ignore manually build bins
- 83bdaba update dependencies licenses
- e03206c update deps
- dfdc41d update go version
Thank you to our new contributor @johnmckenna-snd for adding better support for cook timeouts!