Skip to content

Releases: netboxlabs/netbox-branching

0.7.1

16 Sep 16:51
Compare
Choose a tag to compare

Bug Fixes

  • #150 - Fix recalculation of cable paths when merging a branch with cable changes

0.7.0

09 Sep 21:00
Compare
Choose a tag to compare

Note: This release requires NetBox v4.4.0 or later.

Enhancements

  • #314 - Include active branch in webhook payload data

Bug Fixes

  • #308 - Prevent branch change records from appearing in main changelog (NetBox v4.4)
  • #309 - Fix ProgrammingError exception when merging branch (NetBox v4.4)

0.6.2

03 Sep 17:26
Compare
Choose a tag to compare

Bug Fixes

  • #298 - Fix change diff creation for many-to-many fields
  • #321 - Prevent tag object type reassignments from leaking outside a branch
  • #325 - Enforce a maximum NetBox version of 4.3

0.6.1

29 Jul 17:16
Compare
Choose a tag to compare

Bug Fixes

  • #246 - Ensure changelog is retrieved from the correct database schema
  • #299 - Avoid AttributeError exception when provisioning a branch due to invalid content type

0.6.0

30 Jun 12:52
a4af334
Compare
Choose a tag to compare

Enhancements

  • #1 - Enable the application of database migrations to open branches
  • #122 - Implement a mechanism to enforce policy before executing branch actions
  • #181 - Introduce the main_schema configuration parameter to set the default schema name
  • #189 - Introduce a registration mechanism for pre-action branch validators

Bug Fixes

  • #204 - Hide navigation menu items for unauthenticated users

0.5.7

27 Jun 17:08
Compare
Choose a tag to compare

Bug Fixes

  • #136 - Set GenericForeignKey values when restoring a deleted object
  • #286 - Fix display of branch status in selector dropdown

0.6.0-beta1

17 Jun 19:29
Compare
Choose a tag to compare
0.6.0-beta1 Pre-release
Pre-release

Enhancements

  • #1 - Enable the application of database migrations to open branches
  • #122 - Implement a mechanism to enforce policy before executing branch actions
  • #181 - Introduce the main_schema configuration parameter to set the default schema name
  • #189 - Introduce a registration mechanism for pre-action branch validators

Bug Fixes

  • #204 - Hide navigation menu items for unauthenticated users

0.5.6

06 Jun 18:33
Compare
Choose a tag to compare

Enhancements

  • #262 - Copy migrations table when provisioning a branch

Bug Fixes

  • #256 - Fix "changes ahead" count on branches pending provisioning
  • #260 - Ignore duplicate SQL indexes when provisioning a branch
  • #275 - Set sync_time on branch during initial provisioning

0.5.5

15 May 18:52
Compare
Choose a tag to compare

Bug Fixes

  • #242 - Use RestrictedQuerySet for BranchEvent objects
  • #243 - Defer MPTT recalculation until all changes have been applied
  • #251 - Preserve SQL index names when provisioning a branch

0.5.4

18 Mar 17:52
Compare
Choose a tag to compare

Bug Fixes

  • #169 - Fix global search caching function when a branch is active
  • #179 - Avoid nullifying object representation when updating a ChangeDiff
  • #222 - Avoid off-screen overflow of long branch names
  • #225 - Branch status field should not be required in REST API serializer
  • #227 - Fix scripts triggered via an event rule when the branching plugin is installed