colly icon indicating copy to clipboard operation
colly copied to clipboard

Release new version?

Open tmaxmax opened this issue 3 years ago • 6 comments

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.

tmaxmax avatar Jan 30 '22 15:01 tmaxmax

You can use this to pull new code :)

go get github.com/gocolly/colly/v2@master

1-bytes avatar Feb 22 '22 13:02 1-bytes

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.

SebTM avatar Sep 27 '22 12:09 SebTM

It should be nice because v1.2.0 use github.com/antchfx/xmlquery v1.2.4 that have a security issue

murlock avatar Nov 07 '22 13:11 murlock

Bump

Vmadmax avatar Aug 15 '23 18:08 Vmadmax

@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...~

SebTM avatar Sep 25 '23 01:09 SebTM

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.

Even-Stream avatar Apr 11 '24 20:04 Even-Stream