talmobi/tor-request

Changelog?

DavideViolante opened this issue · 2 comments

Hi, I noticed the version in npm is v3.0.1: https://www.npmjs.com/package/tor-request
The last release here is 2.1.1 https://github.com/talmobi/tor-request/releases
There is no changelog.md file in this useful project to know what changed, since I wanted to upgrade.

Can you please add the changelog.md file and/or align the releases with npm?

Thanks.

Halåj~

The releases aren't up-to-date. I don't think I've ever made one and that those are auto-generated by pushing tags created by npm version I think.

The major change from v2 > v3 was using an updated socks library related to an issue with tor itself. As well as exposing a new variable on the api that you can as a user mutate (to change socks version type). You can read more about it here: JoshGlazebrook/socks#39

I will try and update the releases page and keep it up-to-date from thereon after. I will keep this issue open until then.

Thank you~

The latest versions are listed here: https://www.npmjs.com/package/tor-request?activeTab=versions

Basically v3.0.1 with small API addition to expose config for users to mutate.
And v2.3.1 with no changes to API and a fix/workaround for the socks library that was caused by the latest release of tor itself (which caused issues all over the place, and has then been fixed in tor itself even though it is not strictly according to spec, see: https://trac.torproject.org/projects/tor/ticket/29050)