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: go-kratos/kratos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.2
Choose a base ref
...
head repository: go-kratos/kratos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.3
Choose a head ref
  • 8 commits
  • 58 files changed
  • 8 contributors

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    bb85d7e View commit details
    Browse the repository at this point in the history
  2. fix: Return inner Logger from GetLogger for log.WithContext reuse (#3455

    )
    
    * feat: Return inner Logger from GetLogger for log.WithContext reuse
    fix: Ensure thread safety by eliminating lock copy in GetLogger
    
    * feat: Add TestContextWithGlobalLog, WithContext from GlobalLog, print kv from context
    
    * fix: lint
    
    ---------
    
    Co-authored-by: guangxue.wu <guangxue.wu@yunzhanghu.com>
    guangxuewu and guangxue.wu authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f3c4b23 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#3450)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5.0.2...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fe60a6b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net in /contrib/opensergo (#3434)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.30.0.
    - [Commits](golang/net@v0.24.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    79886e4 View commit details
    Browse the repository at this point in the history
  3. fix k8s headless service miss namespace (#3407)

    * feat: add namespace for initialize the registry
    
    * feat: add namespace for initialize the registry
    
    * feat: add namespace for initialize the registry
    
    * feat: add namespace for initialize the registry
    dagehuifei authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3ecb1d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat(log): add Logger() method for Helper (#3443)

    * feat(log): add Logger() method for Helper
    
    * chore(log): add test case for Helper.Logger()
    DCjanus authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f8b97f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. fix(registry): add timeout validation (#3492)

    * fix(registry): add timeout validation
    
    * fix(registry): add timeout validation
    
    * fix(registry): add timeout validation
    lftk authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f75bdc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

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