Skip to content

v3.7.1-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 17:29
· 10 commits to master since this release
239313c

This experimental release replaces go-swagger, the software with which the library was previously generated, by openapi-generator, that supports OpenAPI 3, with which the Netbox API is specified since version 3.5. This change was necessary in order to continue upgrading the library to Netbox versions after 3.5.

This version is completely incompatible with previous versions of the library. To keep the version number of the library on par with Netbox, a major version has not been released. This decision has been made considering the pros and cons of the different options.

Feel free to try it. It is possible that the library has errors caused by issues in the OpenAPI spec of Netbox. Please see the readme for instructions on how to deal with this.

What's Changed

  • Replace "go-swagger" by "openapi-generator" by @v0ctor in #157

Full Changelog: v3.4.5-1...v3.7.1-alpha.0