Skip to content

Releases: maildev/maildev

v2.1.0 - Add TLS support for incoming mails

20 Jul 01:57
Compare
Choose a tag to compare

What's Changed

  • Add TLS support for incoming mails #435 (Fixes #182, #429)
  • Fix: Remove sanitizing of target=_blank attributes on anchors
  • Fix: Fixed healthcheck with MAILDEV_BASE_PATHNAME #419
  • Fix: Fixed healthcheck with MAILDEV_WEB_PORT (Fixed: #433)
  • Security: upgrade socket.io to fix CVE-2022-41940 and CVE-2022-2421 #447
  • Security: misc security updates: JSON5, got

Note

  • Tests are failing on Node 18.x in CI, but passing in all local testing w/ Node 18.

Full Changelog: v2.0.5...v2.1.0

v2.0.5 - Support Node 18.x

18 May 16:10
Compare
Choose a tag to compare

This is a bug fix release

What's Changed

Note

  • Tests were failing so tests have been improved to be passing again on all LTS versions of Node as well as the pending LTS, 18.x

Full Changelog: v2.0.4...v2.0.5

v2.0.4 - Fixes for HTML presentation issues in 2.x release

17 May 21:24
Compare
Choose a tag to compare

This is a bug fix release

What's Changed

Note

  • v2.0.3 was missing a dependency as was missed during review and QA. That version should be ignored.

Full Changelog: v2.0.2...v2.0.4

v2.0.2 - BCC and Email API Filter

23 Mar 07:56
b7133e9
Compare
Choose a tag to compare

In this version, we have merged some functions from the community, and continue to solve the problems and pr accumulated in the community. #379

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1 - Publish a new Docker image

23 Mar 03:43
2ce6fed
Compare
Choose a tag to compare

Thanks for the feedback from the community users, now the docker image of maildev can run normally 🎉

@benobab @campfireman @agbaraka @jcoutch @veritem @serg-kovalenko @ravirdv @thenickfish

What's Changed

  • bugfix: update package.json declare that Node v12 or later is required by @soulteary in #380
  • feat: upgrade docker image and package.json by @soulteary in #383

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Mar 16:22
5f2ded8
Compare
Choose a tag to compare

After a period of updates, we have upgraded the software to version v2.0.0, contains numerous dependency updates, security bug fixes, and test script fixes.

The current version adds Node v16 LTS support and stops supporting Node v10.

Next, the community will add features based on this version, we need more partners to join us, if you are interested, come along.

What's Changed

  • feat: enable logging of mail contents via CLI option @LoneRifle
  • chore: bring projects back to life by @soulteary in #378

New Contributors

Full Changelog: v1.1.1...v2.0.0

v1.1.1

22 Mar 16:08
Compare
Choose a tag to compare

Thanks to all the community partners, see you in the next new release.

If you need to use Node v10, please stay with the current version, in the next version, we will drop Node v10 and start supporting Node v16

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

1.1.0

27 Jul 21:57
Compare
Choose a tag to compare

Bugfix

  • Fix attachment file URI not correctly encoded (#256)

Improvements

  • Update minimum version to 8 (LTS) (#246)
  • Add appveyor testing for windows (#247)
  • Improved documentation for Rails (#248)
  • Upgrade dependencies (#259)
  • Add healthcheck endpoints (#255)
  • Add CORS support to the rest API (#260)

Breaking changes

  • No breaking changes 🎉

Contributors

Thanks to @floo51, @loremaps, @andreas, @SSANSH, @gael-ian, @oktapodia👏

1.0.0 🎉

19 Mar 02:36
Compare
Choose a tag to compare

Bugfix

  • Fix attachment has the same cid (#145)
  • Fix Messages with tag-like content don't display (#130)
  • Fix failed to open an attachment with a # character (#221)
  • Fix socket.io does not seem to work on windows (#185)
  • Fix can't delete an attachment
  • Fix can't clean the temp folder

Improvements

  • Add ability to hide SMTP extensions (#147)
  • Add ability to disable the web interface - Useful for programatic usage or testing (#165 - renamed to disable-web)
  • Improved shutdown handling for cli and Docker image usage (#167)
  • Load email source on demand fix (#146)
  • Reduced Docker image size (51 to 23mb)
  • Gracefully shutdown if smtp port in use (#162)
  • Increased test coverage
  • Massive code cleanup

Breaking changes

  • 1.x only works with Node.js 4.0 and higher ending support for 0.10 and 0.12

Contributors

Thanks to @kgeis, @oktapodia, @donut87, @SirMrDexter, @cbdabner, @jsonxr, @miquelfire, @GeoffreyBooth, @hichxm, @nilsceberg 👏

New "Relay to" a specific email button

13 Aug 16:24
Compare
Choose a tag to compare

Adds the new "Relay to" button to relay (forward) an email to a specific email address other than the address it was originally sent to (#126)

Also includes fixes and adjustments from #125, #131, #132 and a fix for #123.