netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
199 stars 157 forks source link

Update to netbox 3.3.5 #137

Closed yuuki0xff closed 2 years ago

yuuki0xff commented 2 years ago

Netbox 3.3 has some breaking changes in the API schema. As a result, some IPAM-related functions always fail to decode responses.

I regenerated the client using Netbox 3.3.5 API schema following the instructions in the README.

IPAM-related functions seem to work correctly. Please let me know if any additional work is required to merge it.

bz-maldridge commented 2 years ago

@awix any chance you can take a look at this in the near term? I've done some poking at this and it appears to work as expected. Right now I'm having to hold a netbox update because I can't realistically pin dependencies against a PR.

tao-sj commented 2 years ago

@awix any chance you can take a look at this in the near term? I've done some poking at this and it appears to work as expected. Right now I'm having to hold a netbox update because I can't realistically pin dependencies against a PR.

I'm waiting for this fix too!