Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1005 Bytes

Changelog.md

File metadata and controls

39 lines (33 loc) · 1005 Bytes

Mailvelope Key Server Changelog

v4.0.0

Nov 3, 2023

  • Migrate from koa to hapi and major refactoring
  • Upgrade OpenPGP.js to v5
  • Load configuration from .env file
  • Update dependencies

v3.0.0

Mar 4, 2019

  • Add upload, update and removal for single user IDs
  • Migrate to koa 2 with async/await instead of generators
  • Use eslint instead of jscs/jshint
  • Use winston instead of npmlog
  • Use co-body directly instead of koa-body
  • Send email message with PGP inline not PGP/MIME
  • Use OpenPGP.js directly instead of nodemailer-openpgp plugin
  • Use native ES6 string templates instead of nodemailer template engine
  • Update OpenPGP.js to 4.4 and other dependencies

v2.0.0

Aug 15, 2017

  • Add release npm script for travis deployment
  • Use eslint instead of jscs/jshint
  • Use ES6 destructuring
  • Replace grunt with npm scripts
  • Update dependencies

v1.0.0

Jun 13, 2016

  • Initial release