github Kani999/netbox-attachments v10.0.0

2 days ago

Release Notes: v10.0.0

✨ New Features

  • Enhanced filterset registration: Added @register_filterset decorator to NetBoxAttachmentFilterSet for better integration with NetBox 4.5.0+

📋 Changes

  • Updated NetBox compatibility: Now requires NetBox >= 4.5.0 (updated from >= 4.4.0)
    • Updated min_version: 4.5.0
    • Updated max_version: 4.5.99
  • API endpoint migration: Changed object-types API endpoint from /api/extras/object-types/ to /api/core/object-types/ to align with NetBox 4.5.0 changes
  • Python version requirements:
    • Minimum Python version updated to >= 3.12 (from >= 3.9)
    • Maximum Python version set to < 3.15
    • Removed support for Python 3.9, 3.10, and 3.11
    • Added support for Python 3.12, 3.13, and 3.14
  • Django version: Removed explicit Django 5.0 classifier

📚 Documentation

  • Updated README.md compatibility table to include NetBox 4.5.0 support

🔧 Other

  • Added CLAUDE. md to . gitignore

Full Changelog: v9.0.1...v10.0.0

Don't miss a new netbox-attachments release

NewReleases is sending notifications on new releases.