5.2.0 (2026-03-05)
Changes
- Added parallel sync support to the sync process, allowing for faster syncs.
[!caution]
Make sure to have enough DB connections to support the number of threads configured, otherwise it may cause issues during sync. See Parallel sync — PostgreSQL connection requirements for details.
- Added
Thread countfield to Sync form.
- Added
thread_countfield to Sync API endpoint.
- Error finding related object from transform map template now shows the evaluated query.
- Device primary IP is now obtainable from both
loginIPandloginIpv4.
- Object snapshot is calculated only when needed, improving performance of sync process.
- Added
update_custom_fieldsfield to Sync API endpoint.
- Support for new
StrFilterLookupGraphQL filter provided instrawberry-graphgl-django==0.75.1.
Fixes
- Fixed custom fields not using Branch DB connection as target when saving.
- Made sure to use correct Branch when evaluating templates.
- Fixed stack master using
DeviceTypefrom device table instead of stack members table.
- Several small fixes slightly improving sync performance.