feat: regenerate ingester.py for NetBox 4.7.0-beta1 support - #109
Draft
leoparente wants to merge 1 commit into
Draft
feat: regenerate ingester.py for NetBox 4.7.0-beta1 support#109leoparente wants to merge 1 commit into
leoparente wants to merge 1 commit into
Conversation
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates the SDK's ingestion schema bindings against a live NetBox v4.7.0-beta1 instance:
ingester.py, the protobuf modules (ingester_pb2.py/.pyi), and the entity docs/examples.What's new
CoolingSource,CoolingFeed,CoolingIntake,CoolingOutflow,ModuleBayType, each with docs examples; newEntityunion variants for all five.Service.port_mappings(list of"tcp/53"-style strings),Interface.channels/channel_id/writablemac_address,DeviceType/ModuleTypecooling_method+end_of_life,Rack/RackTypecooling_capability+cooling_capacity,ModuleBay/ModuleTypemodule_bay_types,CustomField.nulls_first.Wire compatibility
All pre-existing protobuf field numbers, types, and cardinalities are unchanged — additions only.
Servicekeepsprotocol/portsalongside the newport_mappings, matching NetBox 4.7's deprecation approach.Verification
Related PRs
Notes
NetBox 4.7.0-beta1 is a pre-release; a final regeneration will follow at 4.7.0 GA if the schema shifts.
🤖 Generated with Claude Code