Releases: kannon-email/kannon
Releases · kannon-email/kannon
v0.1.5
What's Changed
- chore: upgrade deps @ludusrusso (#237)
- fix: empty link bug @ludusrusso (#234)
- chore: merge stats db with main database @ludusrusso (#214)
✨ Features
- ✨ feat: add global fields when sending emails @ludusrusso (#236)
v0.1.4
What's Changed
- feat: add attachments to kannon @ludusrusso (#211)
- build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 @dependabot (#154)
- feat: remove unused stats tables @ludusrusso (#153)
v0.1.3
What's Changed
✨ Features
- ✨ improve logging, add email obfuscation when missing @ludusrusso (#151)
- ✨ feat: embed migrate command, rm docker for migration @ludusrusso (#147)
🐛 Bug Fixes
- 🐛 fix: pass data to session in smtp @ludusrusso (#149)
🛠 Other
- 🛠️ upgrade deps, moving to go 1.20 @ludusrusso (#145)
v0.1.2
v0.1.1
What's Changed
- Add CI to create version tag in docker
v0.1.0
What's Changed
- wip: big refactoring, to test @ludusrusso (#89)
- ✨ add stats api @ludusrusso (#88)
- refactoring custom fields @ludusrusso (#79)
- ✨ handle templating @ludusrusso (#77)
- Refactoring with viper @ludusrusso (#70)
- 📖 fix typo @abe-101 (#65)
💥 Breaking Changes
- 💥 handle stats in a single table @ludusrusso (#85)
- 💥 merge admin and mailer api into a single binary @ludusrusso (#50)
✨ Features
- ✨ add real templates @ludusrusso (#82)
- ✨ Add smtp server to handle soft bounces @ludusrusso (#74)
- ✨ add parallel jobs to sender @ludusrusso (#54)
- ✨ handling e2e testing with dockertest @ludusrusso (#43)
- ✨ Add automatic changelog on releases @davideimola (#47)
- ✨ Using sqlc to handle db @arosso96 (#34)
- 🥜 Add nats and jetstream support @ludusrusso (#22)
- add proto generation in makefile @ludusrusso (#19)
🐛 Bug Fixes
- feat: Update all deps, migrate to emersion/go-smtp v0.16 🐛 @ludusrusso (#123)
- 🐛 fix soft bounce stats parsing @ludusrusso (#75)
- 🐛 using pgx to handle pg connection @ludusrusso (#42)
- 🐛 add test in makefile and fix test @ludusrusso (#32)
- 🐛 improve logging in dispatcher @ludusrusso (#31)
- 🐛 Renamed proto package to pb @arosso96 (#30)
- 🐛 Improved log in dispatcher @arosso96 (#29)
- 🐛 Changing references from ludusrusso to gyozatech @davideimola (#11)
📖 Documentation
- 📖 #3 proposed a logo for kannon @alessandroargentieri (#44)
- 📖 Adding the GitHub templates @davideimola (#28)
- ✨ Add GitHub Action badge @davideimola (#14)
🛠 Other
- 🛠️ ci: setup tests in GitHub @ludusrusso (#124)
- 🛠️ add golang ci lint and fix lint errors @ludusrusso (#56)
- 🛠️ using buf to handle proto generation @ludusrusso (#40)
- remove vendor folder from git @ludusrusso (#20)
0.0.1
First release test