Skip to content

Releases: hyp3rd/ewrap

v1.4.0

14 Apr 20:34
9cfa24e

Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.4.0

v1.3.9

03 Apr 22:38
ebb3cd4

Choose a tag to compare

What's Changed

  • chore(deps) updated deps and toolchain by @hyp3rd in #33

Full Changelog: v1.3.8...v1.3.9

v1.3.8

13 Mar 18:13
242c5fa

Choose a tag to compare

What's Changed

  • build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #29
  • build(go): bump to Go 1.26.1; update golangci-lint, buf and deps by @hyp3rd in #30

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

16 Jan 19:50
6d97e02

Choose a tag to compare

What's Changed

  • build(go): bump Go toolchain to 1.25.6 by @hyp3rd in #28

Full Changelog: v1.3.6...v1.3.7

v1.3.6

16 Jan 19:18
9acea60

Choose a tag to compare

What's Changed

  • chore(deps,tooling): Go 1.25.6, golangci-lint v2.8.0; lib updates by @hyp3rd in #27

Full Changelog: v1.3.3...v1.3.6

v1.3.5

02 Jan 12:51
6613e81

Choose a tag to compare

What's Changed

  • chore(docs): configure cspell/markdownlint and expand pre-commit; refresh docs by @hyp3rd in #24
  • ci(github-actions): bump action versions (checkout@v6, cache@v5, upload-artifact@v6) by @hyp3rd in #25
  • chore(pre-commit): bump cspell-cli to v9.4.0, drop merge-conflict hook by @hyp3rd in #26

Full Changelog: v1.3.2...v1.3.5

v1.3.4

27 Dec 12:02
6613e81

Choose a tag to compare

What's Changed

  • chore(docs): configure cspell/markdownlint and expand pre-commit; refresh docs by @hyp3rd in #24
  • ci(github-actions): bump action versions (checkout@v6, cache@v5, upload-artifact@v6) by @hyp3rd in #25
  • chore(pre-commit): bump cspell-cli to v9.4.0, drop merge-conflict hook by @hyp3rd in #26

Full Changelog: v1.3.2...v1.3.4

v1.3.3

23 Dec 08:37
6613e81

Choose a tag to compare

What's Changed

  • chore(docs): configure cspell/markdownlint and expand pre-commit; refresh docs by @hyp3rd in #24
  • ci(github-actions): bump action versions (checkout@v6, cache@v5, upload-artifact@v6) by @hyp3rd in #25
  • chore(pre-commit): bump cspell-cli to v9.4.0, drop merge-conflict hook by @hyp3rd in #26

Full Changelog: v1.3.2...v1.3.3

v1.3.2

10 Dec 07:51

Choose a tag to compare

What's Changed

  • refactor: replace global observer with dependency injection pattern by @hyp3rd in #15
  • feat: add ErrorGroup serialization and stack frame inspection by @hyp3rd in #16
  • docs: comprehensive documentation update for ewrap v2.0 features by @hyp3rd in #17

Full Changelog: v1.3.0...v1.3.2

v1.3.0

20 Aug 10:50
eedc583

Choose a tag to compare

What's Changed

  • refactor: flatten package structure and update Go to 1.24.4 by @hyp3rd in #4
  • chore: update dependencies, configs, and tooling by @hyp3rd in #6
  • test: add comprehensive unit tests for error handling, formatting, and circuit breaker by @hyp3rd in #7
  • refactor: improve timestamp formatting and error handling by @hyp3rd in #8
  • fix: resolve infinite recursion in Error.Is() method and improve code quality by @hyp3rd in #9
  • feat: adopt Go 1.25 enhancements by @hyp3rd in #10
  • feat: enhance retry and recovery features by @hyp3rd in #12
  • refactor: improve code quality and error handling consistency by @hyp3rd in #13
  • feat: add observability hooks by @hyp3rd in #14

Full Changelog: v1.1.2...v1.3.0