Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
7.0.0
What's Changed
- BREAKING CHANGE Due to changes for a_terminations, b_terminations this version only supports NetBox 3.3 and later.
- Enable available_ips for ip_ranges by @thedac in #490
- Remove all Python2 related code by @markkuleinio in #455
- Do not skip plugins in endpoint URLs by @johanfleury in #426
- Fix pickling exception with custom errors by @kingtong in #459
- Support NetBox 3.3 cabling models (breaking change)
Full Changelog: v6.6.1...v7.0.0
6.6.2
6.6.1
What's Changed
- ci: update the versions of netbox in the test suite by @raddessi in #444
- Use devices as variable for example calls to nb.dcim.devices by @berendt in #445
- Fixes #447: Remove extra self argument in Vlans.str() by @markkuleinio in #448
New Contributors
Full Changelog: v6.6.0...v6.6.1
6.6.0
What's Changed
- Upgrade Black to the first non-beta release by @markkuleinio in #441
- Fix
VirtualChassis.__str__()
, makeVirtualChassis.master
aDevices
object by @markkuleinio in #439
Full Changelog: v6.5.0...v6.6.0
6.5.0
What's Changed
- Docstring updates: remove
secrets
from examples by @markkuleinio in #432 - Fixes #427: Adds support for
available-vlans
child endpoint for VLAN groups by @markkuleinio in #428
Full Changelog: v6.4.1...v6.5.0
6.4.1
What's Changed
- Fixes #422: Adds support for HTTP 409 when allocation is unsuccessful by @markkuleinio in #423
- Set ObjectChanges.postchange_data and .prechange_data to JsonField by @markkuleinio in #424
Full Changelog: v6.4.0...v6.4.1
6.4.0
What's Changed
- Use
display
field inRecord.__str__()
to support future models by @markkuleinio in #419 - Update docstrings for DetailEndpoint and Prefixes.available_* by @markkuleinio in #421
- Add wireless app (for NetBox 3.1+) by @markkuleinio in #420
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- Handle list results in DetailEndpoint.create() (fixes #395) by @markkuleinio in #418
- Define Permissions.constraints as JSON field to fix #398 by @markkuleinio in #416
- Fixes manual pagination (#412) and argless filter (#386) by @steffenschumacher in #413
Makes.filter()
with no args equivalent to.all()
, 7.0 will remove the latter. - Add Api.create_token() (for NetBox 3.0+) by @markkuleinio in #415
- Add custom model name lookup to fix #389 by @markkuleinio in #390
Full Changelog: v6.2.0...v6.3.0
6.2.0
What's Changed
- Fixes #316 bulk update/delete on both Endpoint and RecordSet by @steffenschumacher in #409
New Contributors
- @steffenschumacher made their first contribution in #409
Full Changelog: v6.1.3...v6.2.0