Skip to content

Commit b8ddfbd

Browse files
committed
changelog: Otoroshi 17.9
1 parent 96801a5 commit b8ddfbd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Otoroshi 17.9 is available with new plugins: Swagger UI, llms.txt Accept Markdown"
3+
description: Simplify your API documentation with Swagger UI and markdown responses for LLMs
4+
date: 2025-12-03
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.9](https://github.com/MAIF/otoroshi/releases/tag/v17.9.0) is available with multiple improvements and bug fixes and two new plugins we've contributed to:
19+
- LLMs.txt Accept Markdown: proxies requests with `Accept: text/markdown` header according to [llms.txt proposal](https://llmstxt.org/)
20+
- Swagger UI: serves a Swagger UI page from a configurable OpenAPI specification URL
21+
22+
Release 17.9.2 brings routes templates and a fix to reduce excessive CPU usage. You can update through add-on's dashboard in the [Clever Cloud Console](https://console.clever-cloud.com). You can also set `CC_OTOROSHI_VERSION` of the underlying Java application to `v17.9.2_1764753761` and rebuild it, or use [Clever Tools](/doc/cli/operators/):
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.9.2_1764753761
30+
```
31+
32+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)

0 commit comments

Comments
 (0)