Skip to content

Releases: netboxlabs/netbox-branching

v0.7.2

10 Nov 18:20

Choose a tag to compare

Enhancements

  • #342 - Display warning when attempting to modify an object that has been deleted in main
  • #347 - Include ObjectChange ID in log messages when applying/undoing changes

Bug Fixes

  • #311 - Fix merge failure when image attachments are created and subsequently deleted
  • #317 - Fix event rules not triggering for branch events
  • #349 - Fix exception when removing a device from a virtual chassis with a branch active

0.7.1

16 Sep 16:51

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

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

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

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

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

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

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

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

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