Skip to content

Commit 524e3f1

Browse files
committed
changelog: otoroshi updates
1 parent 2b92f0a commit 524e3f1

File tree

8 files changed

+237
-0
lines changed

8 files changed

+237
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Otoroshi 17.2 is available with Zip bomb plugin and new data exporters"
3+
description: "Let's hunt bots and export your logs to TCP/UDP, JMS or syslog"
4+
date: 2025-05-28
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.2](https://github.com/MAIF/otoroshi/releases/tag/v17.2.0) is available with multiple improvements and bug fixes. It brings enhancements to Workflows, data extraction from API keys and new plugins: Zip bomb backend, TCP/UDP, JMS and syslog data exporters.
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.2_` and rebuild it.
21+
22+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Otoroshi 17.3 introduces AI and Biscuit in Workflows
3+
description: Secret vault expressions with multiple values, streaming for tool calls, and many enhancements
4+
date: 2025-06-04
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.3](https://github.com/MAIF/otoroshi/releases/tag/v17.3.0) is available with multiple improvements and bug fixes. It brings more enhancements to Workflows and data extraction from API keys. Secret vault expression can now have multiple values using the `||` and `&&` operators.
19+
20+
This release is shipped with [LLM extension 0.0.47](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.47) with enhancements in responses, streaming for tool calls for Ollama, multiple access token per provider. It also introduces AI oriented set of functions for Otoroshi Workflows. [Biscuit Studio 0.0.15](https://github.com/cloud-apim/otoroshi-biscuit-studio/releases/tag/0.0.15) provides attenuation, forge and verify functions to workflows.
21+
22+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.3.1_1749049547` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
23+
24+
```bash
25+
clever features enable operators
26+
27+
clever otoroshi version check yourOtoroshiNameOrId
28+
clever otoroshi version update yourOtoroshiNameOrId
29+
clever otoroshi version update yourOtoroshiNameOrId v17.3.1_1749049547
30+
```
31+
32+
- [Learn more about Otoroshi Workflows](https://maif.github.io/otoroshi/manual/topics/workflows.html)
33+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
34+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Otoroshi 17.4 with JSON/Markdown Markdown documentation generator for Workflows
3+
description: Do more with workflows in Otoroshi, and export usage data easily
4+
date: 2025-07-16
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.4](https://github.com/MAIF/otoroshi/releases/tag/v17.4.0) is available with multiple improvements and bug fixes. It brings operators, JSON/Markdown Markdown documentation generator and a data exporter to Workflows. It comes with [LLM extension 0.0.49](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.49).
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.4.0_1752074416` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
21+
22+
```bash
23+
clever features enable operators
24+
25+
clever otoroshi version check yourOtoroshiNameOrId
26+
clever otoroshi version update yourOtoroshiNameOrId
27+
clever otoroshi version update yourOtoroshiNameOrId v17.4.0_1752074416
28+
```
29+
30+
- [Learn more about Otoroshi Workflows](https://maif.github.io/otoroshi/manual/topics/workflows.html)
31+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
32+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Otoroshi 17.5 is available with new plugins and a WYSIWYG workflow designer
3+
description: Fail2ban, Splunk exporter, body rewrite plugins and resumable workflows
4+
date: 2025-09-10
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.5](https://github.com/MAIF/otoroshi/releases/tag/v17.5.0) is available with multiple improvements and bug fixes. It brings resumable workflows, a WYSIWYG designer for workflows, plugins to rewrite HTTP request/response bodies based on regex, a fail2ban plugin and a Splunk data exporter.
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.5.1_1757489873` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
21+
22+
```bash
23+
clever features enable operators
24+
25+
clever otoroshi version check yourOtoroshiNameOrId
26+
clever otoroshi version update yourOtoroshiNameOrId
27+
clever otoroshi version update yourOtoroshiNameOrId v17.5.1_1757489873
28+
```
29+
30+
- [Learn more about Otoroshi Workflows](https://maif.github.io/otoroshi/manual/topics/workflows.html)
31+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
32+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Otoroshi 17.6 is available, with Biscuit Studio 1.0
3+
description: Monaco editor, body size limiting and bandwidth throttling plugins
4+
date: 2025-10-16
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.6](https://github.com/MAIF/otoroshi/releases/tag/v17.6.0) is available with multiple improvements and bug fixes. It now uses Monaco as code editor, brigs many improvements to workflows and plugins to to limit request/response body size or throttle bandwidth. It comes with [LLM extension 0.0.53](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.53) and [Biscuit Studio 1.0](https://github.com/cloud-apim/otoroshi-biscuit-studio/releases/tag/1.0.0) which includes features from previous releases, such as graphical inspector/tester, a sandbox to test datalog policies, support of Otoroshi expression language, etc.
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.6.3_1760617667` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
21+
22+
```bash
23+
clever features enable operators
24+
25+
clever otoroshi version check yourOtoroshiNameOrId
26+
clever otoroshi version update yourOtoroshiNameOrId
27+
clever otoroshi version update yourOtoroshiNameOrId v17.6.3_1760617667
28+
```
29+
30+
- [Learn more about Biscuit Studio](https://cloud-apim.github.io/otoroshi-biscuit-studio/docs/overview)
31+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
32+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Otoroshi 17.7 is available, with many fixes and improvements
3+
description: Lots of small changes here and there to make Otoroshi even better
4+
date: 2025-10-31
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.7](https://github.com/MAIF/otoroshi/releases/tag/v17.7.0) is available with multiple improvements and bug fixes. It comes with [LLM extension 0.0.54](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.54).
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.7.0_1762500043` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
21+
22+
```bash
23+
clever features enable operators
24+
25+
clever otoroshi version check yourOtoroshiNameOrId
26+
clever otoroshi version update yourOtoroshiNameOrId
27+
clever otoroshi version update yourOtoroshiNameOrId v17.7.0_1762500043
28+
```
29+
30+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
31+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Otoroshi 17.8 is available, with budget management for AI models
3+
description: Inline functions and usage limits for AI providers and many more improvements
4+
date: 2025-11-07
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Otoroshi v17.8](https://github.com/MAIF/otoroshi/releases/tag/v17.8.0) is available with multiple improvements and bug fixes. It comes with [LLM extension 0.0.55](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.55) which introduces inline functions in all models and budget management for AI services. Thus, you can now defines limits to AI provider usage per API key, user, kind of models, etc.
19+
20+
To update just set `CC_OTOROSHI_VERSION` of the add-on's Java application to `v17.8.0_1762533533` and rebuild it. You can also use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
21+
22+
```bash
23+
clever features enable operators
24+
25+
clever otoroshi version check yourOtoroshiNameOrId
26+
clever otoroshi version update yourOtoroshiNameOrId
27+
clever otoroshi version update yourOtoroshiNameOrId v17.8.0_1762533533
28+
```
29+
30+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
31+
- [Learn more about Budget management for AI models in Otoroshi](https://cloud-apim.github.io/otoroshi-llm-extension/docs/cost-optimizations/budgets/)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Load custom plugins in your Otoroshi instances
3+
description: Want new features? You can make your own plugins and share them with the world!
4+
date: 2025-11-12
5+
tags:
6+
- addons
7+
- otoroshi
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
Otoroshi on Clever Cloud comes with many included plugins to manage AI based APIs, Model Context Protocol (MCP), API Portal, Biscuit authentication, Dynamic JS or Mailer, etc. Now you can also load any other custom plugin by setting the `CC_OTOROSHI_PLUGINS_URLS` environment variable of the underlying Java application:
19+
- Add URLs pointing to the plugins JAR files, separated by a space or a new line
20+
- Rebuild the application
21+
22+
This works for any Otorishi version deployed on Clever Cloud. If you want to learn more about Otoroshi plugins and how to create your own, check the [Otoroshi documentation](https://maif.github.io/otoroshi/manual/plugins/create-plugins.html).
23+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)

0 commit comments

Comments
 (0)