Skip to content

Commit

Permalink
Add 0.9.5 changelog (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored May 28, 2019
1 parent 71b789e commit 4d4c1df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

# 0.9.4
# 0.9.5

## Performance

- **M3DB**: Use ReadAt() pread syscall to reduce syscalls per time series data read and half the number of open FDs with default configuration (#1664)

## Bug Fixes

- **M3Query**: Add missing support for PromQL unary expressions (#1647)
- **M3DB**: Call setrlimit to set open FDs hard limit for docker image and in Dockerfile use setcap to enable capability (#1666)
- **M3DB**: Updated Tally to 3.3.10 to issue correct error message when listen address conflict occurs with Prometheus reporter (#1660)

# 0.9.4

## Bug Fixes

Expand Down

0 comments on commit 4d4c1df

Please sign in to comment.