Skip to content

v2.9.1

Choose a tag to compare

@jathanism jathanism released this 13 Feb 06:43
· 30 commits to main since this release

v2.9.1 (2026-02-13)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Preserve parent_id as integer PK in InterfaceSerializer (f5f2565)

  • Restore help_text and labels on all serializer fields (96ba119)

  • Simplify AttributeSerializer.site_id to read directly from model (7780829)

  • Suppress leaked site/site_id fields in Attribute and Protocol serializers (1ebce82)

Refactoring

  • Address self-review findings (53a15d2)

  • Consolidate attributes into ResourceSerializer, reduce boilerplate (25d8712)

  • Remove site_id = None override from InterfaceSerializer (d02b44d)

  • Remove to_dict() from serializers in favor of proper DRF fields (98a6641)

  • Replace model-serializer registry with explicit serializer_class on detail routes (197beee)

  • Restore proper field types on InterfaceSerializer and fix cross-model detail routes (462fa34)

  • Use exclude for serializer field definitions (4fadbe7)


Detailed Changes: v2.9.0...v2.9.1