Releases: teran/relay
Releases · teran/relay
v0.2.4
v0.2.3
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
v0.2.1
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
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
Changelog
v0.1.0
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