All Versions
7
Latest Version
Avg Release Cycle
459 days
Latest Release
1535 days ago

Changelog History

  • v3.2.0 Changes

    February 12, 2020

    ๐Ÿ‘Œ Improved AndroidX support and incremental annotation processing.

    ๐Ÿš€ https://greenrobot.org/release/eventbus-3-2/

  • v3.1.1 Changes

    August 27, 2018

    ๐Ÿ‘ EventBus 3.1 with plain Java support

    ๐Ÿš€ http://greenrobot.org/release/eventbus-3-1-plain-java-support/

  • v3.0.0 Changes

    February 04, 2016

    Annotations!

    ๐Ÿš€ Full announcement: http://greenrobot.org/release/eventbus-3-release-annotations/

    Gradle dependency:

    compile 'org.greenrobot:eventbus:3.0.0'
    
  • v2.4.0 Changes

    November 11, 2014

    โœ‚ Removed deprecated APIs: A year ago in Version 2.2.0, a couple of EventBus methods were deprecated and flagged to be removed in a future release. Well, version 2.4.0 is that release. Clean ups like this one keep the API concise and simple.

    Note: No new feature were added since 2.3.0. Use this release if you do not rely on deprecated APIs.

  • v2.3.0 Changes

    November 11, 2014
    • ๐Ÿ†• New EventBusBuilder to configure EventBus instances (including the getDefault() instance, #124)
    • โž• Added configuration to disable "No subscribers registered for event" logs (EventBusBuilder, #107, #117)
    • โž• Added configuration to disable sending SubscriberExceptionEvent and NoSubscriberEvent (EventBusBuilder)
    • โž• Added configuration to fail when subscribers throw exceptions (EventBusBuilder, #55)
    • โž• Added configuration to use an existing thread pool (EventBusBuilder, #115)
    • โž• Added configuration to disable event inheritance improving performance for apps with high event rates (EventBusBuilder)
    • ๐Ÿ›  Fixed performance regression sneaked into V2.2.x affecting (first time) registration of subscribers
    • โšก๏ธ Updated to Gradle 2.1, using wrapper
    • ๐ŸŽ EventBusTest and EventBusPerformance use Gradle to build
    • โž• Added hasSubscriberForEvent to check if currently subscribers exist registered to a given event type
    • ๐Ÿ‘Œ Improved README.md and extracted an extended HOWTO.md and CHANGELOG.md from it
    • Ignore compiler generated methods (#76)
    • Various small code improvements (#120 among many others)

    Note: This is your last chance to use APIs that were deprecated in V2.2.0. It's recommended to switch to Version 2.4.0 (or above) at your earliest convenience.

  • v2.2.0

    November 18, 2013
  • v1.0.1

    July 31, 2012