File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased]
6
6
7
7
### Added
8
- - Added ` Observer ` to txfile for collecting per transaction metrics. PR #23
9
- - Make file syncing configurable. PR #29
10
- - Added ` Observer ` to pq package for collecting operational metrics. PR #26
11
8
12
9
### Changed
13
- - Queue reader requires explicit transaction start/stop calls. PR #27
14
10
15
11
### Deprecated
16
12
17
13
### Removed
18
14
19
15
### Fixed
20
16
17
+ ## [ 0.0.4]
18
+
19
+ ### Added
20
+ - Added ` Observer ` to txfile for collecting per transaction metrics. PR #23
21
+ - Make file syncing configurable. PR #29
22
+ - Added ` Observer ` to pq package for collecting operational metrics. PR #26
23
+
24
+ ### Changed
25
+ - Queue reader requires explicit transaction start/stop calls. PR #27
26
+
21
27
## [ 0.0.3]
22
28
23
29
### Fixed
@@ -46,6 +52,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
46
52
- Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11
47
53
48
54
49
- [ Unreleased ] : https://github.com/elastic/go-txfile/compare/v0.0.3...HEAD
55
+ [ Unreleased ] : https://github.com/elastic/go-txfile/compare/v0.0.4...HEAD
56
+ [ 0.0.4 ] : https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4
50
57
[ 0.0.3 ] : https://github.com/elastic/go-txfile/compare/v0.0.2...v0.0.3
51
58
[ 0.0.2 ] : https://github.com/elastic/go-txfile/compare/v0.0.1...v0.0.2
You can’t perform that action at this time.
0 commit comments