Releases: netbox-community/go-netbox
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.
netbox_v3.2
netbox_v3.0
Upgrade Client to Netbox v2.11
What's Changed
- build with go1.15 by @kobayashi in #97
- Make enforce_unique flag for VRF a pointer by @abhide in #88
- Fix schema for connected_endpoint property of Interface by @DSpeichert in #110
- Fix issue #103 by @smutel in #104
- Netbox v2.11.11 Client Update by @tagur87 in #119
New Contributors
- @abhide made their first contribution in #88
- @DSpeichert made their first contribution in #110
- @tagur87 made their first contribution in #119
Full Changelog: netbox_v2.9...netbox_v2.11