python-ironicclient/releasenotes
Miles Gould 429b88e152 Support all API versions up to 1.latest
Only 1.11 is a breaking change, and it's needed to support ENROLL state
in python-tripleoclient. Adding support for all recent versions was no
harder than adding support for one, since the version number is passed
uninspected to the internal HTTP client in all cases.

API versions 1.1--1.4 and 1.7--1.8 were previously unsupported, despite
higher versions being supported. I couldn't see any reason for this
(there are tests in the main Ironic codebase for the use of those minor
versions), so I added those in too.

The file ironicclient/osc/client.py seemed to just duplicate code from
openstackclient.common.utils and add an extra level of indirection
without providing any benefit. It also required the list of supported
APIs to be maintained in two places, so rather than duplicate my changes
I've removed it.

Change-Id: I854515123c24903190e297dfc93813574fb99deb
2016-01-26 15:10:07 +00:00
..
notes Support all API versions up to 1.latest 2016-01-26 15:10:07 +00:00
source Add first reno-based release note 2015-12-30 13:56:42 +02:00