@@ -4,6 +4,14 @@ Change Log
4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ v1.3.1] - 2018-03-10
8
+
9
+ ### Fixed
10
+
11
+ - Adding additional locking during message delivery to prevent race condition
12
+ that could lose messages.
13
+
14
+
7
15
## [ v1.3.0] - 2018-02-28
8
16
9
17
### Added
@@ -13,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
21
### Changed
14
22
- Reverse message display sort order in the UI; now newest first.
15
23
24
+
16
25
## [ v1.2.0] - 2017-12-27
17
26
18
27
### Changed
@@ -31,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
40
types
32
41
- Fixed panic when ` monitor.history ` set to 0
33
42
43
+
34
44
## [ v1.2.0-rc1] - 2017-01-29
35
45
36
46
### Added
@@ -57,6 +67,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
57
67
- Allow increased local-part length of 128 chars for Mailgun
58
68
- RedHat and Ubuntu now use systemd instead of legacy init systems
59
69
70
+
60
71
## [ v1.1.0] - 2016-09-03
61
72
62
73
### Added
@@ -65,6 +76,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
65
76
### Fixed
66
77
- Log and continue when unable to delete oldest message during cap enforcement
67
78
79
+
68
80
## [ v1.1.0-rc2] - 2016-03-06
69
81
70
82
### Added
@@ -75,6 +87,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
75
87
- Shutdown hang in retention scanner
76
88
- Display empty subject as ` (No Subject) `
77
89
90
+
78
91
## [ v1.1.0-rc1] - 2016-03-04
79
92
80
93
### Added
@@ -89,6 +102,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
89
102
- RESTful API moved to ` /api/v1 ` base URI
90
103
- More graceful shutdown on Ctrl-C or when errors encountered
91
104
105
+
92
106
## [ v1.0] - 2014-04-14
93
107
94
108
### Added
@@ -98,6 +112,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
98
112
specific message.
99
113
100
114
[ Unreleased ] : https://github.com/jhillyerd/inbucket/compare/master...develop
115
+ [ v1.3.1 ] : https://github.com/jhillyerd/inbucket/compare/v1.3.0...v1.3.1
101
116
[ v1.3.0 ] : https://github.com/jhillyerd/inbucket/compare/v1.2.0...v1.3.0
102
117
[ v1.2.0 ] : https://github.com/jhillyerd/inbucket/compare/1.2.0-rc2...1.2.0
103
118
[ v1.2.0-rc2 ] : https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2
0 commit comments