You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
We are using this plugin along with few other Fluentd plugins and observed that very strict/exact version dependencies for the plugin dependencies not allowing us to uptake the newer versions. Would it be possible to uptake the newer versions available for multi_json and OJ ? OR it would be nice to relax the version restrictions to a minor version instead of patch ? i.e. replacing "multi_json ~> 1.14.1" with "multi_json ~> 1.14".