Remove deprecated field from Discovery#5469
Conversation
📝 WalkthroughWalkthroughThis PR consolidates network version compatibility management in the VPN discovery API response by removing the redundant ChangesNetwork Compatibility Field Consolidation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Description
Remove deprecated element of discovery which has been moved to a different place in the configuration structure.
The
network_compatibilityinformation was moved into thesystem_configurationstructure over a year ago and is no longer referenced in the code.Network compatibility added (merged 3/6/25): 32f1974
Network compatibility moved to
system_configuration(merged 4/2/25): 470012fI believe there should be no clients old enough that this could be a breaking change.
Checklist:
network_compatibilityfield from discovery.This change is
Summary by CodeRabbit