Skip to content

Update dependency pynetbox to v7.8.0#381

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pynetbox-7.x
Open

Update dependency pynetbox to v7.8.0#381
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pynetbox-7.x

Conversation

@renovate

@renovate renovate Bot commented May 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pynetbox ==7.4.1==7.8.0 age confidence

Release Notes

netbox-community/pynetbox (pynetbox)

v7.8.0: - 2026-06-18

Compare Source

New Features

Plugin Extension Framework (#​774)

pynetbox can now be extended to support third-party NetBox plugins without modifying the library. You can register custom record types for a plugin's endpoints, so working with plugin objects feels the same as working with built-in NetBox objects. The new branching (#​710) and Custom Objects (#​751) integrations are built on this framework.

Custom Thread Pool Executor (#​633)

When threading is enabled, you can now control how the parallel requests behind .all() and .filter() are run. You can adjust how many worker threads are used, and supply your own executor - useful for carrying context such as tracing information into the worker threads.

Cursor-Based Pagination (#​764)

pynetbox can now page through large result sets using NetBox 4.6's cursor-based pagination.

Other New Features
  • #​713 - Add sync() method to the data_sources endpoint
  • #​715 - Allow endpoints with underscores

Enhancements

  • #​625 - Preserve JSON list fields instead of returning them as Records

Bug Fixes

  • #​701 - Fix filtering for custom fields
  • #​749 - Don't treat Record methods as constructors in _parse_values
  • #​745 - Serialize list-Record items that lack an ID
  • #​519 - Fix link peer casting
  • #​688 - Skip network fetch for dunder attributes in Record.__getattr__
  • #​748 - Stop re-sending PATCH for unchanged partial custom_fields

Compatibility

  • Supports NetBox 4.6

v7.7.0: - 2026-05-05

Compare Source

New Features
  • #​762 - Support NetBox 4.6: add VirtualMachineTypes model, virtual_machine_type and device typed attributes on VirtualMachines, oob_ip typed attribute on Devices, and dcim.cablebundle / dcim.rackgroup content type mappings
Bug Fixes
  • #​756 - Use v2 token auth value in create_token (NetBox 4.5+)
  • #​708 - Record.serialize() now includes new properties added by the user
Compatibility
  • Supports NetBox 4.6

v7.6.1: - 2026-01-28

Compare Source

Enhancements

  • #​726 - Use dict instead of OrderedDict in Record serialization

New Features

  • #​434 - Add cable path tracing support for front ports, rear ports, and virtual circuit terminations

Bug Fixes

  • #​586 - Update internal object state after save operations to prevent attribute reset issues

v7.6.0: - 2026-01-09

Compare Source

Breaking Changes

  • #​700 - Moved ObjectChange to core for NetBox 4.1.0 compatibility

New Features

  • #​728 - Added support for v2 Tokens introduced in NetBox 4.5.0

Enhancements

  • #​505 - Add SVG support for Rack Elevation endpoint

Bugfixes

  • #​718 - Add token when getting NetBox version to prevent 403 error

Full Changelog: netbox-community/pynetbox@v7.5.0...v7.6.0

v7.5.0

Compare Source

What's Changed
  • Return correct choices when API token can PUT but not POST by @​BenoitKnecht in #​592
  • When using OIDC proxy for authentication return correct nb.version property by @​Kani999 in #​641
  • Add CircuitTerminations, ConsolePorts, ConsoleServerPorts, PowerOutlets, PowerPorts to trace of circuit by @​bcollet in #​684
  • Add built in function to activate a branch: #​686

Full Changelog: netbox-community/pynetbox@v7.4.1...v7.5.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/pynetbox-7.x branch from a3dbfd1 to 41e0c91 Compare July 21, 2025 17:10
@renovate renovate Bot changed the title Update dependency pynetbox to v7.5.0 Update dependency pynetbox to v7.6.0 Jan 9, 2026
@renovate renovate Bot force-pushed the renovate/pynetbox-7.x branch from 41e0c91 to 51dcff0 Compare January 9, 2026 21:41
@renovate renovate Bot force-pushed the renovate/pynetbox-7.x branch from 51dcff0 to 887e26c Compare January 28, 2026 17:34
@renovate renovate Bot changed the title Update dependency pynetbox to v7.6.0 Update dependency pynetbox to v7.6.1 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/pynetbox-7.x branch from 887e26c to d13bfdd Compare May 6, 2026 01:52
@renovate renovate Bot changed the title Update dependency pynetbox to v7.6.1 Update dependency pynetbox to v7.7.0 May 6, 2026
@renovate renovate Bot changed the title Update dependency pynetbox to v7.7.0 Update dependency pynetbox to v7.8.0 Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/pynetbox-7.x branch from d13bfdd to 0c2c1aa Compare June 18, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants