Skip to content

Releases: samber/oops

v1.19.4

13 Nov 20:20

Choose a tag to compare

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

01 Oct 15:29

Choose a tag to compare

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

01 Oct 14:04

Choose a tag to compare

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

30 Jun 17:05

Choose a tag to compare

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

Full Changelog: v1.19.0...v0.19.1

v1.19.0

27 Jun 14:29

Choose a tag to compare

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

27 May 21:37

Choose a tag to compare

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

  • @d-enk made their first contribution in #68

Full Changelog: v1.18.0...v1.18.1

v1.18.0

21 May 18:53

Choose a tag to compare

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

Full Changelog: v1.17.0...v1.18.0

v1.17.0

05 Mar 13:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.17.0

v1.16.1

23 Feb 15:03

Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

03 Feb 17:38

Choose a tag to compare

Adding oops.New(message string)