Skip to content

Releases: go-playground/pkg

Relese 5.30.0

01 Jun 16:12
5c5cc21
Compare
Choose a tag to compare

What's Changed

  • refactor NanoTime because of upcoming Go1.23 breaking changes by @deankarn in #53

Full Changelog: v5.29.1...v5.30.0

Release 5.29.1

04 Apr 21:17
80c2604
Compare
Choose a tag to compare

What's Changed

  • Add HTTP 404 to non retryable status codes by @deankarn in #51

Full Changelog: v5.29.0...v5.29.1

Release 5.29.0

27 Mar 17:13
917a81e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.28.1...v5.29.0

Release 5.28.1

14 Feb 08:42
ce7aa8a
Compare
Choose a tag to compare

What's was fixed?

Full Changelog: v5.28.0...v5.28.1

Release 5.28.0

14 Feb 07:07
d5715da
Compare
Choose a tag to compare

What's Changed

  • General maintenance from go1.21 & 1.22 changes by @deankarn in #47

Full Changelog: v5.27.0...v5.28.0

Release 5.27.0

29 Jan 18:41
67dfc10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.26.0...v5.27.0

Release 5.26.0

28 Jan 16:34
ae673dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.25.0...v5.26.0

Release 5.25.0

22 Jan 06:11
1a0a47d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.24.0...v5.25.0

Release 5.24.0

21 Jan 04:43
c86a871
Compare
Choose a tag to compare

What's Changed

  • Add common Go App shutdown logic via Context by @deankarn in #42

Full Changelog: v5.23.0...v5.24.0

Release 5.23.0

14 Jan 06:16
1b30e02
Compare
Choose a tag to compare
And then (#41)

Add `And` + `AndThen` functions to `Option` and `Result` for in place
manipulation.