Releases: browser-use/bubus
Releases · browser-use/bubus
1.5.6
What's Changed
- Raise original exceptions by @mertunsall in #17
- Bump to 1.5.6 by @mertunsall in #18
New Contributors
- @mertunsall made their first contribution in #17
Full Changelog: 1.5.5...1.5.6
1.5.5
- fix some dangling
print()statements that should belogger.warning, silence very debug log at the end
Full Changelog: 1.5.4...1.5.5
1.5.4
What's Changed
- Add new intelligent timeout warning showing exactly which handled timed out, separate from any handler that got interrupted due to a timeout in a parent handler
- rename
BUBUS_LOG_LEVEL->BUBUS_LOGGING_LEVELand cleanup logging a bit - Add Claude Code GitHub Workflow by @pirate in #12
Full Changelog: 1.5.1...1.5.4
1.5.1
- Fix
Set changed size during iterationerror ifEventBusis created/destroyed during anawait event
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Add support for enforcing types of event handler return values using Generic
BaseEvent[ReturnTypeHere] - Fix some potential race conditions during
event_bus.stop() - Fix tracking of
event_childrenand parent/child relationships - Update examples in README.md by @rfan-debug in #4
New Contributors
- @rfan-debug made their first contribution in #4
Full Changelog: 1.4.7...1.5.0
1.4.7
- handle case where multiprocess semaphore gets deleted on filesystem by another process / cleanup task
Full Changelog: 1.4.5...1.4.7
1.4.5
Full Changelog: 1.4.3...1.4.5
1.4.3
- more fixes for multiprocess semaphore performance and behavior
Full Changelog: 1.4.2...1.4.3
1.4.2
- automatically handle resetting sempahores from stale closed event loops
Full Changelog: 1.4.1...1.4.2
1.4.1
- document new
max_history_sizearg - check for memory leaks on
__del__and show warnings
Full Changelog: 1.4.0...1.4.1