Skip to content

v4.4.3

Choose a tag to compare

@github-actions github-actions released this 18 Apr 08:57
· 20 commits to main since this release
37a3c60

Fixed

  • API: get_updateable_fields now descends into nested ApiResponseModelAbstract fields that are marked only with ApiResponseField, so dotted updateable paths match reconcile_update_request for PUT payloads under API-only containers.

Added

  • Tests: coverage for updateable path collection and reconciliation (optional nested containers, deep API-only chains, combined ApiResponseField / UpdateableField markers, added / removed change kinds).