Release v0.2.36
RoboSystems Python SDK v0.2.36
This release introduces ledger entity API support, adding endpoints and models for retrieving and updating ledger entities.
✨ Features
- Ledger Entity API endpoints — Added new
get_ledger_entityandupdate_ledger_entityAPI endpoints, enabling full read/update support for ledger entities (#71) - New models — Introduced
LedgerEntityResponseandUpdateEntityRequestmodels to support the new ledger entity operations MaterializeRequestupdates — Extended theMaterializeRequestclass with additional fields/options
🔧 Technical Changes
- 4 new files added across API and model layers, reflecting a clean separation between endpoint logic and data models
- Model exports updated in
models/__init__.pyfor seamless access to new types
⚠️ Breaking Changes
- None identified. This is a purely additive release.
🐛 Bug Fixes
- None in this release.
📊 Release Statistics
- Commits: 3
- Files Changed: 7
- Lines Added: 1511
- Lines Deleted: 2
- Previous Release: v0.2.35
🔗 Links
- Full Changelog: v0.2.35...v0.2.36
- All Releases: View all releases
🤖 Generated with Claude Code