Skip to content

Releases: teran/relay

v0.2.4

09 Dec 18:12
v0.2.4
05b4eae
Compare
Choose a tag to compare

Changelog

  • 05b4eae Bump github.com/mailgun/mailgun-go/v4 from 4.18.5 to 4.20.0 (#39)
  • 2a8a09e Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#38)

v0.2.3

18 Nov 03:04
v0.2.3
82acc49
Compare
Choose a tag to compare

Changelog

  • 82acc49 Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#36)
  • b537079 Bump github.com/mailgun/mailgun-go/v4 from 4.18.1 to 4.18.5 (#37)
  • b0db5ca Bump github.com/mailgun/mailgun-go/v4 from 4.17.1 to 4.18.1 (#35)
  • 74e1800 Bump github.com/mailgun/mailgun-go/v4 from 4.16.0 to 4.17.1 (#34)
  • 798fbd3 Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#33)
  • 064f89c Bump github.com/mailgun/mailgun-go/v4 from 4.15.2 to 4.16.0 (#32)

v0.2.2

23 Sep 23:48
v0.2.2
4dfd73c
Compare
Choose a tag to compare

Changelog

  • 4dfd73c Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#31)
  • bd3d8c4 Bump github.com/mailgun/mailgun-go/v4 from 4.15.1 to 4.15.2 (#30)
  • 048e165 Update go (#29)
  • 65aae66 Update ca-certificates (#28)

v0.2.1

23 Sep 20:47
v0.2.1
e290fe5
Compare
Choose a tag to compare

Changelog

  • e290fe5 Bump github.com/mailgun/mailgun-go/v4 from 4.15.0 to 4.15.1 (#27)
  • b5a316a Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#26)
  • 514f25e Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 (#25)
  • cfaff7f Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#23)
  • 1ab3eb0 Bump github.com/mailgun/mailgun-go/v4 from 4.14.0 to 4.15.0 (#24)
  • 3b99747 Bump github.com/mailgun/mailgun-go/v4 from 4.12.0 to 4.14.0 (#22)
  • 0101fe1 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#21)
  • 98027b1 Bump github.com/emersion/go-smtp from 0.21.2 to 0.21.3 (#20)
  • 7e12b90 Add k8s configuration example (#19)
  • 6f9c589 Fix mailgun env vars (#18)

v0.2.0

18 Jun 19:40
v0.2.0
f1786e0
Compare
Choose a tag to compare

Changelog

  • f1786e0 Just reorder struct tags (#17)
  • 9256a04 Add TLS for SMTP server support (#16)
  • 945e7be Add printer driver for debug purposes (#15)
  • e46f833 Bump github.com/stretchr/testify from 1.7.0 to 1.9.0 (#14)
  • 4e38622 Bump golang.org/x/sync from 0.3.0 to 0.7.0 (#13)
  • c5d11b7 Make MAILGUN_URL required field and update README (#12)

v0.1.1

12 Jun 19:10
v0.1.1
8cfe841
Compare
Choose a tag to compare

Changelog

  • 8cfe841 Add security advisory doc & contributing guideline (basic) (#11)
  • 114f9fa Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 (#10)
  • 0616903 Update image name in the README (#9)
  • 7a1f62e Fix improper empty data handling + add tests for mailgun driver and smtp handlers (#8)

v0.1.0

11 Jun 19:03
v0.1.0
51cf7ed
Compare
Choose a tag to compare

Changelog

  • 51cf7ed Add latest tag for produced container images (#7)
  • 2a7efbe Update project structure & update go-smtp (#6)
  • bd2d259 Update mailgun library to v4 (#5)
  • d587c67 Add CICD workflows & switch build to releaser (#3)
  • 3908124 Migrate project to the most recent version of Go (#2)
  • b18e6a5 Fix message handling by using exactly the same message we got via SMTP
  • 7f11083 Use MIME message feature for handling emails
  • 9c4c056 Fix missed dependency of golang.org/x/net/html
  • 394923e Add check if letter is HTML
  • 0057a83 Add HTML message body
  • 684f063 Fix missed deps
  • 2cf3ff1 Add metrics
  • 3409dff Remove TODO from Send method
  • 59a735f Update README with information about how relay send mail
  • 2e09e03 Fix typo in comments
  • f23fa2c Fix comment for Backend type
  • 3f19a43 Set comments to exported methods of mailgun backend
  • 4877a1a Add hooks to tag builds properly
  • d88a03e Add badges to README
  • 5da09ca Merge pull request #1 from fossabot/master
  • 1ac526b Add license scan report and status
  • fec0af0 Update README with all the meaning option
  • 0c6110c Fix image name in README
  • 7889fdd Set app image to alpine to handle ca-certificates
  • 0007fd0 Fix app build
  • e1bc8cb Use proper Subject header
  • d5d020d Rename package
  • a3ae652 Use envconfig for settings
  • 7c6597a Add "How to use" section to README
  • 41593d3 Update README
  • 7541c77 Add dockerfile
  • 0a1b76b Add mailgun backend and implement smtp2mailgun transport
  • b007935 Initial commit