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: bored-engineer/httpcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: esacteksab/httpcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 39 files changed
  • 1 contributor

Commits on Apr 6, 2025

  1. Configuration menu
    Copy the full SHA
    bbdf198 View commit details
    Browse the repository at this point in the history
  2. chore: spelling

    esacteksab committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    42a5491 View commit details
    Browse the repository at this point in the history
  3. chore: eof

    esacteksab committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    41c89b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    278b2d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc9f799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d67f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b2ed88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afb6d3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6ebf2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ae3398 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    454b4af View commit details
    Browse the repository at this point in the history
  12. chore: fix imports

    esacteksab committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    a94ae38 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

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

Commits on Jun 22, 2025

  1. Configuration menu
    Copy the full SHA
    3140b2e View commit details
    Browse the repository at this point in the history
  2. chore: update all the things (gregjones#3)

    # Dependencies & Tooling Updates
    
    ## Runtime & Build Tools
    
    | Tool | Previous Version | New Version |
    |------|------------------|-------------|
    | **Go** | `1.24.3` | `1.24.4` |
    | **Node.js** | `22.14.0` | `22.16.0` |
    | **Python** | `3.12.10` | `3.12.11` |
    | **pnpm** | `10.10.0` | `10.12.1` |
    
    ## Code Quality & Linting
    
    **golangci-lint Configuration:**
    - Updated Go version requirement from `1.24.3` to `1.24.4`
    - Refactored linter configuration:
      - Removed `errcheck` from global enabled linters
      - Added `errcheck` and `mnd` to test file exclusions
    - Improved test-specific linting rules
    
    ## Go Runtime Dependencies
    
    **Database & Storage:**
    - **go.etcd.io/bbolt**: `v1.4.0` → `v1.4.1`
    
    **Logging:**
    - **github.com/go-logr/logr**: `v1.4.2` → `v1.4.3`
    
    **OpenTelemetry Suite:**
    - **go.opentelemetry.io/otel**: `v1.35.0` → `v1.36.0`
    - **go.opentelemetry.io/otel/metric**: `v1.35.0` → `v1.36.0`
    - **go.opentelemetry.io/otel/trace**: `v1.35.0` → `v1.36.0`
    
    **Standard Library Extensions:**
    - **golang.org/x/net**: `v0.40.0` → `v0.41.0`
    - **golang.org/x/text**: `v0.25.0` → `v0.26.0`
    
    ## Go Development Tools
    
    **Go Standard Library Extensions:**
    - **golang.org/x/exp/typeparams**: `v0.0.0-20250506013437` →
    `v0.0.0-20250620022241`
    - **golang.org/x/mod**: `v0.24.0` → `v0.25.0`
    - **golang.org/x/sync**: `v0.14.0` → `v0.15.0`
    - **golang.org/x/telemetry**: `v0.0.0-20250507143331` →
    `v0.0.0-20250620142617`
    - **golang.org/x/tools**: `v0.33.0` → `v0.34.0`
    
    ## Configuration Updates
    
    - Updated tool versions in `.tool-versions` with improved formatting
    - Updated Go module requirements in `go.mod` and `go.tool.mod`
    - Refreshed dependency checksums in `go.sum` and `go.tool.sum`
    - Enhanced linting configuration with better test-specific rules
    
    ---
    
    **Summary**: This comprehensive update brings the Go toolchain to
    version 1.24.4, updates all runtime tools, enhances OpenTelemetry
    observability capabilities, and refines code quality tools with improved
    linting configurations for better development workflows.
    esacteksab authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    1eedbe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. chore: go 1.25.5

    esacteksab committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    88102a4 View commit details
    Browse the repository at this point in the history
  2. ci: update workflows

    esacteksab committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    6c09d70 View commit details
    Browse the repository at this point in the history
  3. chore: go 1.25.5 (gregjones#5)

    This updates to Go 1.25.5 and additional packages.
    esacteksab authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    a5ee5fe View commit details
    Browse the repository at this point in the history
  4. chore: closes gregjones#4

    esacteksab committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    bf25dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b56327e View commit details
    Browse the repository at this point in the history
Loading