This month’s SDK release introduces new VendorPropertyData and VendorPropertyElements DbObjects, along with corresponding CLI entrypoints for retrieving, adding, updating, and deleting vendor property records. These additions make it easier to manage vendor specific configuration and metadata directly through the SDK.
We’ve expanded support for linked account workflows with new methods on the LinkedAccount DbObject. Developers can now link customers using either CIF-based logic or directly by customer_id, offering greater flexibility across integration scenarios.
New additions include:
LinkedAccount.link_customer_only_by_cifLinkedAccount.add_by_customer_idWe’ve continued investing in local development safeguards. A new q2 check rule now validates entrypoint importability to catch configuration issues earlier, while enhancements to q2 inspect, q2 install, and q2 run_db_plan improve visibility into audit behavior and ensure the correct SQL features are applied during sandbox setup by installing insight and marketplace features. These updates are designed to make local workflows more predictable and reduce configuration related friction during development.
Based on user feedback, the Portal team has restructured the left-hand navigation menu to improve clarity and usability. This is the first of several planned changes to enhance the portal navigation experience. Stay tuned for further enhancements.

This page serves two primary purposes: Enable users to quickly locate reference IDs for troubleshooting incidents or inconsistencies. Gives users visibility into their Caliper API usage so they can optimize calls and improve overall efficiency.
When an app order is generated, partners can now automatically update their own Wedge address configurations after installation into that financial institution environment. In addition, partners can now access service logs scoped to that financial institution, making it easier to manage and troubleshoot their implementation.

A new Extension Details page is now available, allowing users to link directly to a specific installation.
This release introduces the Section Container component, a new layout primitive designed to help developers structure content into logical visual groupings with consistent spacing and styling.
The Data Table component has received several significant enhancements. A new selectedRows property allows developers to programmatically access which rows are currently selected, making it easier to build selection-driven workflows. The table now supports a fixed sticky header that remains visible when scrolling through large datasets, improving usability for tables with many rows.
Additionally, a new selectAriaLabel property enables custom row selection announcements for screen readers, enhancing accessibility for users of assistive technologies. A duplicated method was also removed to clean up the component API.
The Pagination component now supports a disabled property, allowing developers to prevent user interaction when navigation should be temporarily unavailable, such as during loading states.
The Loader component visual styling has been refreshed for a more modern appearance.
Caliper SDK (Python) v2.308.0 - CHANGELOG
Tecton SDK (Javascript) v1.64.2 - CHANGELOG
Marketplace (Python) v0.8.9 - CHANGELOG
Caliper API (Python) v1.49.0-rc.1 – CHANGELOG
Software Engineer