v17.11.0
Otoroshi version 17.11.0
https://github.com/MAIF/otoroshi/milestone/133?closed=1 https://github.com/MAIF/otoroshi/compare/v17.10.0...v17.11.0 https://github.com/MAIF/otoroshi/releases/tag/v17.11.0
Added
- support new
HeaderHashloadbalancing strategy (#2380 fixed by mathieuancelin) - support new
CookieHashloadbalancing strategy (#2381 fixed by mathieuancelin) - support new
QueryHashloadbalancing strategy (#2382 fixed by mathieuancelin) - add workflow support for websocket message transformations (#2383 fixed by mathieuancelin)
- Provide helpful log message when ssl modules not open (#2386 fixed by mathieuancelin)
- Plugin to mirror websocket traffic to another target (#2388 fixed by mathieuancelin)
- new
Datadogdata exporter (#2390 fixed by mathieuancelin) - new
New Relicdata exporter (#2392 fixed by mathieuancelin) - Enforce fine-grained authorizations through OpenFGA API (#2394 fixed by mathieuancelin)
Changed
- update coraza plugin to use OWASP CoreRuleSet 4.21.0 (#2389 fixed by mathieuancelin)
Fixed
- WebSocket sub protocol is not forwarded anymore (#2387 fixed by mathieuancelin)
Documentation
- documentation page about
Understanding GatewayEvent Durations in Otoroshi(#2393 fixed by mathieuancelin)
Contributors
- @mathieuancelin