OpenTalk SMTP Mailer version history
smtp-mailer v0.8.1
(found in OpenTalk v24.11.0)
Changelog
🐛 Bug fixes
- (ci) Build of container when
vendored
dir is gone (!163)
📦 Dependencies
- Lock file maintenance (!170, !175, !183, !184)
- Update opentalk-controller to 0.19.0 (!185)
- Update rust crate bytes to v1.7.1 (!158)
- Update rust crate clap to v4.5.13 (!159)
- Update rust crate env_logger to v0.11.5 (!153)
- Update rust crate fluent-templates to 0.10.0 (!181)
- Update rust crate lapin to v2.5.0 (!156)
- Update rust crate pest (!139)
- Update rust crate serde to v1.0.207 (!177)
- Update rust crate serde_json to v1.0.122 (!160)
- Update rust crate tokio to v1.39.2 (!155)
- Update rust crate vergen to v9 (!139)
- Update rust docker tag to v1.80.0 (!154)
⚙ Miscellaneous
- Replace controller submodule by crates.io dependencies (!161)
- (renovate) Group opentalk-controller libraries (!171)
- (ci) Build with cargo-auditable (!167)
- (ci) Add container mr build (!167)
smtp-mailer v0.8.0
(found in OpenTalk v24.10.0, v24.9.0)
Changelog
🐛 Bug Fixes
- (deps) Update rust crate async-trait to v0.1.81
- (deps) Update rust crate serde to v1.0.204
- (deps) Update rust crate clap to v4.5.9
- (deps) Update rust crate uuid to v1.10.0
- (deps) Update rust crate phonenumber to v0.3.6
- (deps) Update rust crate thiserror to v1.0.62
- (deps) Update rust crate bytes to v1.6.1
- (deps) Update rust crate tokio to v1.38.1
- (deps) Update rust crate lapin to v2.4.0
- (deps) Update rust crate thiserror to v1.0.63
📚 Documentation
- Add a general description and link the protocol docs
smtp-mailer v0.7.0
(found in OpenTalk v24.8.1, v24.8.0)
Changelog
🚀 New features
- Add event details to email templates (#85)
⚙ Dependencies
- Update controller submodule to version 0.16.0-rc.1
- Update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.79.0
- Update rust crate anyhow to v1.0.86
- Update rust crate chrono-tz to 0.9
- Update rust crate clap to v4.5.8
- Update rust crate css-inline to 0.14.0
- Update rust crate fluent-templates to 0.9.0
- Update rust crate ics-chrono-tz to 0.3
- Update rust crate lapin to v2.3.4
- Update rust crate lettre to 0.11.0
- Update rust crate log to v0.4.22
- Update rust crate phonenumber to v0.3.5
- Update rust crate serde to v1.0.203
- Update rust crate serde_json to v1.0.119
- Update rust crate tera to v1.20.0
- Update rust crate thiserror to v1.0.61
- Update rust crate tokio to v1.38.0
- Update rust crate url to v2.5.2
- Update rust crate uuid to v1.9.1
Ci
- Lint commits, md, yaml and format tomls
smtp-mailer v0.6.0
(found in OpenTalk v24.7.1, v24.7.0)
Changelog
🚀 New features
- Added previews for: registered-event-update and registered-uninvite
- Add streaming information to all templates (#66)
🐛 Bug fixes
Ci
- Upgrade debian image in ci & container creation to bookworm (#92)
⚙ Miscellaneous Tasks
- Update controller submodule to v0.15.0
smtp-mailer v0.5.2
(found in OpenTalk v24.6.1, v24.6.0, v24.5.0, v24.4.1)
Changelog
Fixed
RUSTSEC-2024-0336
by updating dependencies (#94)
smtp-mailer v0.5.1
(found in OpenTalk v24.4.0)
Changelog
Changed
smtp-mailer v0.5.0
(found in OpenTalk v24.3.0, v24.2.0, v24.1.1, v24.1.0)
Changelog
Changed
- Create a proper ICS file for event instance updates (#60)
smtp-mailer v0.4.3
(found in OpenTalk v1.7.1, v1.7.0)
Changelog
Added
- Add deletion notice for adhoc meetings to emails (#57)
Fixed
- Update
self_cell
dependency to fixRUSTSEC-2023-0070
(#76)
smtp-mailer v0.4.2
(found in OpenTalk v1.6.2, v1.6.1)
Changelog
Fixed
- Pin dockerfile build container to Debian Bullseye to fix GLIBC errors (#72)
smtp-mailer v0.4.1
Changelog
Fixed
- Pin build base container to Debian Bullseye to fix GLIBC errors (#70)
smtp-mailer v0.4.0
(found in OpenTalk v1.6.0)
Changelog
Added
- Add quick guide hint (including link) to the generated emails (#65)
smtp-mailer v0.3.3
(found in OpenTalk v1.5.4, v1.5.3)
Changelog
Fixed
- no longer double-encode the .ics attachment in base64 (#54)
smtp-mailer v0.3.2
(found in OpenTalk v1.5.2)
Changelog
Fixed
- container: pin build container to fixed debian version (#52)
smtp-mailer v0.3.1
(found in OpenTalk v1.5.1)
Changelog
Fixed
- RUSTSEC-2023-0052 (#49)
smtp-mailer v0.3.0
(found in OpenTalk v1.5.0, v1.4.0)
Changelog
Added
Fixed
- Make shared folder link clickable (#41)
smtp-mailer v0.2.0
(found in OpenTalk v1.3.3, v1.3.2, v1.3.1, v1.3.0)
Changelog
Changed
- The creator is now referenced via Reply-To instead of From header field, From is configurable (#33)
Fixed
- Show the inviter's full name, not just the first name (#31)
smtp-mailer v0.1.0
(found in OpenTalk v1.2.2, v1.2.1, v1.2.0, v1.1.2, v1.1.1, v1.1.0, v1.0.0)
Changelog
Added
- Add license information
Fixed
- fixed a bug where environment variables did not overwrite config values