Releases: browser-use/bubus
Releases · browser-use/bubus
Release list
1.4.0
What's Changed
- Implement a cleanup mechanism to address memory leaks in long-lived c… by @LarsenCundric in #3
New Contributors
- @LarsenCundric made their first contribution in #3
Full Changelog: 1.3.0...1.4.0
1.3.0
- add new
@retrydecorator and semaphore helpers - add new
BaseEvent.event_busproperty to get dispatching bus - move private methods to public and add stricter type hints
Full Changelog: 1.2.3...1.3.0
1.2.3
- fix
_event_processed_atattribute does not exist errors
Full Changelog: 1.2.2...1.2.3
1.2.2
Just fixes a trailing paren in the __str__ output
Full Changelog: 1.2.1...1.2.2
1.2.1
- Correct handling of nested child events, awaiting parent now waits for all children to complete
- New
BaseEvent.event_childrenandEventResultattrs for collecting child events - New
BaseEvent,EventBus, andEventResult._log_tree()helper methods to print a pretty visual tree of the event hierarchy
Full Changelog: 1.1.2...1.2.1
1.1.2
- fix for non-utf8 characters in events when saving to WAL
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
Switched to new Queue class to avoid asyncio cancelled task errors on shutdown / gc.
Full Changelog: 1.0.2...1.1.0
1.0.2
1.0.1
Initial Release
Full Changelog: https://github.com/browser-use/bubus/commits/1.0.1