PackageTrack

Go modules · #2185

github.com/labstack/gommon

v0.5.0labstack/gommon

Release timeline

140 releases since 2015
20172019202120232025

Releases

  1. v0.5.1-0.20260723054700-6dd6b6ec283523 Jul 2026pre-release

    Nothing published for this version

  2. v0.5.019 Apr 2026
    Release notes

    Highlights

    • email: SMTPS / implicit TLS on port 465. smtp.SendMail only speaks plain + STARTTLS, so Resend/SendGrid/etc. on :465 hang on the handshake. Detect port 465 and dial TLS directly. Added Email.TLSConfig (custom root pool / ServerName; always cloned per send) and Email.DialTimeout (scoped to the TCP/TLS connect phase).
    • email: no silent cleartext downgrade. Drive Hello() explicitly so a failed EHLO can't be swallowed and mis-read as "STARTTLS not advertised".
    • log: silence 14 go vet printf warnings. Split the internal log() method; public signatures unchanged. TestCallerFile guards the runtime.Caller skip.
    • random: fix sync.Pool copy in New(). Construct the pool directly on the struct — sync.Pool must not be copied after first use.

    Toolchain (breaking)

    • Go directive bumped 1.181.23.0 to align with labstack/echo. Consumers on Go <1.23 should stay on v0.4.2.
    • CI matrix: 1.23 / 1.24 / 1.25 / 1.26 × ubuntu / macos / windows.
    • Deps refreshed: testify 1.8.4 → 1.11.1, go-colorable 0.1.13 → 0.1.14, go-isatty 0.0.20 → 0.0.21, x/sys 0.15.0 → 0.29.0 (highest that still supports Go 1.23).

    Non-breaking code changes

    • bytes/bytes_test.go: replaced Parse(\"8EiB\") assertions with Parse(\"7EiB\") — 2^63 overflowed int64 and relied on implementation-defined float-to-int behavior.

    Full diff

    #62

    Open source →
  3. v0.4.220 Dec 2023
    Release notes
    • update deps #58
    Open source →
  4. v0.4.2-0.20231220125922-2888b9ce44ed20 Dec 2023pre-release

    Nothing published for this version

  5. v0.4.19 Nov 2023
    Release notes
    • feat(random): use crypto/rand for random string generator [#55]

    • update deps and CI flow [#57]

    • update deps [#54]

    Open source →
  6. v0.4.1-0.20231109211445-bf0335abda369 Nov 2023pre-release

    Nothing published for this version

  7. v0.4.1-0.20231109205452-508eabfa16629 Nov 2023pre-release

    Nothing published for this version

  8. v0.4.1-0.20230227074025-d43909e2f99b27 Feb 2023pre-release

    Nothing published for this version

  9. v0.4.014 Jun 2022
    Release notes
    • Rename binary units according to IEC 60027 and add decimal units (SI) [#45]
    • Fix panic in log with empty header [#51]
    Open source →
  10. v0.3.2-0.20220614194725-6267eb7480de14 Jun 2022pre-release

    Nothing published for this version

  11. v0.3.2-0.20220410183028-64116baad49610 Apr 2022pre-release

    Nothing published for this version

  12. v0.3.15 Nov 2021
    Release notes

    Changelog

    • Fix #48 - bump testify version as it uses insecure version of yaml library
    Open source →
  13. v0.3.1-0.20211105071433-c8540181e4055 Nov 2021pre-release

    Nothing published for this version

  14. v0.3.1-0.20210908060213-57d86603b8838 Sept 2021pre-release

    Nothing published for this version

  15. v0.3.017 Aug 2019
    Release notes

    Bumped v0.3.0

    Signed-off-by: Vishal Rana <[email protected]>

    Open source →
  16. v0.2.10-0.20190711173550-1f43c1e9c3eb11 Jul 2019pre-release

    Nothing published for this version

  17. v0.2.10-0.20190610063436-d700b06ce5f710 Jun 2019pre-release

    Nothing published for this version

  18. v0.2.94 Jun 2019
    Release notes
    • Optimized locking in log
    Open source →
  19. v0.2.9-0.20190604161237-41215b3ce6fd4 Jun 2019pre-release

    Nothing published for this version

  20. v0.2.9-0.20190125185610-82ef680aef5125 Jan 2019pre-release

    Nothing published for this version

  21. v0.2.9-0.20181219175904-34167a09256a19 Dec 2018pre-release

    Nothing published for this version

  22. v0.2.810 Nov 2018

    Nothing published for this version

  23. v0.2.78 Jul 2018
    Release notes

    [Email] client quit instead of close

    Signed-off-by: Vishal Rana <[email protected]>

    Open source →
  24. v0.2.2-0.20180708002642-2a618302b9298 Jul 2018pre-release

    Nothing published for this version

  25. v0.2.2-0.20180613044413-d6898124de9113 Jun 2018pre-release

    Nothing published for this version

  26. v0.2.2-0.20180506140623-0a22a0df01a76 May 2018pre-release

    Nothing published for this version

  27. v0.2.2-0.20180426014445-588f4e8bddc626 Apr 2018pre-release

    Nothing published for this version

  28. v0.2.2-0.20180316174944-3bc2d333a4c316 Mar 2018pre-release

    Nothing published for this version

  29. v0.2.2-0.20180312174116-6fe1405d73ec12 Mar 2018pre-release

    Nothing published for this version

  30. v0.2.2-0.20180223230146-058e16e77bbd23 Feb 2018pre-release

    Nothing published for this version

  31. v0.2.2-0.20180211021405-8cfb9656c4bb11 Feb 2018pre-release

    Nothing published for this version

  32. v0.2.2-0.20170925052817-57409ada9da025 Sept 2017pre-release

    Nothing published for this version

  33. v0.2.2-0.20170712191137-779b8a8b985012 Jul 2017pre-release

    Nothing published for this version

  34. v0.2.2-0.20170707173002-bf40841f72877 Jul 2017pre-release

    Nothing published for this version

  35. v0.2.16 May 2017

    Nothing published for this version

  36. v0.2.1-0.20170407072517-9298d710c6647 Apr 2017pre-release

    Nothing published for this version

  37. v0.2.1-0.20170407041850-3ea5dae7a84c7 Apr 2017pre-release

    Nothing published for this version

  38. v0.2.1-0.20170404183827-a9635b9a792a4 Apr 2017pre-release

    Nothing published for this version

  39. v0.2.012 Mar 2017

    Nothing published for this version

  40. v0.1.1-0.20170219064543-e8995fb26e6419 Feb 2017pre-release

    Nothing published for this version

  41. v0.1.1-0.20170219023420-79a1921bbe1319 Feb 2017pre-release

    Nothing published for this version

  42. v0.1.1-0.20170112040350-f72d3c883f8e12 Jan 2017pre-release

    Nothing published for this version

  43. v0.1.1-0.20161229163605-c8c07aa0874229 Dec 2016pre-release

    Nothing published for this version

  44. v0.1.1-0.20161229163359-50b533f090bc29 Dec 2016pre-release

    Nothing published for this version

  45. v0.1.1-0.20161222193526-b2765095a57222 Dec 2016pre-release

    Nothing published for this version

  46. v0.1.1-0.20161220001725-7355c05c868a20 Dec 2016pre-release

    Nothing published for this version

  47. v0.1.1-0.20161202074203-447fe74335672 Dec 2016pre-release

    Nothing published for this version

  48. v0.1.1-0.20161117195736-9a43ff0d261e17 Nov 2016pre-release

    Nothing published for this version

  49. v0.1.023 Oct 2016

    Nothing published for this version

  50. v0.0.4-0.20160925181133-f3b1a1b3bd4725 Sept 2016pre-release

    Nothing published for this version

  51. v0.0.4-0.20160925180513-0e66403a8c3025 Sept 2016pre-release

    Nothing published for this version

  52. v0.0.4-0.20160922040840-35d2b9f99cc222 Sept 2016pre-release

    Nothing published for this version

  53. v0.0.4-0.20160819151315-431777a5117c19 Aug 2016pre-release

    Nothing published for this version

  54. v0.0.4-0.20160819021942-359db47a83a819 Aug 2016pre-release

    Nothing published for this version

  55. v0.0.4-0.20160818154735-f20a0d624bc518 Aug 2016pre-release

    Nothing published for this version

  56. v0.0.4-0.20160719155139-445cf40e6de419 Jul 2016pre-release

    Nothing published for this version

  57. v0.0.4-0.20160719062135-a3dec9be926319 Jul 2016pre-release

    Nothing published for this version

  58. v0.0.4-0.20160609003227-722aa12d41c29 Jun 2016pre-release

    Nothing published for this version

  59. v0.0.4-0.20160608022355-741a209b277d8 Jun 2016pre-release

    Nothing published for this version

  60. v0.0.4-0.20160510153041-c8e533fc9cb810 May 2016pre-release

    Nothing published for this version