Train Series Release Notes¶
3.1.0¶
New Features¶
Support for the
/v2/dataframesendpoint has been added to the client. A newdataframes addCLI command is also available.
3.0.0¶
New Features¶
Support for the
/v2/summaryendpoint has been added to the client. Thesummary getCLI command as well as theclient.summaryobject 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-versionoption or theOS_RATING_API_VERSION.
Bug Fixes¶
The
rating.get_quotationmethod of the client has been fixed: the json body has been updated to match the API reference.