Releases: fterh/heimdall
Releases · fterh/heimdall
v3.4.0
- Update dependencies
- Bump NodeJS to v18 (from v14) for future-proofing
- New feature: introduce
NUM_WORDS
environment variable to configure number of words contained in an alias
v3.3.0
It's been a while since the last release. Life happened.
- Update README for clarity
- Update dependencies
- Update NodeJS to v14 (from v12)
- Improve CI process (CI NodeJS environment to align with AWS's)
- Fix bug where malformed email addresses causes a crash
- Include script for better developer experience
v3.2.2
- Update dependencies
- Code maintenance: clean up test code, fix lint errors
- Update README with screenshot
v3.2.1
- Improve how sender's name and email address are represented when forwarding received emails to personal email address
v3.2.0
- Reply to command emails in threaded conversations (used to be new, standalone emails)
- Upgrade dependencies
v3.1.1
- Update README.md (setup steps)
- Receiving emails on non-existent aliases (one of the main use cases) no longer throws an error
- Fix bugs in test cases
v3.1.0
- Update README.md
- Improve how original sender information is displayed
- Fix bug with undefined email subject
- Notify user (through email) of errors (no more manual logs checking, yay!)
v3.0.0
- Refactor alias logic into Alias class model
- Add migration script
- Remove alias description from email subject
- Implement Info command (
[email protected]
)
Note: This WILL break v2.x.x because it reshapes the alias model. Run the migration script before deploying to ensure compatibility.
v2.1.1
- Update README.md
- Upgrade packages
- Fix vulnerability and test case