Skip to content

Breaking changes in 9.0.0 #899

Description

@jpdillingham

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions