X Tutup
Skip to content

Tags: coder/slog

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: render error types as strings in human log sink (#224)

`formatValue` checked `reflect.Struct` before checking the `error`
interface, so struct-typed errors like `context.DeadlineExceeded`
were serialized via `json.Marshal` as `{}` instead of their error
string.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v3.0.0-rc1

Toggle v3.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update to v3 (#223)

v3.0.0-rc0

Toggle v3.0.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: don't panic, only accept typed log Fields (#222)

* fix: don't panic, only accept typed log Fields

* slogtest errors if we fail to stringify a field value

v1.6.1

Toggle v1.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
coadler Colin Adler
chore: update all deps (#182)

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
coadler Colin Adler
chore: migrate to go.opentelemetry.io tracing (#181)

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support keysAndArgs API of stdlib slog (#173)

v1.5.3

Toggle v1.5.3's commit message
Pretty-print driver.Valuer

v1.5.2

Toggle v1.5.2's commit message
Fix test logger

v1.5.1

Toggle v1.5.1's commit message
Don't panic on nil values

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch human logger from JSON to logfmt (#170)

X Tutup