basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

remove 1.9.0 and 1.9.1 from npm [JIRA: CLIENTS-709] #127

Closed mogadanez closed 8 years ago

mogadanez commented 8 years ago

Since it latest versions in 1.x. release 1.9.1 is installed when do npm install

scenario:

need remove deprecated releases from npm or make hotfix release in 1.xxx version

lukebakken commented 8 years ago

I followed the recommendation here https://docs.npmjs.com/cli/unpublish

You should have received a WARNING message when 1.9.1 installed noting that it was deprecated.

I just used the npm unpublish command to remove 1.9.0 and 1.9.1 from NPM.

Please note that the library is at version 2.1.1 now.

mogadanez commented 8 years ago

but it not compatible with old one, so need additional effort to migrate

lukebakken commented 8 years ago

Other than the issue with start / stop and callbacks that you found in the 1.9.X series, the version 2.X client IS compatible.