v17.10.0
Otoroshi version 17.10.0
https://github.com/MAIF/otoroshi/milestone/132?closed=1 https://github.com/MAIF/otoroshi/compare/v17.9.2...v17.10.0 https://github.com/MAIF/otoroshi/releases/tag/v17.10.0
Added
$parse_numberoperator for workflows (#2360 fixed by mathieuancelin)- add an
$andoperator for workflows (#2364 fixed by mathieuancelin) - add an
$oroperator for workflows (#2365 fixed by mathieuancelin) - add a
$first_truthyoperator for workflows (#2366 fixed by mathieuancelin) - allow to return custom error response on failed jwt verification (#2369 fixed by mathieuancelin)
- add new
UserLogoutEndpointplugin (#2370 fixed by mathieuancelin) - Add a plugin to detect and block
React2Shellattacks (#2371 fixed by mathieuancelin) - new
$contains_ignore_caseoperator for workflows (#2372 fixed by mathieuancelin) $containscan now work ascontains_all(#2374 fixed by mathieuancelin)$contains_ignore_casecan now work ascontains_all(#2375 fixed by mathieuancelin)$contains_ignore_casecan now work ascontains_any(#2376 fixed by mathieuancelin)$containscan now work ascontains_any(#2377 fixed by mathieuancelin)$orcan operator on sequence of values (#2378 fixed by mathieuancelin)$andcan operator on sequence of values (#2379 fixed by mathieuancelin)
Changed
- Update snow monkey page to use routes by default (#2373 fixed by mathieuancelin)
Fixed
- Unable to Launch Chaos Engineering Plugin (v17.5.1) (#2361 fixed by mathieuancelin)
- avoid to fail when response path not present in the
http_callfunction (#2362 fixed by mathieuancelin) - Avoid failing on empty array with
Map,FlatMap,Filter,Foreachnodes (#2363 fixed by mathieuancelin) - Using authentication plugin in APIs does not work (#2367 fixed by mathieuancelin)
Contributors
- @mathieuancelin
- @dmorvant-altima