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.7.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.0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 29, 2025

  1. Update README.md

    samber authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    a7a5d98 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    samber authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    34f5ebe View commit details
    Browse the repository at this point in the history
  3. Update README.md

    samber authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    c549f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Add support for SSE connections (#7)

    * ✨ 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`
    dianlight authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    f6a1a47 View commit details
    Browse the repository at this point in the history
  2. bump v1.8.0

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