Flux 0.195.1 (#5493)

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5498/head
Scott Anderson 2024-06-11 15:14:37 -06:00 committed by GitHub
parent f46dd1d335
commit b496dff5b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -10,6 +10,32 @@ aliases:
- /influxdb/cloud/reference/release-notes/flux/
---
## v0.195.1 {date="2024-06-11"}
- _Internal code cleanup._
---
## v0.195.0 {date="2024-06-11"}
### Features
- Return to internal string references.
- Allocate memory for string content.
### Bug fixes
- Join paths correctly in the `influxdb` source.
- Optimize string arrays.
### Dependency updates
- Update `github.com/benbjohnson/immutable`.
- Update `github.com/SAP/go-hdb`.
- Build on Rust 1.78.
---
## v0.194.5 {date="2023-11-22"}
### Bug fixes