website/content/en/blog/cose-first-year.md
In October 2024, the COSE (Community Open Source Engineering) team was formed with the mission to strengthen Vector's open source foundation and improve the developer experience. Today, we're celebrating our first year by highlighting the contributions we've made to the Vector community. The COSE team has committed over 550 changes to Vector, across 8 major releases (0.43.0 through 0.51.0).
Over the past year, there were:
If you're using OpenTelemetry, you can send OTLP data directly to Vector and get OTLP data out, without needing custom transforms or format conversions. Whether you're collecting logs, metrics, or traces, Vector now integrates seamlessly into your OpenTelemetry stack as a collector, aggregator, or transformation layer.
What this means for you: Simpler configurations, faster setup, and native compatibility with the OpenTelemetry ecosystem you're already using.
Read more in our [OTLP Support highlight]({{< ref "/highlights/2025-09-23-otlp-support.md" >}}).
We've made Vector more robust in production:
--watch-config flag now watches external VRL files and enrichment tables
in addition to configuration files, automatically reloading when the file or table has been updated. We've also fixed crashes during enrichment
table reloads and improved file event handling to properly track file changes, even during save operations in the editor.What this means for you: Easier to manage and have more confidence in your observability pipeline.
We know good documentation is crucial when you're setting up or troubleshooting Vector, so the following documentation has been added:
What this means for you: Faster onboarding, easier troubleshooting, and less time hunting for answers.
We've expanded VRL (Vector Remap Language) with new capabilities for your data transformations:
1h2m3s easilyWhat this means for you: More data transformation options without having to write custom code.
We helped bring these community contributions to production (listed alphabetically):
What this means for you: More integration options, new data sources, and flexible routing capabilities to fit Vector into your existing infrastructure.
While our primary focus is making Vector better for you, we've also invested in making it easier for you to contribute to Vector. Despite being a small team, we've worked hard to review pull requests quickly and provide thoughtful feedback to encourage community development. We believe a healthy contributor community means better software for everyone.
This benefits you through:
Want to contribute to Vector? Check out our:
As we enter our second year, our focus remains on the themes that have guided us so far:
Thank you to the Vector community for your support, feedback, and contributions. The open source community is what makes Vector great, and we're honored to be part of it.
Here's to another year of building great open source software together! 🚀
For those interested in the technical details:
For a complete list of VRL functions added during this period, see the VRL Changelog.