Releases: samber/oops
Releases · samber/oops
v1.19.4
What's Changed
- test: ensure stacktrace test runs only on main repo by @sruehl in #86
- fix: use strings.Builder for looped concat by @sruehl in #84
- fix(test): the test skipping condition has been reversed by @samber in #88
- fix(errors.Is): fix errors.Is(oopsErr, oopsErr) by @samber in #89
Other
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #80
- chore(deps): bump github.com/samber/lo from 1.51.0 to 1.52.0 by @dependabot[bot] in #83
New Contributors
Full Changelog: v1.19.3...v1.19.4
v1.19.3
Caution
This is a re-release of v0.19.2. I made a mistake in semver versioning.
What's Changed
- refactor(sources): refactor the sources and example by @samber in #71
- style(lint): add .golangci.yml by @samber in #77
- Fix/errors is panic by @samber in #79
Other
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #73
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #74
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #75
Full Changelog: v1.19.0...v1.19.3
v0.19.2
Caution
I made a mistake while naming this release. It does not follow semver versioning. Please upgrade to v1.19.3 instead.
What's Changed
- refactor(sources): refactor the sources and example by @samber in #71
- Fix/errors is panic by @samber in #79
- style(lint): add .golangci.yml by @samber in #77
Other
- chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot[bot] in #69
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #73
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #74
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #75
Full Changelog: v1.18.1...v0.19.2
v0.19.1
Caution
I made a mistake while naming this release. It does not follow semver versioning. Please upgrade to v1.19.3 instead.
What's Changed
Full Changelog: v1.19.0...v0.19.1
v1.19.0
What's Changed
- Improved code safety in 0824269
- Added more documentation, tests, and examples
Dependencies
- chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot in #69
Full Changelog: v1.18.1...v1.19.0
v1.18.1
What's Changed
- chore(deps): bump github.com/oklog/ulid/v2 from 2.1.0 to 2.1.1 by @dependabot in #67
- fix: FromContext return a new builder if it is not in context by @d-enk in #68
New Contributors
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- Add StackFrames method for sentry compat by @th3fallen in #58
- Implement the slog.LogValuer interface by @mbark in #64
Other
- chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #56
- chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 by @dependabot in #62
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #63
New Contributors
- @th3fallen made their first contribution in #58
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- Add Zerolog formatter by @zzzLobster in #50
- Add HasTag method to OopsError by @zzzLobster in #52
New Contributors
- @zzzLobster made their first contribution in #50
Full Changelog: v1.16.1...v1.17.0
v1.16.1
v1.16.0
Adding oops.New(message string)