Skip to content

Releases: MAIF/otoroshi

v16.18.4

13 Jun 21:18
Compare
Choose a tag to compare

v16.18.3

13 Jun 16:02
Compare
Choose a tag to compare

Otoroshi version 16.18.3

https://github.com/MAIF/otoroshi/milestone/98?closed=1
v16.18.2...v16.18.3
https://github.com/MAIF/otoroshi/releases/tag/v16.18.3

Added

  • make an option to be able to use the redirect on login pattern (#1926)
  • Improve the frontend summary and the backend form in the designer. (#1927)

Changed

  • update documentation about updating rbac and crds (#1929)
  • detect missing entities on kubernetes and print helpful message (#1930)

Fixed

  • update kubernetes entities (#1928)

Contributors

v16.18.2

07 Jun 14:15
Compare
Choose a tag to compare

v16.18.1

07 Jun 10:14
Compare
Choose a tag to compare

Otoroshi version 16.18.1

https://github.com/MAIF/otoroshi/milestone/96?closed=1
v16.18.0...v16.18.1
https://github.com/MAIF/otoroshi/releases/tag/v16.18.1

Added

  • OPA and http wasm plugin could have a specific UI (#1917)

Fixed

  • auth. module plugins shouldn't try to use redirect uris (#1922)
  • secure the direct usage of the private app login callback (#1923)
  • if an auth. module redirect uri has multiple query params, some can get lost through login redirections (#1924)

Documentation

  • Http wasm tutorial (#1918)

Contributors

v16.18.0

31 May 21:23
Compare
Choose a tag to compare

Otoroshi version 16.18.0

https://github.com/MAIF/otoroshi/milestone/95?closed=1
v16.17.0...v16.18.0
https://github.com/MAIF/otoroshi/releases/tag/v16.18.0

Added

  • add infrastructure to support several http listeners per otoroshi instance (#1908)
  • bind routes only to specific http listeners (#1909)
  • make individual http listeners configurable from config. file or env. variables (#1910)
  • make individual http listeners dynamic (#1911)
  • Spec http-wasm (#1914)
  • Provide a plugin to block non HTTPS traffic (#1919)
  • Green Score dashboard: calculate route usage time and waiting time (#1730)

Changed

  • Kubernetes integration : enhance findAndMerge methods to support one-way trust for CRD (#1907)
  • bump nimbus-jose-jwt version (#1915)
  • bump wasm4s version (#1916)

Fixed

  • Fix the misspelling of DataExporter (#1906)
  • auth. module login when already logged in should use current domain redirection (#1920)

Contributors

v16.17.0

29 Apr 14:37
Compare
Choose a tag to compare

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)

Contributors

v16.16.1

03 Apr 08:16
Compare
Choose a tag to compare

Otoroshi version 16.16.1

https://github.com/MAIF/otoroshi/milestone/93?closed=1
v16.16.0...v16.16.1
https://github.com/MAIF/otoroshi/releases/tag/v16.16.1

Changed

  • bump acme4j version (#1885)
  • bump bouncycastle version (#1886)

Fixed

  • parsing error when reading letsEncrypt settings (#1884)
  • ACME challenge can be triggered before challenge authorization has been stored (#1887)

Contributors

v16.16.0

31 Mar 06:37
Compare
Choose a tag to compare

Otoroshi version 16.16.0

https://github.com/MAIF/otoroshi/milestone/89?closed=1
v16.15.4...v16.16.0
https://github.com/MAIF/otoroshi/releases/tag/v16.16.0

Changed

  • Default Jwt token : added values do not support expression language (#1867)
  • NgWebsocketBackendPlugin needs to be able to return an error instead on the WS flow (#1869)
  • upgrade to latest wasm4s version (#1871)

Fixed

  • login form is not responsive on mobile phone (#1827)
  • Default Jwt Token : The claim 'nbf' contained a non-numeric date value. (#1866)
  • Default Jwt token : the format of claim dates is in milliseconds (#1868)
  • JWT selector in Jwt plugins is too limited on types (#1870)

Contributors

v16.15.4

21 Mar 13:32
Compare
Choose a tag to compare

Otoroshi version 16.15.4

https://github.com/MAIF/otoroshi/milestone/91?closed=1
v16.15.3...v16.15.4
https://github.com/MAIF/otoroshi/releases/tag/v16.15.4

Added

  • Add new kind of plugin for websocket backend calls (#1863)

Changed

  • Enhance jsonpath api for better performances and better DX (#1862)

Fixed

  • move scala-schema jar in lib as jitpack is not reliable enough (#1864)

Contributors

v16.15.3

15 Mar 10:54
Compare
Choose a tag to compare

Otoroshi version 16.15.3

https://github.com/MAIF/otoroshi/milestone/90?closed=1
v16.15.2...v16.15.3
https://github.com/MAIF/otoroshi/releases/tag/v16.15.3

Changed

  • Add state callback in the Table component (#1858)
  • better handling of Websockets errors when using the Websocket Wasm transform plugin (#1860)

Fixed

  • retrieving and updating wasmo settings from danger zone didn't work (#1857)

Contributors