explodinglabs / jsonrpcclient

Generate JSON-RPC requests and parse responses in Python

Home Page:https://www.jsonrpcclient.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking change in public API not reflected in version number

aleh-rymasheuski opened this issue · comments

Renaming jsonrpcclient.request to jsonrpcclient.requests is breaking, but version number doesn't indicate it.

f806944

Basically, an upgrade from 3.1.0 to 3.2.0 breaks all code that relies on from jsonrpcclient import request.

commented

Yes I apologise for this, the module had to be renamed in order put back the convenience function, which we had in version 2.

I'm usually very strict in following semver, but in this case didn't want to make a version 4 so soon after version 3.