Skip to content
Snippets Groups Projects
Commit 0d18b68e90f1 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Prepare release

parent 0ffcc9cd78e2
No related branches found
Tags v0.4.0
No related merge requests found
Release history
===============
0.4.0 (2022-01-25)
==================
- wpd engine: almost complete rewrite of the engine. Should be more stable and
handler big loads properly.
- pooled engine: add an engine wrapper that runs multiple worker. It allow a
......
......@@ -10,7 +10,7 @@
// https
// Host: localhost
// BasePath: /api
// Version: 0.3.5
// Version: 0.4.0
//
// Consumes:
// - application/io.orus.rednerd.v1+json
......
......@@ -33,7 +33,7 @@
"info": {
"description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
"title": "Rednerd API",
"version": "0.3.5"
"version": "0.4.0"
},
"basePath": "/api",
"paths": {
......@@ -1086,7 +1086,7 @@
"info": {
"description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
"title": "Rednerd API",
"version": "0.3.5"
"version": "0.4.0"
},
"basePath": "/api",
"paths": {
......
......@@ -6,7 +6,7 @@
and their options, see <a href="/docs/engines">Rednerd Engines</a>.
title: Rednerd API
version: 0.3.5
version: 0.4.0
consumes:
- application/io.orus.rednerd.v1+json
- application/json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment