Framework Reboot
← the log
RELEASE · Jan 2026

anvil-bridge 0.3 — typed connectors

v0.3.0MITgithub.com/matshoppenbrouwers/anvil-uplink-cli

Connectors are now fully typed, with retry and backoff on every bridge. One breaking change to the invoke API.

Changes
+Typed connector definitions — bridges now declare their input and output shapes.
+Retry with exponential backoff on every bridge, configurable per connector.
+Breaking: bridge.run is renamed to bridge.invoke for consistency.
+New docs site with a copy-paste example for each built-in connector.