Releases: netbox-community/go-netbox
v4.2.2-0
v4.0.3-0
Full Changelog: v3.7.7-0...v4.0.3-0
v3.7.7-0
v3.7.1-alpha.0
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
Full Changelog: v3.4.5-1...v3.7.1-alpha.0
v3.1.11-0
Full Changelog: v3.4.5-1...v3.1.11-0
v3.4.5-1
This release fixes Go modules usage.
Full Changelog: v3.4.5-0...v3.4.5-1
v3.4.5-0
What's Changed
- Prepare for netbox 3 by @tortuegenialez in #132
- Update to netbox 3.3.5 by @yuuki0xff in #137
- Improve code generation by @v0ctor in #143
- Update Netbox to 3.4 by @v0ctor in #144
- Automatically create releases by @v0ctor in #145
New Contributors
- @tortuegenialez made their first contribution in #132
- @yuuki0xff made their first contribution in #137
Full Changelog: netbox_v3.2...v3.4.5-0
v3.3.10-0
This release updates the library to Netbox spec v3.3.10.
This is the first release adopting Semantic Versioning standard.