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: getlago/lago
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.0
Choose a base ref
...
head repository: getlago/lago
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 9, 2025

  1. chore(webhook): Add a container to easily log Webhook calls locally (#…

    …554)
    
    ## Description
    
    This commit adds a way to easily test webhooks locally by adding the [`webhook-tester`](https://github.com/tarampampam/webhook-tester) Docker container to the development `docker compose` file.
    
    We'll need to update the API seeds to create a default webhook endpoint: `http://webhook/11111111-2222-3333-4444-555555555555`.
    
    We'll then need to update the [Development Environment wiki](https://github.com/getlago/lago/wiki/Development-Environment) to make sure the `/etc/hosts` include:
    
    ```
    127.0.0.1 webhook.lago.dev
    ```
    
    Once that is done, we'll be able to debug the webhooks by accessing: `https://webhook.lago.dev/s/11111111-2222-3333-4444-555555555555`.
    groyoh authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    1f9c641 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    2477b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54c463 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. upgrade to 1.32.0

    annvelents committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    b6bb37d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #557 from getlago/chore/v-1/32-0

    chore(release): bump version to v1.32.0
    annvelents authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    19df74a View commit details
    Browse the repository at this point in the history
Loading