Skip to content

Releases: adoublef/go

v0.12.0

01 Nov 14:53

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

05 Oct 09:38

Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

21 Sep 15:33

Choose a tag to compare

What's Changed

  • use errors.Is by @adoublef in #53
  • Bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 by @dependabot[bot] in #47
  • Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #49
  • Bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 by @dependabot[bot] in #50

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Aug 15:47

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

10 Aug 09:07

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Jul 10:30

Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

Refactor `xprof`

13 Jul 15:39

Choose a tag to compare

v0.7.1

rename Profile to Prof

Add `xprof` package

13 Jul 12:43

Choose a tag to compare

refactor `xhttp`

07 May 12:26

Choose a tag to compare

  • cleanup of internal functions
  • removed Err field from DecodeError

Package rename + `xhttp.Decode[V any]` added

07 May 11:28

Choose a tag to compare

v0.6.2

rename package and add decodeError