website/content/en/blog/highlights-february-2025.md
In this blog post we want to highlight some recently added features and guides.
v0.44.0 and won't show up for older versions.enrichment_table, called memory, was introduced! This table can also function as a sink and addresses several new use cases. See this
[release highlight]({{< ref "/highlights/2025-02-24-memory_enrichment_table.md" >}}) for details.We recently added a new guide category: [Development]({{< ref "guides/developer/_index.md" >}}).
You can find the new [debugging guide here]({{< ref "guides/developer/debugging/" >}}). The goal of this guide is to serve as a starting point for Vector users who are experiencing issues with their Vector configurations and deployments. In addition, it highlights debugging tools that Vector offers.
You can find the new [config autocompletion guide here]({{< ref "guides/developer/config-autocompletion/" >}}). We supported generating a Vector config schema for a while. This guide demonstrates how we can leverage this schema and import it into popular IDEs in order to help with writing configs.
We would love to this to VRL IDE support in the future. In the meantime, we would like to highlight this tree-sitter plugin that was developed by https://github.com/belltoy. You can read more about it in the VRL tree-sitter issue.