Skip to content

Release v0.2.32

Choose a tag to compare

@jfrench9 jfrench9 released this 28 Feb 04:27
· 145 commits to main since this release

RoboSystems Python SDK v0.2.32

This release refactors the connections system, removes Plaid as a connection provider, and introduces a new View creation API.

Key Features & Improvements

  • New View Creation API — Added create_view endpoint with supporting models (CreateViewRequest, ViewConfig, ViewAxisConfig) for programmatic view management
  • Streamlined Connection System — Refactored connection-related endpoints and models for improved clarity and consistency
  • Simplified View Builder Client — Removed element mapping references from ViewBuilderClient to streamline its functionality

⚠️ Breaking Changes

  • Plaid integration removedPlaidConnectionConfig and all Plaid-related models/references have been fully deleted. Users relying on Plaid connections must migrate to an alternative provider.
  • ElementMappingClient removed — The element_mapping_client extension has been deleted. Functionality previously accessed through this client should now be handled via the updated ViewBuilderClient.
  • Connection model changesCreateConnectionRequestProvider, ConnectionProviderInfoProvider, and related enums/models have been updated; existing code referencing Plaid-specific provider types will break.
  • SDK aliases refactored — Top-level imports in __init__.py and extensions/__init__.py have changed; verify your import paths.

Notable Technical Changes

  • 25 files changed with a net reduction in code (924 added / 996 deleted), reflecting a cleaner, leaner SDK surface
  • Plaid-specific model files were repurposed (renamed) into new View axis config models (ViewAxisConfigElementLabelsType0, ViewAxisConfigMemberLabelsType0)
  • Connection options, listing, sync, and creation endpoints all updated to reflect the simplified provider model

Bug Fixes

  • No explicit bug fixes in this release

📊 Release Statistics

  • Commits: 7
  • Files Changed: 25
  • Lines Added: 924
  • Lines Deleted: 996
  • Previous Release: v0.2.31

🔗 Links


🤖 Generated with Claude Code