Skip to content

16.5.0

Compare
Choose a tag to compare
@mathieuancelin mathieuancelin released this 30 Jun 06:29
· 1612 commits to master since this release

Otoroshi version 16.5.0

https://github.com/MAIF/otoroshi/milestone/66?closed=1
v16.4.0...v16.5.0
https://github.com/MAIF/otoroshi/releases/tag/v16.5.0

Major features announcements in this release are

  • plugins can now ship their own UI
  • you can add entity validators on users based on Json Path expressions
  • new grpc plugins available

Added

  • support plugins thats ships their own custom UI (#1300)
  • Externals vault - Support getting certificates (#1364)
  • support entity validators per admin api consumer (user or apikey) (#1617)

Changed

  • upgrade netty dependencies (#1620)
  • update coraza version (#1622)

Fixed

  • user rights check is broken on the admin api (#1618)
  • add more validation to avoid data override in the admin api (#1619)
  • fix opa execution crash on second invocation (#1623)
  • play framework add default content-type on response with no content-type (#1624)
  • otoroshi does not support application/json mediatype with open charset (#1625)

Contributors