colly
colly copied to clipboard
Release new version?
When will another version be released? Since the last version important features such as context cancellation have been added, which I believe to be highly beneficial to the users of this library.
You can use this to pull new code :)
go get github.com/gocolly/colly/v2@master
Sure there is a way to use it anyway, but I'm wondering why not release fixes/features on regular basis so most developer will get them by default not when checking the latest releases/changes and use a workaround.
It should be nice because v1.2.0 use github.com/antchfx/xmlquery v1.2.4 that have a security issue
Bump
@asciimoo ~Would you be open to add me or someone else who would volunteer to go through PRs/Issues and issue a new release from time to time? Don't see the benefit from forking as the project in general is still active...~
Isn't go get
considered obsolete compared to go mod tidy
? The latter though can only pull what's been put in an actual release.