added flux 0.59.1-3 to flux release notes

pull/730/head
Scott Anderson 2020-01-16 15:45:53 -07:00
parent 6e5144d914
commit e16fa7ad88
1 changed files with 23 additions and 1 deletions

View File

@ -16,10 +16,32 @@ Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
## v0.59.3 [2020-01-16]
### Bug fixes
- Link both `libflux` and `libstd` for flux-config.
---
## v0.59.2 [2020-01-16]
### Bug fixes
- Link `libstd` into the lib directory instead of `libflux`.
---
## v0.59.1 [2020-01-16]
### Bug fixes
- Flux-config correctly copies `stdlib` when using a module.
- UUID security.
---
## v0.59.0 [2020-01-14]
### Features
- Add Go/Rust API for getting semantic graph.
- Add Go/Rust API for getting semantic graph..
- Optimize `limit()` transformation.
- Optimize `group()` transformation.