-
-
Couldn't load subscription status.
- Fork 6
Description
Vector 0.39.0
No changes are required.
Vector 0.38.0
No changes are required.
Vector 0.37.1
No changes are required.
Vector 0.37.0
Changelog
The reasoning for this change is that users often miss the undefined variable warning and are confused by Vector not behaving as the expected. In particular, this happens when using
$1in regex capture groups in VRL without realizing they need to be escaped as$$1to avoid interpolation.https://vector.dev/highlights/2023-03-26-0-37-0-upgrade-guide/#strict-env-vars
The regex anchor $ is used (https://github.com/stackabletech/operator-rs/blob/0.65.0/crates/stackable-operator/src/product_logging/framework.rs#L964). According to https://vector.dev/docs/reference/vrl/expressions/#regular-expression-examples, it is not necessary to escape this occurrence, so no changes should be required.
Vector 0.36.1
No changes are required.
Vector 0.36.0
Changelog
- Added a boolean
graphqlfield to the api configuration to allow disabling the graphql endpoint.
Note that theplaygroundendpoint will now only be enabled if thegraphqlendpoint is also enabled.
The logging integration tests use the graphql endpoint. It is enabled by default, so no changes should be required.
Vector 0.35.1
No changes are required.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status