RELEASE · Jan 2026
anvil-bridge 0.3 — typed connectors
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.