Skip to content

Elixir 1.15 compatibility

Haelwenn requested to merge bugfix/elixir-1.15 into develop
  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.
  • Logger warnwarning
  • Add missing leading / on requests (might be linked to dependency update though)
  • Logger backends: https://github.com/elixir-lang/logger_backends/issues/4
  • Hard to reproduce errors in various functions like Pleroma.Web.MediaProxy.whitelisted?/1 with IO.chardata_to_string/1 getting a nil
  • mix format changes, CI update?
  • @tag capture_log: true stopped working?
  • Remove Logger config from AdminFE
  • Migration to remove any existing Logger config from ConfigDB
Edited by feld

Merge request reports