You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new_with_schema_and_config was removed upstream in favor of
new_with_config(ProviderConfig). ProviderConfig is now constructed
via ProviderConfig::url(...) with schema_name and migration_policy
fields set explicitly.
- types.rs: backend_provider_config / worker_provider_config now take
a database URL and build the full ProviderConfig (URL + schema +
migration policy).
- All call sites (worker, client, explain, monitoring, lib.rs test
helpers) switched to PostgresProvider::new_with_config(...).
- Drop now-unused DUROXIDE_SCHEMA imports in client/explain/monitoring.
- cargo update -p duroxide-pg to pick up the new branch HEAD.
0 commit comments