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: samber/slog-gin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.1
Choose a base ref
...
head repository: samber/slog-gin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 4, 2025

  1. chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 in /example (#…

    …39)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.33.0.
    - [Commits](golang/net@v0.26.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    a1714f2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 (#38)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.33.0.
    - [Commits](golang/net@v0.26.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    619096a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. fix: make the Ignore filter really ignoring instead of accepting (#40)

    * fix: make the Ignore filter really ignoring instead of accepting
    
    * refactor: modernize filters using slices functions
    plaffitt authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    459172c View commit details
    Browse the repository at this point in the history
  2. fix: default error messages (#42)

    In some cases (a 404 not found error for instance) there is no message
    attached to the error. This allows to always provide a message alongside
    error logs.
    plaffitt authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    8dd8aec View commit details
    Browse the repository at this point in the history
  3. bump v1.15.0

    samber committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    ae7a954 View commit details
    Browse the repository at this point in the history
Loading