Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@bnkamalesh bnkamalesh released this 06 Jul 18:16
· 4 commits to master since this release
c38d0fb

[-] update badge links to force cache refresh
[patch]: added tests for context error detection (#9)
[-] fixed playground link and other minor changes
[-] updated README file with new error types
[minor] added helpers for GRPC status codes and messages
[minor] introduced 3 new error types NotImplemented, ContextCanceled, ContextTimedout
[minor] context errors are automatically identified in error types
[patch] improved test coverage
[-] updated benchmark results & version in README
[-] added license badge
[-] fix badge links to use master branch instead of main
[major] mark stable release, v1.0.0
[-] renamed GH workflow config go.yaml to go.yml
[-] updated badges
[-] transfer ownership to naughty gopher (#7)
[-] updated README to use new badges (#6)
[-] updated GH workflow to latest stable ones
[patch] recheck error count and return nil if empty
[minor] added support for Join
[minor] mirrored Go v1.20 errors.Join method (#5)
[-] removed travis and using github workflow
[-] enabled golangci-lint & tests success requirement on PRs
[patch] fix messages being concatenated in stack trace (#4)
[patch] fixed bugs in stacktrace: remove duplicates when there's nested errors
[patch] fixed bugs in stacktrace: invalid trace when using formatted errors or wrapping
[patch] using bytes buffer instead of string concat, fewer memory allocations and is faster
[-] Updated Benchmark: fewer memory allocations, ~35% faster
[patch] fixed stacktrace skip inaccuracy when using formatted messages/errors
[-] updated errors.As test
[-] added test for errors.As

Full Changelog: v1.0.1...v1.3.1