Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility layers for v0.12 plugins (#912)
* Add Base#inspect to show this object in simple/short way * add fluent/compat/filter and make Fluent::Filter with it * add fluent/compat/input and make Fluent::Input with it * add comments about time handling * fix to extend chunk to add method for event iteration * fix test with added (missing) error definition * remove fileutils * add optimization * take care about NaN & Inf * add buffer path pattern only for suffix * initialize minimal internal things as early as possible for tests * Add compatibility layers for output plugin * change internal APIs to emit events to plugins/routers with newer one * remove all output chains from cores * fix tests for core modules/classes with newer API * fix to use test driver for buffered output * re-implement symlink_path feature on v0.14 buffer APIs * add break condition to wait checks to run * update comments for correctness * add deprecation warning for "type" in secondary section * fix to use more explicit name * fix tests for exponential_backoff * for readability * remove/merge dup code
- Loading branch information