Skip to content

Update dependency pynetbox to v7.8.0#2398

Merged
berendt merged 1 commit into
mainfrom
renovate/pynetbox-7.x
Jun 19, 2026
Merged

Update dependency pynetbox to v7.8.0#2398
berendt merged 1 commit into
mainfrom
renovate/pynetbox-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pynetbox ==7.7.0==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

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.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot added the renovate label Jun 18, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Bot Board Jun 18, 2026
@berendt berendt merged commit 765c35e into main Jun 19, 2026
3 checks passed
@berendt berendt deleted the renovate/pynetbox-7.x branch June 19, 2026 10:30
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Bot Board Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants