Skip to content

Tags: bir/iken

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chi now supports populating http.Request.PathValue (#34)

* chi now supports populating http.Request.PathValue use that instead and drop the chi dependency here

* update lint config

v0.5.7

Toggle v0.5.7's commit message
dep bump

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from bir/update

update/tidy

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #30 from bir/param-header-lookup-fallback

params: add a header value fallback lookup

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from bir/custom-response-error

add custom response error handling

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add clear to cache with mutex lock when clearing (#28)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from bir/log-ctx-truncated-bytes

logctx: AddBytes truncated by maxSize

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use stdlib context.WithoutCancel (#25)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go 1.21 (#24)

v0.4.16

Toggle v0.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
validation errors: add unwrap to support errors.Is (#22)