Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThreeDotsLabs/watermill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: ThreeDotsLabs/watermill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 4 commits
  • 114 files changed
  • 1 contributor

Commits on Aug 26, 2025

  1. Bump deps and examples (#604)

    * Bump deps
    m110 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    9750d89 View commit details
    Browse the repository at this point in the history
  2. Update docs (#605)

    m110 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    9bab0b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Add CommandEventMarshalerDecorator (#610)

    * Add CommandEventMarshalerDecorator
    
    A common operation is adding some metadata to the message during marshaling. A universal decorator makes it easier than writing one from scratch.
    m110 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    abb87c9 View commit details
    Browse the repository at this point in the history
  2. Add AddConsumerHandler (rename AddNoPublisherHandler) (#611)

    * AddConsumerHandle
    
    The current AddNoPublisherHandler name can be confusing, especially since it's the one most often used.
    m110 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    8978679 View commit details
    Browse the repository at this point in the history
Loading