-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: kayac/go-katsubushi
base: v2.1.0
head repository: kayac/go-katsubushi
compare: v2.2.0
- 14 commits
- 11 files changed
- 4 contributors
Commits on Aug 1, 2025
-
Replace zap with slog and maintain original log format
- Replace go.uber.org/zap with log/slog - Implement custom handler to maintain original log format (timestamp, level, source, message) - Add debug logging for all protocols (memcached, gRPC, HTTP API) - Remove zap dependency from go.mod 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d100a00 - Browse repository at this point
Copy the full SHA d100a00View commit details -
- Use slog.SetDefault() instead of global logger variable - Remove logger variable to prevent concurrent access - Use slog package functions directly for thread-safe logging - Add slog imports to all affected files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 579b25e - Browse repository at this point
Copy the full SHA 579b25eView commit details -
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for cf39b50 - Browse repository at this point
Copy the full SHA cf39b50View commit details -
Merge pull request #73 from kayac/slog
Replace zap with slog and maintain original log format
Configuration menu - View commit details
-
Copy full SHA for 953e03b - Browse repository at this point
Copy the full SHA 953e03bView commit details -
Add development notes and best practices
- Document slog logging implementation patterns - Include git workflow and testing practices - Add code quality guidelines 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c39e211 - Browse repository at this point
Copy the full SHA c39e211View commit details -
Replace pkg/errors with fmt.Errorf and update raus to v0.2.0
- Replace pkg/errors usage with standard fmt.Errorf(%w) pattern - Update raus dependency from v0.1.0 to v0.2.0 - Remove pkg/errors dependency completely - Migrate to modern Go error wrapping approach 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for da3d1fc - Browse repository at this point
Copy the full SHA da3d1fcView commit details -
Merge pull request #75 from kayac/replace-pkg-errors
Replace pkg/errors with fmt.Errorf and update raus to v0.2.0
Configuration menu - View commit details
-
Copy full SHA for 4252cbd - Browse repository at this point
Copy the full SHA 4252cbdView commit details -
Update Alpine Linux base image to 3.22
- Update from Alpine 3.16.2 to 3.22 (latest stable version) - Improve security and compatibility with latest packages - Maintain multi-architecture support (linux/amd64, linux/arm64) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 62f4046 - Browse repository at this point
Copy the full SHA 62f4046View commit details -
Merge pull request #76 from kayac/update-alpine-base
Update Alpine Linux base image to 3.22
Configuration menu - View commit details
-
Copy full SHA for 993e237 - Browse repository at this point
Copy the full SHA 993e237View commit details -
Add gRPC health check endpoint
- Implement standard gRPC health check using google.golang.org/grpc/health - Support overall server health and individual service health status - Use ServiceDesc.ServiceName to avoid hardcoded service names - Enable Kubernetes liveness/readiness probes support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 758e804 - Browse repository at this point
Copy the full SHA 758e804View commit details -
Merge pull request #77 from kayac/add-grpc-health-check
Add gRPC health check endpoint
Configuration menu - View commit details
-
Copy full SHA for 2070024 - Browse repository at this point
Copy the full SHA 2070024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6d347 - Browse repository at this point
Copy the full SHA 1f6d347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a87882 - Browse repository at this point
Copy the full SHA 1a87882View commit details -
Merge pull request #74 from kayac/tagpr-from-v2.1.0
Release for v2.2.0
Configuration menu - View commit details
-
Copy full SHA for 8348dec - Browse repository at this point
Copy the full SHA 8348decView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.0...v2.2.0