MailHog/docs/RELEASES.md

80 lines
2.6 KiB
Markdown
Raw Normal View History

2014-12-24 17:57:47 +00:00
MailHog Releases
================
2014-04-28 00:52:15 +00:00
2014-12-27 16:46:57 +00:00
### [v0.1.0](https://github.com/mailhog/MailHog/releases/v0.1.0)
- Switch to semantic versioning
- Rewrite web user interface
- Deprecate APIv1
- Rewrite messages endpoint for APIv2
- Add search to APIv2
2014-12-24 18:35:47 +00:00
### [v0.09](https://github.com/mailhog/MailHog/releases/0.08)
- Fix #8 - add Chaos Monkey ([Jim](JIM.md)) to support failure testing
2014-12-24 17:48:01 +00:00
### [v0.08](https://github.com/mailhog/MailHog/releases/0.08)
2014-12-21 09:27:03 +00:00
- Extract SMTP protocol into isolated library
- Better protocol tests
- Add hooks for manipulating protocol behaviour
- Merge #14 - fix display of multipart messges, thanks @derwassi
- Merge #17 - fix API v1 docs, thanks @geerlingguy
- Fix #11 - add build documentation
- Fix #12 - support broken MAIL/RCPT syntax
- Fix #16 - add deployment documentation
- Fix #18 - better server-sent event support using [goose](https://github.com/ian-kent/goose)
2014-12-24 17:48:01 +00:00
### [v0.07](https://github.com/mailhog/MailHog/releases/tag/0.07)
2014-12-02 19:53:02 +00:00
- Fix #6 - Make SMTP verbs case-insensitive
2014-12-24 17:48:01 +00:00
### [v0.06](https://github.com/mailhog/MailHog/releases/tag/0.06)
2014-12-02 19:53:02 +00:00
- Fix #5 - Support leading tab in multiline headers
2014-12-24 17:48:01 +00:00
### [v0.05](https://github.com/mailhog/MailHog/releases/tag/0.05)
2014-11-01 22:54:48 +00:00
- Add #4 - UI support for RFC2047 encoded headers
2014-12-24 17:48:01 +00:00
### [v0.04](https://github.com/mailhog/MailHog/releases/tag/0.04)
2014-11-01 22:54:48 +00:00
* Configure from environment
* Include example Dockerfile
* Fix #1 - mismatched import path and repository name
* Fix #2 - possible panic with some MIME content
* Fix #3 - incorrect handling of RSET
2014-12-24 17:48:01 +00:00
### [v0.03](https://github.com/mailhog/MailHog/releases/tag/0.03)
2014-04-28 00:52:15 +00:00
* Download message in .eml format
* Cleaned up v1 API
* Web UI and API improvements
* Fixed UI rendering bugs
* Message search and matched/total message count
* Message list resizing and scrolling
* EventSource support for message streaming
* Better error handling and reporting
* View/download individual MIME parts
* Release messages to real SMTP servers
* Switch to [go-bindata](https://github.com/jteeuwen/go-bindata) for asset embedding
2014-12-24 17:48:01 +00:00
### [v0.02](https://github.com/mailhog/MailHog/releases/tag/0.02)
2014-04-28 00:52:15 +00:00
* Better support for ESMTP (RFC5321)
* Support for SMTP AUTH (RFC4954) and PIPELINING (RFC2920)
* Improved AJAX web interface to view messages (plain text, HTML or source)
* Improved HTTP API to list, retrieve and delete messages
* Multipart MIME support
* In-memory message storage
* MongoDB storage for message persistence
2014-12-24 17:48:01 +00:00
### [v0.01](https://github.com/mailhog/MailHog/releases/tag/0.01)
2014-04-28 00:52:15 +00:00
* Basic support for SMTP and HTTP servers
* Accepts SMTP messages
* Stores parsed messages in MongoDB
* Makes messages available via API
* has Bootstrap/AngularJS UI for viewing/deleting messages