6.1.0
New features
Custom root path
You may now customize the root path of the API using the environment variable ROOT_PATH
(default to /
).
This is useful if you wish to do service discovery via URL paths.
Fixes #152.
Custom HTTP headers
You may now specify your own HTTP headers for your:
- URL conversions.
- conversions with a webhook.
Page ranges
You may now specify a page ranges for HTML, Markdown, URL and Office conversions.
Limitation: does not work for /merge
endpoint
Fixes #84.
Allowing custom UID and GID for Gotenberg user
One may now specify a custom UID and GID thanks to two new build arguments:
GOTENBERG_USER_GID
GOTENBERG_USER_UID
Note: it is not recommended to do it on runtime in production (see https://github.com/boxboat/fixuid) that's why you'll have to re-build the Docker image.
Fixes #125.