Train Series Release Notes¶
3.1.0¶
New Features¶
Support for the
/v2/dataframes
endpoint has been added to the client. A newdataframes add
CLI command is also available.
3.0.0¶
New Features¶
Support for the
/v2/summary
endpoint has been added to the client. Thesummary get
CLI command as well as theclient.summary
object in the python library have been overriden in case the v2 API is used.
Upgrade Notes¶
The client has been adapted to allow adding support for v2 API endpoints. The v2 client class implements all v1 endpoints, but v1 endpoints ported to v2 will be overriden. The API version to use can be specified through the
--os-rating-api-version
option or theOS_RATING_API_VERSION
.
Bug Fixes¶
The
rating.get_quotation
method of the client has been fixed: the json body has been updated to match the API reference.