Skip to content

Release v0.2.36

Choose a tag to compare

@jfrench9 jfrench9 released this 27 Mar 17:08
· 3 commits to main since this release

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_entity and update_ledger_entity API endpoints, enabling full read/update support for ledger entities (#71)
  • New models — Introduced LedgerEntityResponse and UpdateEntityRequest models to support the new ledger entity operations
  • MaterializeRequest updates — Extended the MaterializeRequest class 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__.py for 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


🤖 Generated with Claude Code