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.4.4
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.4.5
Choose a head ref
  • 3 commits
  • 97 files changed
  • 4 contributors

Commits on Jan 16, 2025

  1. remove handler groups from _examples/basic/5-cqrs-protobuf added new …

    …example with handler groups
    
    * remove handler groups from _examples/basic/5-cqrs-protobuf and polish it a bit
    
    * [validate-examples] add support for multiple expected outputs
    
    * better docs for cqrs.StructName and cqrs.FullyQualifiedStructName
    
    * added CQRS ordered events example
    
    * fix output
    
    * added README for CQRS ordered events example
    
    * added docs for EventProcessor vs EventGroupProcessor
    
    * added DEVELOP.md for docs
    
    * improve CQRS event groups docs
    
    * improve CQRS event groups docs
    
    * added example link for event groups
    
    * Update docs/content/docs/cqrs.md
    
    Co-authored-by: Miłosz Smółka <milosz.smolka@gmail.com>
    
    * remove copy-paste
    
    * example cleanups
    
    * go mod tidy
    
    * update deps in examples
    
    ---------
    
    Co-authored-by: Miłosz Smółka <milosz.smolka@gmail.com>
    roblaszczak and m110 authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    26f6ba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. update example real-world-example consumer-groups refactor cqrs.Facad… (

    #542)
    
    * update example real-world-example consumer-groups refactor cqrs.Facade to cqrs.NewEventProcessorWithConfig
    
    * update example real-world-example consumer-groups refactor cqrs.Facade to cqrs.NewEventProcessorWithConfig in the frontend snippets
    
    * update example real-world-example consumer-groups refactor add error check for adding handlers and removed handles structs in place of plain functions
    
    * update example real-world-example consumer-groups refactor add error check for adding handlers and remove check for empty HandlerName
    
    * update example real-world-example consumer-groups typo in snippet crm-service-9
    
    * Specify explicit version for localstack image to 3.8
    ygaros authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    2947797 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    8199d66 View commit details
    Browse the repository at this point in the history
Loading