Skip to content

Commit

Permalink
Prepare release 0.0.4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored Jan 20, 2019
1 parent b4c8207 commit 6ea1d41
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Added `Observer` to txfile for collecting per transaction metrics. PR #23
- Make file syncing configurable. PR #29
- Added `Observer` to pq package for collecting operational metrics. PR #26

### Changed
- Queue reader requires explicit transaction start/stop calls. PR #27

### Deprecated

### Removed

### Fixed

## [0.0.4]

### Added
- Added `Observer` to txfile for collecting per transaction metrics. PR #23
- Make file syncing configurable. PR #29
- Added `Observer` to pq package for collecting operational metrics. PR #26

### Changed
- Queue reader requires explicit transaction start/stop calls. PR #27

## [0.0.3]

### Fixed
Expand Down Expand Up @@ -46,6 +52,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11


[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.3...HEAD
[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/elastic/go-txfile/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/elastic/go-txfile/compare/v0.0.1...v0.0.2

0 comments on commit 6ea1d41

Please sign in to comment.