Released 2019-09-23
Add support for new barong events (#40)
Upgrade golang to v1.13
Ability to bind signer to exchange (closes #43)
EventAPI providers can use multiple exchanges
Released 2019-09-06
Add documentation
Released 2019-09-06
Change charset to UTF-8
Released 2019-09-06
Refactor logging
Released 2019-09-06
Add validation of event payload
Released 2019-09-05
Fix templates (#35)
Released 2019-09-03
Support multiple event providers
Released 2019-09-02
Improve style of all email templates
Released 2019-08-30
Update README.md
Update overview.png
Released 2019-07-23
Feature: Add redeploy on devkube step to drone (#28)
Released 2019-06-20
Released 2019-06-20
Bump version to v2.2.0
Released 2019-06-20
Fix issues with scalability
Released 2019-06-13
Leveled JSON logging
Refactor AMQP connection retry feature
Merge pull request #25 from openware/feature/leveled-json-log
Released 2019-05-30
Fix: change text for email verification templates
Released 2019-04-23
Handle amqp connection error
Released 2019-04-22
Fix bugs with rabbitmq & langs
Released 2019-04-10
Update email templates
Released 2019-02-26
Fix: Copy event config instead of using pointer
Released 2019-02-25
Fix typo in Russian email template
Released 2019-02-25
Multi language support
Added configuration file with postmaster settings.
Released 2019-02-19
Remove deprecated helm chart
Released 2019-02-19
Get rid of "utils" package in favor of "env"
Released 2019-02-13
Feature: Ability to send custom emails
Gives ability to:
Fix typo in package name
Require valuable environment variables on start
Released 2019-02-06
Add tests for mailer
Prettify go imports
Switch to pure SMTP library instead of SendGrid API
Released 2019-02-06
Add handling for "Reset Password Instructions"
Add step to push docker image
Add version bumping to drone pipeline
Add script for version bumping
Add drone pipeline
Add ability to set sender name
Add tests for mailconsumer package
Add testify dependency for assertions
Add helm chart
Add sendgrid-go vgo dependency
Add deployment files
Add system overview chapter
Add JWT parsing
Cleanup and chart update
Configure events consuming
Feature: Create git tags by CI
Fix typo in eventapi tests
Fix issues with certs in docker contrainer
Fix issues after migration to new event API
Fix issues with SengGrid mailer
Fix Dockerfile
Implement email sending using net/smtp
Initial commit
Light code refactoring
Make parsing reusable and move it eventapi
Make eventapi lib more flexible
Move error handling to one func
Refactor & Add tests for JWT parsing
Refactor into separate packages
Remove FRONTEND_DOMAIN & Add new env CONFIRM_URL (#2)
Rename helm chart
Start work
Switch to sendgrid-go
Update README.md
Update name of the package
Update structure to follow barong EventAPI 2.0
Update sign_up template