nautobot 2.4.12__py3-none-any.whl → 2.4.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nautobot might be problematic. Click here for more details.

@@ -9691,6 +9691,48 @@
9691
9691
  </ul>
9692
9692
  </nav>
9693
9693
 
9694
+ </li>
9695
+
9696
+ <li class="md-nav__item">
9697
+ <a href="#v2413-2025-07-21" class="md-nav__link">
9698
+ <span class="md-ellipsis">
9699
+ v2.4.13 (2025-07-21)
9700
+ </span>
9701
+ </a>
9702
+
9703
+ <nav class="md-nav" aria-label="v2.4.13 (2025-07-21)">
9704
+ <ul class="md-nav__list">
9705
+
9706
+ <li class="md-nav__item">
9707
+ <a href="#added-in-v2413" class="md-nav__link">
9708
+ <span class="md-ellipsis">
9709
+ Added in v2.4.13
9710
+ </span>
9711
+ </a>
9712
+
9713
+ </li>
9714
+
9715
+ <li class="md-nav__item">
9716
+ <a href="#changed-in-v2413" class="md-nav__link">
9717
+ <span class="md-ellipsis">
9718
+ Changed in v2.4.13
9719
+ </span>
9720
+ </a>
9721
+
9722
+ </li>
9723
+
9724
+ <li class="md-nav__item">
9725
+ <a href="#fixed-in-v2413" class="md-nav__link">
9726
+ <span class="md-ellipsis">
9727
+ Fixed in v2.4.13
9728
+ </span>
9729
+ </a>
9730
+
9731
+ </li>
9732
+
9733
+ </ul>
9734
+ </nav>
9735
+
9694
9736
  </li>
9695
9737
 
9696
9738
  <li class="md-nav__item">
@@ -11473,6 +11515,48 @@
11473
11515
  </ul>
11474
11516
  </nav>
11475
11517
 
11518
+ </li>
11519
+
11520
+ <li class="md-nav__item">
11521
+ <a href="#v2413-2025-07-21" class="md-nav__link">
11522
+ <span class="md-ellipsis">
11523
+ v2.4.13 (2025-07-21)
11524
+ </span>
11525
+ </a>
11526
+
11527
+ <nav class="md-nav" aria-label="v2.4.13 (2025-07-21)">
11528
+ <ul class="md-nav__list">
11529
+
11530
+ <li class="md-nav__item">
11531
+ <a href="#added-in-v2413" class="md-nav__link">
11532
+ <span class="md-ellipsis">
11533
+ Added in v2.4.13
11534
+ </span>
11535
+ </a>
11536
+
11537
+ </li>
11538
+
11539
+ <li class="md-nav__item">
11540
+ <a href="#changed-in-v2413" class="md-nav__link">
11541
+ <span class="md-ellipsis">
11542
+ Changed in v2.4.13
11543
+ </span>
11544
+ </a>
11545
+
11546
+ </li>
11547
+
11548
+ <li class="md-nav__item">
11549
+ <a href="#fixed-in-v2413" class="md-nav__link">
11550
+ <span class="md-ellipsis">
11551
+ Fixed in v2.4.13
11552
+ </span>
11553
+ </a>
11554
+
11555
+ </li>
11556
+
11557
+ </ul>
11558
+ </nav>
11559
+
11476
11560
  </li>
11477
11561
 
11478
11562
  <li class="md-nav__item">
@@ -12505,6 +12589,22 @@
12505
12589
 
12506
12590
  <!-- towncrier release notes start -->
12507
12591
 
12592
+ <h2 id="v2413-2025-07-21">v2.4.13 (2025-07-21)<a class="headerlink" href="#v2413-2025-07-21" title="Permanent link">&para;</a></h2>
12593
+ <h3 id="added-in-v2413">Added in v2.4.13<a class="headerlink" href="#added-in-v2413" title="Permanent link">&para;</a></h3>
12594
+ <ul>
12595
+ <li><a href="https://github.com/nautobot/nautobot/issues/6594">#6594</a> - Added additional database indices to <code>IPAddress</code>, <code>Prefix</code>, and <code>VRF</code> models to improve the default list view performance for these models.</li>
12596
+ </ul>
12597
+ <h3 id="changed-in-v2413">Changed in v2.4.13<a class="headerlink" href="#changed-in-v2413" title="Permanent link">&para;</a></h3>
12598
+ <ul>
12599
+ <li><a href="https://github.com/nautobot/nautobot/issues/6608">#6608</a> - Updated branding hyperlinks on bottom of UI to open in new tab.</li>
12600
+ <li><a href="https://github.com/nautobot/nautobot/issues/7484">#7484</a> - Add the Show Device Full Name button to the <code>Elevations</code> list view.</li>
12601
+ </ul>
12602
+ <h3 id="fixed-in-v2413">Fixed in v2.4.13<a class="headerlink" href="#fixed-in-v2413" title="Permanent link">&para;</a></h3>
12603
+ <ul>
12604
+ <li><a href="https://github.com/nautobot/nautobot/issues/6594">#6594</a> - Changed the default <code>ordering</code> of <code>Interface</code> (and similar device components) to a less expensive query to improve performance of default list views of these components.</li>
12605
+ <li><a href="https://github.com/nautobot/nautobot/issues/6594">#6594</a> - Improved the performance of <code>Device.all_interfaces</code>, <code>.all_console_ports</code>, etc. in the case where the Device has no module bays.</li>
12606
+ <li><a href="https://github.com/nautobot/nautobot/issues/7590">#7590</a> - Improved performance of Device detail view when many devices belong to many dynamic-groups.</li>
12607
+ </ul>
12508
12608
  <h2 id="v2412-2025-07-17">v2.4.12 (2025-07-17)<a class="headerlink" href="#v2412-2025-07-17" title="Permanent link">&para;</a></h2>
12509
12609
  <h3 id="changed-in-v2412">Changed in v2.4.12<a class="headerlink" href="#changed-in-v2412" title="Permanent link">&para;</a></h3>
12510
12610
  <ul>