You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.8.1: clear output dir for gen_openapi with --split, specify encoding (utf-8 by default) in env file reading, optimize file path and name handling in save() method, orm.Schema support using pk list in serialize() with orders, fix type resolve for many included field with concrete lookup
Copy file name to clipboardExpand all lines: docs/en/community/release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Release Date: 2025/9/10
7
7
### New features
8
8
9
9
* API support **Server-Sent Events (SSE)**: [Use SSE in API](../../guide/api-route#server-sent-events)
10
-
*Clien support handling Server-Sent Events (SSE) response: [Handle SSE Response](../../guide/client#server-sent-events)
10
+
*Client support handling Server-Sent Events (SSE) response: [Handle SSE Response](../../guide/client#handle-server-sent-events-sse)
11
11
*`@api` decorator added `timeout` parameter to specifiy the timeout for API function processing time or Client request timeout.
12
-
* Added HTTP cache plugin: `api.Cache`: can handle HTTP caching like `Last-Modifed` / `Etag` automatically
12
+
* Added HTTP cache plugin: `api.Cache`: can handle HTTP caching like `Last-Modified` / `Etag` automatically
13
13
* Added search parameter `orm.Search`, support various search mode for multiple model fields: [Search Param](../../guide/schema-query/#search-param)
14
14
*`orm.Schema` support defining request context variables (such as current request user / IP) and query request context fields by passing the current request object to `context` param of the serialize methods: [Use context vars in query function](../../guide/schema-query/#relational-query-function)
15
15
*`meta gen_openapi` support `--split` parameter that spliting the API document in seperate files by endpoint, convenient for AI tools to parse and read
0 commit comments