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
refactor(client): remove Engine::builder() method and update imports
- Remove the deprecated Engine::builder() method from the Engine struct
- Update all examples to use EngineBuilder::new() instead of Engine::builder()
- Update import statements to remove Engine from client module exports
- Update documentation examples to reflect the new EngineBuilder usage
- Update README.md to remove Engine from the import statement
0 commit comments