nautobot / go-nautobot

Autogenerated Nautobot API Go Bindings
Other
7 stars 3 forks source link

Explicit versions of go client #34

Open Spuxy opened 1 month ago

Spuxy commented 1 month ago

Hello i would like to use this pkg, but i want to be sure that will be compatible with my infra for 100%. Thats why i want to use the client which will use specific version of my deployted nautobot which is v1.6.24. But the client is not generated for upstream versoin. 1 or 2 weeks ago nautobot released some patch 1.6.26 so its still LTS. Should i use the version 1.5.*-beta ?

chadell commented 1 month ago

HI @Spuxy , for 1.6, the closer one will be the 1.5.*-beta, but it will miss the 1.6 enhancements. we are figuring out a new versioning schema and we will generate a compatible version for 1.6.

Spuxy commented 2 weeks ago

it would be better to generate all APIs to packages (not modules), to structure this project more by go standards