Hi users!
We have released v1.0.0.rc1 for preparing stable v1.0 release. ChangeLog is here.
We have released v0.14 stable before and it means new important features and plugin APIs are fixed. The purpose of v0.14 develops new features for v1.0 so time to release v1.0.
v1.0 announcement is good for fluentd development and users. We can separate new feature / bug fix release by Semantic versioning. It makes fluentd version management easier than before. The important point is no differences between v1.0 and v0.14 :)
We are now fixing reported bugs after v0.14 stable release. We will release v1.0.0 soon :)
We introduced new plugin lifecycle control but it causes flush timing mismatch between input and output.
This bug is fixed by combine before_shutdown
and shutdown
sequence in one call.
--user/--group
parameter regressionWe have called change privilege routine twice since v0.14.16 and it causes permission error at startup. If you have this error with v0.14.23 or earlier, update version fixed the error.
We have released v0.14.25 together. This is same as v1.0.0.rc1. If your used plugin depends on only fluentd v0.14, use this version temporarily.
For plugin developers:
v1.0 and v0.14 plugin API are same so v1.0 works with existing plugins.
If the plugin uses add_runtime_dependency "fluentd", "~> 0.14.0"
like setting in the gemspec,
update it to add_runtime_dependency "fluentd", [">= 0.14.0", "< 2"]
.
Enjoy logging!
Subscribed to the RSS feed here.
Masahiro (@repeatedly) is the main maintainer of Fluentd. He works on Fluentd development and support full-time. He is also a committer of the D programming language.
Fluentd is an open source data collector to unify log management.
2024-08-29: Scheduled support lifecycle announcement about Fluent Package v6
2023-08-29: Drop schedule announcement about EOL of Treasure Agent (td-agent) 4
2023-08-29: Scheduled support lifecycle announcement about Fluent Package
2023-07-31: Upgrade to fluent-package v5
2025-02-14: fluent-package v5.0.6 has been released
2025-01-29: Fluentd v1.16.7 has been released
2024-12-14: fluent-package v5.2.0 has been released
2024-11-29: Fluentd v1.18.0 has been released
2024-11-08: fluent-package v5.0.5 has been released
2024-08-29: Scheduled support lifecycle announcement about Fluent Package v6
2024-08-20: Fluentd v1.16.6 has been released
2024-08-19: Fluentd v1.17.1 has been released
2024-08-02: fluent-package v5.1.0 has been released
2024-07-02: fluent-package v5.0.4 has been released
Want to learn the basics of Fluentd? Check out these pages.
Couldn't find enough information? Let's ask the community!
You need commercial-grade support from Fluentd committers and experts?
©2010-2025 Fluentd Project. ALL Rights Reserved.
Fluentd is a hosted project under the Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.