sowawa / fluent-plugin-slack

132 stars 52 forks source link

Replace deprecated unescape call #58

Open OscBacon opened 1 year ago

OscBacon commented 1 year ago

URI.unescape => CGI.unescape

Fixes this plugin breaking with newer versions of ruby / fluentd (tested with ruby 3.1.3p185 and fluentd 1.15.3)

cubismod commented 1 year ago

We are running into this issue too when trying to update our Fluentd version. Unsure of the status of this project but I see that @sonots @kenjiskywalker and @sowawa seem to be maintainers, could you review? There's definitely people still using this great little project :)