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: samber/slog-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: samber/slog-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 31, 2025

  1. Huma sse support (#8)

    * ✨ feat(dump): enhance bodyWriter functionality
    
    * Truncate body when exceeding maxSize in Write method
    * Implement SetWriteDeadline for better response control
    * Use new(bytes.Buffer) for body initialization
    
    * 🛠️ refactor(dump): remove unused SetWriteDeadline method
    
    * Eliminated `SetWriteDeadline` from `bodyWriter`
    * Cleaned up imports by removing `fmt` and `time`
    
    * ✨ feat(dump): improve bodyWriter's Write method
    
    * Adjust body truncation logic to prevent overflow
    * Ensure correct bytes are written when maxSize is reached
    * Revert Initialize body with an empty buffer for clarity and to avoid compiler optimizations
    dianlight authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    328e75e View commit details
    Browse the repository at this point in the history
  2. bump v1.8.1

    samber committed Aug 31, 2025
    Configuration menu
    Copy the full SHA
    da59383 View commit details
    Browse the repository at this point in the history
Loading