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.6.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.6.3
Choose a head ref
  • 12 commits
  • 71 files changed
  • 11 contributors

Commits on May 9, 2023

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

Commits on May 15, 2023

  1. build(deps): bump google.golang.org/grpc in /contrib/opensergo (#2823)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.54.0...v1.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2023
    Configuration menu
    Copy the full SHA
    6d74182 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#2829)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    1d50f50 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 29, 2023

  1. fix: http parse pb message body panic (#2847)

    * fix: issue #2782
    
    * fix: issue #2782 rename
    
    * fix: make fix
    shifengbin authored May 29, 2023
    Configuration menu
    Copy the full SHA
    49ffd95 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jun 8, 2023

  1. fix(cli): fix import path with --nomod (#2775)

    Co-authored-by: 包子 <[email protected]>
    haoqixu and shenqidebaozi authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e86ad24 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. feat: add omitempty prefix to rule path (#2870)

    * add omitempty prefix to rule path
    
    * fix empty method
    tonybase authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    32c0d2d View commit details
    Browse the repository at this point in the history
  2. fix: logging middle don't get trace_id value when logger is filterLog…

    …ger (#2869)
    
    * Description (what this PR does / why we need it):
    fix logging middle don't get trace_id value when logger is filterLogger
    
    Which issue(s) this PR fixes (resolves / be part of):
     #2570
     #2571
    
    * format
    
    * fix:remove unuse test
    freezeChen authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3445f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd3b18 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. build(deps): bump github.com/prometheus/common (#2840)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.44.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.42.0...v0.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Weizhen Wang <[email protected]>
    dependabot[bot] and hawkingrei authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    db2a565 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. deps: upgrade kratos version to v2.6.3 (#2903)

    * deps: upgrade kratos version to v2.6.3
    
    * fix ci
    
    * go mod tidy
    
    * upgrade 1.19
    shenqidebaozi authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    32b1d13 View commit details
    Browse the repository at this point in the history
Loading