Releases: DanSheps/netbox-routing
Releases · DanSheps/netbox-routing
v0.4.1
What's Changed
- FIX: prefixlen lookup for PrefixListEntry @Shirkanesi (#143)
🍻 Enhancements
- Closes: #54 - Add support for routes with interfaces as next-hop @baldoarturo (#147)
- Closes: #149 - Remove name as required for BGP @DanSheps (#150)
- Closes: #134 - Adds structured route-map policy modeling @DanSheps (#148)
- Closes: #135 - Add FK for PrefixListEntry to Prefix @DanSheps (#146)
- Closes: #131 - Add
BFDProfilemodel @DanSheps (#141) - Closes: #133 - Add
ttlto Peer and SessionTemplate model @DanSheps (#138) - Closes: #132 - Add
statusto Peer model @DanSheps (#137) - Closes: #119 - Add custom fields to routing API objects @ifoughal (#120)
- Improve OSPF UX @alehaa (#103)
- Add SearchIndex for BGP @DanSheps (#129)
- Closes: #113 - Add clone fields for models @mrhyks (#117)
🍻 Improvements
- Closes: #65 - Add Search indexes @lumarel (#108)
- Closes: #59 - Add filter to display OSPF Areas per device @mrhyks (#118)
🐛 Bug Fixes
- Fixes: #123 - Unifi Static Route URLs @DanSheps (#151)
- Fix: Incorrect label for
local_asinBGPSessionTemplateForm@Shirkanesi (#144) - Fixes #139: Correct BGPRouterForm peer_templates label @Omripresent (#140)
🧰 Maintenance
v0.4.0
v0.4.0b1
v0.3.2
Changes
- Update for NetBox 4.5.0 @DanSheps (#124)
- get route tag for static route via API @mrhyks (#112)
- Improve static routes UX @alehaa (#85)
- Fixes: #110 - Fix Tags assignment on static routes @DanSheps (#111)
- Fixes: #105 - Remove Unique Index Constraint @DanSheps (#107)
- Bulk import for Static, OSPF and EIGRP routing @mrhyks (#102)
- show device in interface view @mrhyks (#83)
- Require fields to be filled when importing OSPF Interface @mrhyks (#98)
- Remove VRF from static route prerequisites @alehaa (#99)
- Add permissions to menu buttons @alehaa (#86)
- Add ordering to OSPF models @alehaa (#94)
- Closes: #49 - Add "Area Type" field to OSPF Area model #92 @DanSheps (#93)
- Remove card-body container @alehaa (#87)
- Fix OSPF interface API url @alehaa (#90)
- Remove VRF from static route prerequisites @alehaa (#84)
- add filter options for static and ospf routing @mrhyks (#79)
- Add Support for tags on static routes @baldoarturo (#70)
v0.3.1
v0.3.0
v0.2.4-alpha1
v0.2.3
v0.2.2
Changes
- Add tests, upgrade to pyproject.toml @DanSheps (#36)
- Fix problems with StaticRoute FilterSet @DanSheps (#35)
- Add GraphQL support @DanSheps (#34)
- Add Bulk Edit/Delete Support @DanSheps (#33)
- Update forms @DanSheps (#32)
- Update bulk_edit forms @DanSheps (#31)
- Alter serializer fields for 4.1 @DanSheps (#30)
- Fixes: #19 - Corrects error with post to static route serializer @DanSheps (#29)
- Add defaults to metric and permanent for Static Routing @DanSheps (#28)
- Fix develop state @DanSheps (#27)
- Convert NetBox models to PrimaryModels @DanSheps (#26)