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: knadh/koanf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: knadh/koanf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 12 commits
  • 19 files changed
  • 6 contributors

Commits on Apr 15, 2025

  1. Bump github.com/nats-io/nats-server/v2 in /providers/nats

    Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.23 to 2.10.27.
    - [Release notes](https://github.com/nats-io/nats-server/releases)
    - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
    - [Commits](nats-io/nats-server@v2.9.23...v2.10.27)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nats-io/nats-server/v2
      dependency-version: 2.10.27
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    2b94450 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Merge pull request #350 from knadh/dependabot/go_modules/providers/na…

    …ts/github.com/nats-io/nats-server/v2-2.10.27
    
    Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats
    knadh authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    081e8b1 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
    - [Commits](golang/net@v0.36.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    8971076 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Merge pull request #351 from knadh/dependabot/go_modules/providers/co…

    …nsul/golang.org/x/net-0.38.0
    
    Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul
    knadh authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    d183bdb View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
    - [Commits](golang/net@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    324cde7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request #353 from knadh/dependabot/go_modules/examples/gol…

    …ang.org/x/net-0.38.0
    
    Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples
    knadh authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    de8b5df View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    6e430e8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Add urfave/cli/v3 provider (#361)

    ---------
    
    Co-authored-by: Gabriel P. <gabriel.pt@planethoster.info>
    n0cloud and Gabriel P. authored May 29, 2025
    Configuration menu
    Copy the full SHA
    15431e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f7b50 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Configuration menu
    Copy the full SHA
    32c2fd1 View commit details
    Browse the repository at this point in the history
  2. Tidy go.mod

    knadh committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    b60c13d View commit details
    Browse the repository at this point in the history
  3. Fix UnmarshalWithConf ignoring target interface when custom config …

    …is passed.
    
    Closes #359. Closes #360.
    knadh committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    c985517 View commit details
    Browse the repository at this point in the history
Loading