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.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.8.4
Choose a head ref
  • 7 commits
  • 160 files changed
  • 7 contributors

Commits on Jan 24, 2025

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

Commits on Jan 27, 2025

  1. feature(middleware/validate): migrate from PGV to protovalidate, sinc…

    …e PGV has entered in maintenance (#3498)
    
    * feature(contrib/middleware/validate): provide new validator middleware
    
    * chore: upgrade go version
    DCjanus authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    54f8e11 View commit details
    Browse the repository at this point in the history
  2. fix: Improve server stop handling with graceful shutdowns (#3525)

    * Improve server stop handling with graceful shutdowns
    
    - Remove default stop timeout
    - Add context handling for server stop
    - Implement graceful stop for gRPC server
    - Enhance HTTP server shutdown logic
    - Use shared context for server operations
    
    * Remove unnecessary error logging in gRPC server test
    lftk authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    2097002 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. optimize loops, when discover load is nil. (#3507)

    Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
    zhanluxianshen authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    15168b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. feat: disable grpc reflection configuration

    Co-authored-by: daizhenbang_323517 <1658002533@qq.com>
    BandlSkyler and daizhenbang_323517 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    3a0bd50 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. chore: replace interface{} with any (#3557)

    Signed-off-by: Sasha Melentyev <sasha@m8.ru>
    sashamelentyev authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    7a9a72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982270e View commit details
    Browse the repository at this point in the history
Loading