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.3
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.7.0
Choose a head ref
  • 11 commits
  • 74 files changed
  • 12 contributors

Commits on Jul 6, 2023

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

Commits on Jul 28, 2023

  1. build(go): upgrade to go 1.19 (#2905)

    BREAKING CHANGE: upgrade go 1.19
    pplmx authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7d9a0d1 View commit details
    Browse the repository at this point in the history
  2. feat: add bindQuery default (#2915)

    * feat: add bindQuery default
    
    * fix: change priority
    
    ---------
    
    Co-authored-by: shuai_yang <shuai_yang@intsig.net>
    hoslo and shuai_yang authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e2a0bac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    072b2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. feat(transport/http): add walk http handler (#2943)

    * add walk http handler
    tonybase authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3109546 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. feat(contrib): add zerolog (#2942)

    * feat(contrib): add zerolog
    
    * deps(contrib/log): tidy go mod
    xushuhui authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ba14246 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#2935)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.57.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.1...v1.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>
    Co-authored-by: haiyux <haiyux@foxmail.com>
    dependabot[bot] and daemon365 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ef59bd9 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/apolloconfig/agollo/v4 (#2939)

    Bumps [github.com/apolloconfig/agollo/v4](https://github.com/apolloconfig/agollo) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/apolloconfig/agollo/releases)
    - [Commits](apolloconfig/agollo@v4.3.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/apolloconfig/agollo/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    25e12da View commit details
    Browse the repository at this point in the history
  4. fix:go-http plugin path encoding error (#2917)

    * fix:go-http plugin path encoding error
    
    * fix:(http_test.go) File is not gofmt -ed with -s (gofmt)
    
    * fix:(http_test.go) File is not gofmt -ed with -s (gofmt)
    
    ---------
    
    Co-authored-by: J-guanghua <490011961@qq.com>
    J-guanghua and 490011961 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    79e862d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix(kratos cli): kratos cli gives wrong import path when creating app…

    … with --nomod parameter (#2938)
    
    * fix: kratos cli gives wrong import path when creating app with --nomod parameter
    
    * style(kratos): solute lint error.
    
    * style(kratos): solute lint error in project.go.
    qzwxsaedc authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d2b1119 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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