Migration Guides
Audience: Users upgrading from previous versions of ActingWeb.
This section provides guides for migrating between ActingWeb versions and avoiding common pitfalls.
Contents
Version Migrations
- v3.11 Migration
Guide for upgrading to ActingWeb 3.11, covering the one new PostgreSQL migration (chain_id index), DynamoDB TTL for token cleanup, SPA/mobile refresh-token rotation hardening, the SPA OAuth redirect_uri allowlist, the removal of the optional MCP SDK objects, and the new Apple/GitHub/Google-native sign-in providers.
- v3.10 Migration
Guide for upgrading to ActingWeb 3.10, covering automatic subscription processing with CallbackProcessor, RemotePeerStore, FanOutManager, and peer capabilities.
- v3.7 Migration
Guide for upgrading to ActingWeb 3.7, covering developer API extensions for SubscriptionManager and TrustManager with cleaner APIs and automatic lifecycle hooks.
- v3.1 Migration
Guide for upgrading to ActingWeb 3.1, including changes to the developer API, unified access control, and handler architecture.
Common Issues
- Common Pitfalls
Frequently encountered issues and their solutions when working with ActingWeb.
Migration Checklist
When upgrading ActingWeb:
Read the relevant migration guide
Review breaking changes
Update your configuration
Test in development environment
Run your test suite
Deploy with monitoring
See Also
Configuration Reference - Configuration reference
Troubleshooting - Troubleshooting guide
CHANGELOG - Full changelog