Skip to content

Releases: atc0005/check-mail

v0.4.16

27 Apr 12:07
eafde56
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • Bugfixes
  • built using Go 1.17.9
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.7 to 1.17.9
    • tc-hib/go-winres
      • v0.2.4 to v0.3.0

Fixed

  • (GH-274) err113: do not compare errors directly "got != want", use
    "!errors.Is(got, want)"

References

v0.4.15

02 Mar 12:18
bedfca0
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • CI / linting improvements
  • Bugfixes
  • built using Go 1.17.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • gopkg.in/ini.v1
      • v1.66.3 to v1.66.4
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-264) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

  • (GH-265) Switch Docker image source from Docker Hub to GitHub Container
    Registry (GHCR)

Fixed

  • (GH-267) var-declaration linting errors from revive linter

References

v0.4.14

21 Jan 12:11
a0785a8
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.12 to 1.17.6
      • (GH-259) Update go.mod file, canary Dockerfile to reflect current
        dependencies
    • gopkg.in/ini.v1
      • v1.66.2 to v1.66.3
    • atc0005/go-nagios
      • v0.8.1 to v0.8.2

Fixed

  • (GH-256) Fix Go release version for v0.4.13 release

References

v0.4.13

28 Dec 14:00
bfd686b
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-248) Dependabot monitoring of "tools" used for build process, etc.

Changed

  • Dependencies

    • Go
      • 1.16.10 to 1.16.12
    • gopkg.in/ini.v1
      • v1.63.2 to 1.66.2
    • rs/zerolog
      • v1.26.0 to v1.26.1
    • actions/setup-node
      • v2.4.1 to v2.5.1
  • (GH-246) Help output generated by -h, --help flag is sent to stderr,
    should go to stdout instead

Fixed

  • (GH-237) CHANGELOG: Fix indentation of dependency update version
  • (GH-249) Add missing build entry for list-emails CLI app in the Build
    codebase GitHub Actions workflow

References

v0.4.12

08 Nov 11:24
88a33f3
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.8 to 1.16.10
    • emersion/go-imap
      • v1.1.0 to v1.2.0
    • atc0005/go-nagios
      • v0.7.0 to v0.8.1
    • actions/checkout
      • v2.3.5 to v2.4.0
    • actions/setup-node
      • v2.4.0 to v2.4.1
    • rs/zerolog
      • v1.25.0 to v1.26.0

Fixed

  • (GH-234) False positive G307: Deferring unsafe method "Close" on type "*os.File" (gosec) linting error

References

v0.4.11

23 Sep 11:52
4e86af9
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.7 to 1.16.8
    • atc0005/go-nagios
      • v0.6.1 to v0.7.0
    • gopkg.in/ini.v1
      • v1.62.0 to 1.63.2
    • rs/zerolog
      • v1.23.0 to v1.25.0

References

v0.4.10

07 Aug 02:31
3d00876
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.3.0 to v2.4.0

Fixed

  • README
    • Fix typo in features list

References

v0.4.9

27 Jul 12:04
ceef70c
Compare
Choose a tag to compare

Overview

  • Output tweak
  • Windows binaries metadata
  • built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-200, GH-204) Add version details to Windows executables

Changed

  • (GH-205, GH-206) Expose DNS lookup results for troubleshooting

References

v0.4.8

25 Jul 20:50
a258d54
Compare
Choose a tag to compare

Overview

  • Output tweak
  • built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • (GH-201, GH-202) Expose number of DNS query results in connection-related
    error messages

References

v0.4.7

23 Jul 11:57
2f2d300
Compare
Choose a tag to compare

Overview

  • Bugfixes
  • Dependency updates
  • built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • actions/setup-node
      • v2.2.0 to v2.3.0

Fixed

  • (GH-190, GH-197) runtime error: invalid memory address or nil pointer
    dereference (github.com/emersion/go-imap/client.(*Client).Login)

References