Skip to content

v2.0.0

Compare
Choose a tag to compare
@jvanderaa jvanderaa released this 26 Apr 22:15
· 809 commits to develop since this release
5c99f32

BugFixes

  • (#35) Add Site, Device Tracebacks due to changes in Nautobot (Issue #34)
  • (#26) Add missing description to tenant_group
  • (#29) Add missing field to vlan_group
  • (#32) Fixed query on Virtual Chassis

Additions

  • GraphQL Lookup Plugin (networktocode.nautobot.lookup_graphql)
  • GraphQL Action Module (networktocode.nautobot.query_graphql)

Deprecations / Breaking Changes

  • (#33) Deprecates NAUTOBOT_API and NAUTOBOT_API_TOKEN environment variables. Use:
    • NAUTOBOT_URL for URL based environment variables where applicable
    • NAUTOBOT_TOKEN for Token based environment variables where applicable