Breaking Changes
#893 Require a minor version to be supplied when instantiating SoulseekClient
A minorVersion parameter is now required when creating an instance of SoulseekClient. The client version reported to the server upon login contains both a major and a minor version which have historically been fixed to 170 and 100, respectively. Because these values are hard-coded in previous versions, any application implementing this library appears to the server to be the same, and behavior might vary greatly. For this reason, clients are now required to supply a unique minor version so that they can be differentiated.
The minor version must be a value greater than 100.
I would appreciate that anyone using this library make their best effort to choose a unique number for their client.
Breaking Changes
#893 Require a minor version to be supplied when instantiating SoulseekClient
A
minorVersionparameter is now required when creating an instance ofSoulseekClient. The client version reported to the server upon login contains both a major and a minor version which have historically been fixed to170and100, respectively. Because these values are hard-coded in previous versions, any application implementing this library appears to the server to be the same, and behavior might vary greatly. For this reason, clients are now required to supply a unique minor version so that they can be differentiated.The minor version must be a value greater than 100.
I would appreciate that anyone using this library make their best effort to choose a unique number for their client.