Releases: samber/oops
Releases · samber/oops
v1.10.2
security update: github.com/golang/net
v1.10.1
What's Changed
- chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /recovery/gin by @dependabot in #16
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Adding oops.Request and oops.Response by @samber in #8
- Remove debug code by @ss49919201 in #15
New Contributors
- @ss49919201 made their first contribution in #15
Full Changelog: https://github.com/samber/oops/commits/v1.10.0
v1.9.2
Security patch: /x/crypto package update
v1.9.1
Fix stacktrace when goroot is empty
v1.9.0
Refactor: Recoverf implementation has been replaced by Wrapf+Recover
Fix: Recoverf was not handling segfault stacktrace properly
v1.8.0
Adding WithContext helper
v1.7.0
feat(context): adding lazy evaluated value
Eg:
oops.
With("permission", func() any { return "post.create" }).
User("user-42", map[string]any{"foobar": func() float32 { return decodeSomething(something) }}).
Tenant("org-42", map[string]any{"foobar": func() string { return decodeSomething(something) }}).
Errorf("my error")
v1.6.0
Adding Wrap*() helpers that build oops.Error from a function returning multiple parameters
v1.5.0
Upgrade to Go 1.21.