v16.17.0
github-actions
released this
29 Apr 14:37
·
366 commits
to master
since this release
Otoroshi version 16.17.0
https://github.com/MAIF/otoroshi/milestone/94?closed=1
v16.16.1...v16.17.0
https://github.com/MAIF/otoroshi/releases/tag/v16.17.0
Added
- Add plugins to implement Auth0 passwordless login flow (#1892)
- support form-urlencoded payloads for write operations on generic admin apis (#1895)
- support kubernetes armored payloads for read operations on generic admin apis (#1897)
- JDK 22 support for docker images (#1898)
Changed
- bump wasm4s version (#1893)
- support kubernetes armored payloads for write operations on generic admin apis (#1896)
- bump biscuit version (#1899)
- bump netty version (#1902)
- bump reactor netty version (#1903)
Fixed
- zip backend plugin: stackoverflow when ttl expired (#1894)
- http3 client send duplicated headers (#1900)
- http3 client close connection pipe before end of body stream (#1901)
- http3 server access log induce wrong http3 frame in the http3 decoder (#1904)
- new netty version removes QuicConnectionEvent hence we're not able to get remote ip address (#1905)