Apr 25, 2024
Support parial key matches in Phoenix's filter_parameters
Elixir2.10.1
Fix the Phoenix filter_parameters config option support for partial key matches. When configuring config :phoenix, filter_parameters with ["key"] or {:discard, ["key"]}, it now also matches partial keys like "my_key", just like Phoenix's logger does.
See the Elixir package 2.10.1 changelog for more information.