Skip to content

Releases: browser-use/bubus

1.5.6

30 Aug 18:19
7c09342

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.5...1.5.6

1.5.5

20 Aug 07:46
d32e925

Choose a tag to compare

  • fix some dangling print() statements that should be logger.warning, silence very debug log at the end

Full Changelog: 1.5.4...1.5.5

1.5.4

20 Aug 00:46
1d04c0c

Choose a tag to compare

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_LEVEL and cleanup logging a bit
  • Add Claude Code GitHub Workflow by @pirate in #12

Full Changelog: 1.5.1...1.5.4

1.5.1

05 Aug 07:13
bdc86db

Choose a tag to compare

  • Fix Set changed size during iteration error if EventBus is created/destroyed during an await event

Full Changelog: 1.5.0...1.5.1

1.5.0

05 Aug 02:26
346589d

Choose a tag to compare

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_children and parent/child relationships
  • Update examples in README.md by @rfan-debug in #4

New Contributors

Full Changelog: 1.4.7...1.5.0

1.4.7

29 Jul 07:38
efc143f

Choose a tag to compare

  • 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

08 Jul 12:00
ddd3143

Choose a tag to compare

Full Changelog: 1.4.3...1.4.5

1.4.3

08 Jul 10:03
7fe5381

Choose a tag to compare

  • more fixes for multiprocess semaphore performance and behavior

Full Changelog: 1.4.2...1.4.3

1.4.2

08 Jul 08:31
bfe78ea

Choose a tag to compare

  • automatically handle resetting sempahores from stale closed event loops

Full Changelog: 1.4.1...1.4.2

1.4.1

08 Jul 00:16
5d52c40

Choose a tag to compare

  • document new max_history_size arg
  • check for memory leaks on __del__ and show warnings

Full Changelog: 1.4.0...1.4.1