Skip to content

Releases: browser-use/bubus

1.4.0

Choose a tag to compare

@LarsenCundric LarsenCundric released this 07 Jul 07:05

What's Changed

  • Implement a cleanup mechanism to address memory leaks in long-lived c… by @LarsenCundric in #3

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

Choose a tag to compare

@pirate pirate released this 28 Jun 10:19
fb6efa7
  • add new @retry decorator and semaphore helpers
  • add new BaseEvent.event_bus property 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

Choose a tag to compare

@pirate pirate released this 28 Jun 02:28
25df157
  • fix _event_processed_at attribute does not exist errors

Full Changelog: 1.2.2...1.2.3

1.2.2

Choose a tag to compare

@pirate pirate released this 26 Jun 06:08
d2f19bb

Just fixes a trailing paren in the __str__ output

Full Changelog: 1.2.1...1.2.2

1.2.1

Choose a tag to compare

@pirate pirate released this 24 Jun 06:12
5576337
  • Correct handling of nested child events, awaiting parent now waits for all children to complete
  • New BaseEvent.event_children and EventResult attrs for collecting child events
  • New BaseEvent, EventBus, and EventResult ._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

Choose a tag to compare

@pirate pirate released this 21 Jun 09:09
d8ac6ee
  • fix for non-utf8 characters in events when saving to WAL

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@pirate pirate released this 21 Jun 09:07
2cb7fbf

What's Changed

  • minor bugfixes and improvements by @pirate in #2

Full Changelog: 1.1.0...1.1.1

1.1.0

Choose a tag to compare

@pirate pirate released this 20 Jun 08:50
5e0375a

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

Choose a tag to compare

@pirate pirate released this 18 Jun 08:46
567ea99
  • quieter logging

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@pirate pirate released this 18 Jun 08:34
052048f