UDP panic fixed in 0.9.1

pull/3165/head
Philip O'Toole 2015-06-26 13:27:23 -04:00
parent fb86210b89
commit 8ed011b4f7
1 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,4 @@
## v0.9.2 [unreleased]
### Bugfixes
- [3155](https://github.com/influxdb/influxdb/pull/3155): Instantiate UDP batcher before listening for UDP traffic, otherwise a panic may result.
## v0.9.1 [2015-06-26]
## v0.9.1 [unreleased]
### Features
@ -45,6 +39,7 @@
- [#2996](https://github.com/influxdb/influxdb/issues/2996): Graphite Input Parsing
- [#3127](https://github.com/influxdb/influxdb/issues/3127): Trying to insert a number larger than the largest signed 64-bit number kills influxd
- [#3131](https://github.com/influxdb/influxdb/pull/3131): Copy batch tags to each point before marshalling
- [3155](https://github.com/influxdb/influxdb/pull/3155): Instantiate UDP batcher before listening for UDP traffic, otherwise a panic may result.
## v0.9.0 [2015-06-11]