Skip to content

4.225.v03326773b_44b_

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 23:25
· 47 commits to refs/heads/master since this release
0332677

馃挜 Breaking changes

  • Use JMESPath for extracting idtoken and userinfo fields (#281). This introduces a break of configuration in the case a field name contains a character outside the alphanumeric range or underscore (regex [A-Za-z_0-9]); in this case, the name of the field must quoted in the configuration. In particular for the dot character: in the previous implementation, a field.name would be found, with JMES Path, the configuration of the field must be "field.name".

馃殌 New features and improvements

馃毄 Known issues

  • Regression(#285): wrong redirect after login when jenkins base url contains path