1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

rest: Add godoc example test for client.

- Update README and CHANGELOG
This commit is contained in:
James Hillyerd
2018-10-31 19:36:56 -07:00
parent 690b19a22c
commit 469132fe2f
3 changed files with 112 additions and 0 deletions

View File

@@ -11,10 +11,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use Go 1.11 modules for reproducible builds.
- SMTP TLS support (thanks kingforaday.)
- `INBUCKET_WEB_PPROF` configuration option for performance profiling.
- Godoc example for the REST API client.
### Changed
- Docker build now uses Go 1.11 and Alpine 3.8
### Fixed
- Render UTF-8 addresses correctly in both REST API and Web UI.
- Memory storage now correctly returns the newest message when asked for ID
`latest`.
## [v2.0.0] - 2018-05-05