Skip to content

Commit dae313b

Browse files
authored
chore(releasing): Prepare 0.32.0 release (#1740)
* chore(deps): change version from 0.31.0 with 0.32.0 * chore(releasing): generate changelog
1 parent 1357941 commit dae313b

7 files changed

Lines changed: 26 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
<!-- changelog start -->
66

7+
## [0.32.0 (2026-04-16)]
8+
9+
### New Features
10+
11+
- Added a new `encode_csv` function that encodes an array of values into a CSV-formatted string. This is the inverse of the existing `parse_csv` function and supports an optional single-byte delimiter (defaults to `,`).
12+
13+
authors: armleth (https://github.com/vectordotdev/vrl/pull/1649)
14+
- Added `to_entries` and `from_entries` with jq-compatible behavior: `to_entries` supports both objects and arrays, and `from_entries` accepts `key`/`Key`/`name`/`Name` and `value`/`Value` aliases.
15+
16+
authors: close2code-palm (https://github.com/vectordotdev/vrl/pull/1653)
17+
18+
### Enhancements
19+
20+
- Added `except` parameter to `flatten` function to exclude specific keys from being flattened.
21+
22+
authors: benjamin-awd (https://github.com/vectordotdev/vrl/pull/1682)
23+
24+
### Fixes
25+
26+
- Fixed a bug where the REPL input validator was executing programs instead of only compiling them, causing functions with side effects (e.g. `http_request`) to run twice per submission.
27+
28+
authors: prontidis (https://github.com/vectordotdev/vrl/pull/1701)
29+
30+
731
## [0.31.0 (2026-03-05)]
832

933
### New Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vrl"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = ["Vector Contributors <vector@datadoghq.com>"]
55
edition = "2024"
66
license = "MPL-2.0"

changelog.d/1649.feature.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/1653.feature.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/1682.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/1701.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)