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

Commits on Aug 1, 2025

  1. release by manual dispatch

    fujiwara committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    84db39c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Update raus dependency to v0.3.0

    - Upgrade fujiwara/raus from v0.2.0 to v0.3.0
    - Enables slog integration support for Redis auto-assignment
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    fujiwara and claude committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    7aa1c83 View commit details
    Browse the repository at this point in the history
  2. Migrate from stdlog to slog in main.go

    - Replace stdlog with slog throughout main.go
    - Integrate with raus v0.3.0 SetSlogLogger API
    - Improve structured logging with key-value pairs
    - Fix typo: "muset" -> "must" in worker-id flag description
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    fujiwara and claude committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    ef73113 View commit details
    Browse the repository at this point in the history
  3. Optimize slog custom handler performance

    - Pre-allocate buffer with estimated size to reduce allocations
    - Add caching for source file paths using sync.Map
    - Optimize common value types (string, int, bool, float64) formatting
    - Optimize common log levels with direct string literals
    - Use strconv.AppendInt/AppendFloat for better performance
    - Add io.Writer field and sync.Map cache to customHandler struct
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    fujiwara and claude committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    5ebf6a1 View commit details
    Browse the repository at this point in the history
  4. Update project documentation

    - Expand CLAUDE.md with comprehensive project architecture overview
    - Document multi-protocol support and auto worker ID assignment
    - Add detailed build & deployment options and tools
    - Include development practices for code patterns and testing
    - Document dependencies and their purposes
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    fujiwara and claude committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    5028574 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #78 from kayac/feature/improve-logging-performance

    Improve logging performance and consistency
    fujiwara authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    e65083e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac5c776 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88835d9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #79 from kayac/tagpr-from-v2.2.0

    Release for v2.2.1
    fujiwara authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    bb9bf1f View commit details
    Browse the repository at this point in the history
Loading