event_bus v1.0.0 Release Notes

    • ๐Ÿ— Move build and notify blocks into EventSource
    • โž• Add use keyword for Source for developer friendly require and aliases
    • Split GenServers and Services
    • ๐Ÿšš Move utility functions into its own module
    • โž• Add addons section to README
    • Switch to microseconds when auto event structuring with EventSource to increase compability with Zipkin and Datadog APM
    • Error topic introduced for dynamic event builder/notifier with EventSource. Now you can pass :error_topic key, EvetSource automatically check the result of execution block for {:error, _} tuple and create an event structure for the given :error_topic.
    • โž• Add elixir formatter config to format code