> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/changelogs/webviewer-server/server-changelog-2024.md).

# WebViewer Server 2024 Changelog

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

### 2.3.1 - November 27th

* Updated Apryse SDK to version 11.1
* Updated Tomcat to 10.1.33
* Moves SVG, XLT and XLTM to Apryse SDK - previously these were done with HTML2PDF and LibreOffice
* Adds a server ID to the initial log output of each server

### 2.3.0 - October 30th

* Updated Apryse SDK to version 11.0
* Updated Tomcat to 10.1.31
* Adds support for Prometheus via `TRN_ENABLE_PROMETHEUS`, documentation on usage can be found [here](/web/webviewer-server/wv-server-config.md#using-prometheus-with-the-server)
* Adds support for wildcards to `TRN_FETCH_REQUIRED_URLS`, `TRN_ALLOWED_DOMAINS` and `TRN_BLOCKED_DOMAINS`
* Updated the self-signed certificate used for demo purposes

### 2.2.5 - September 4th

* Updated Apryse SDK to version 10.12
* Updated Tomcat to 10.1.28
* Updated to latest CAD libraries
* Added `jxr`, `oxps`, `dib`, `rle`, `jpf`, `jpx`, `j2k`, `j2c`, `jpm`, `hdp`, `wdp`, and `xps` file formats.
* CSV & RTF no longer use LibreOffice and instead use an internal solution, this deals with issues where these files could hang LibreOffice conversion.
* Increased the max file upload size to 5GB from 2GB.
* \[Cloudformation] New 3.0.0 version
  * Fixes bug where health check failures would not take a container down for replacement.
  * Replaces EC2 instances with Fargate, for better general responsiveness to the ECS environment.
  * Improves auto scaling to be more measured and consistent.
  * Improves the overal experience creating, destroying and updating the template.
  * Adds specifying Minimum cluster size for WVS now.
  * Removed SSH bastion implementation due to the swap to Fargate instances.

### 2.2.4 - July 24th

* Updated Apryse SDK to version 10.11
* Updated Tomcat to 10.1.26
* Updated to latest CAD libraries
* Added `log`, `md` and `jfif` file formats
* Improved information returned by GetPerfInfo, it now returns full server information
* Removed limitation when using PWS keys with WVS on external APIs, these are now properly tracked
* File uploads were not properly factoring in filename into the internal cache keys
* Added queue overload check to health check, when the queue is overloaded past the server's ability to function the health check will return a 503

### 2.2.3 - June 12th

* Updated Apryse SDK to version 10.10
* Updated Tomcat to 10.1.24
* Added `renderAnnots` option to GetThumb API
* Updated to the latest CAD libraries
* Updated to the latest HTML2PDF libraries
* Fixed problem with some unicode names when files were uploaded directly to the server
* \[Cloudformation Template] Fixed issue preventing launch with pdftron/wv-loadbalancer greater than 2.1.6

### 2.2.2 - May 1st

* Updated Apryse SDK to version 10.9
* Updated Tomcat to 10.1.23
* Add support for wildcards via `*` and `?` when using TRN\_ALLOWED\_ORIGINS
* Added option to hide license key in logs via [SHOULD\_HIDE\_PRODUCT\_KEY](/web/webviewer-server/wv-server-config.md#hide-product-key-in-logs)
* Fixed issue where TRN\_DISABLE\_CLIENT\_PDF\_ACCESS set to true would break the server's health check
* Updated to the latest CAD libraries

### 2.2.1 - March 22nd

* Updated Apryse SDK to version 10.8
* Updated Tomcat to 10.1.19
* Updated the base image for the Docker container to debian:bookworm-slim
* Fixed issue where the Docker container would not listen to Ctrl-C while attached
* Fixed problem where many password protected documents would fail to open correctly

### 2.2.0 - February 7th

* Updated Apryse SDK to version 10.7
* Updated Tomcat to 10.1.18
* General version updates for various libraries
* Replaced the logging system inside the server, `TRN_DEBUG_MODE` will now greatly increase the amount of available logs
  * This changes log structure so only two will be present, wv-server and access.
  * Logs will now by default be rotated after 25MB has been reached, up to 10 times
* Fixes issue where hidden layers would briefly be present on files
* When used with WebViewer 10.7 and greater, now supports a server based fallback for files greater than 2GB, which previously would not work
* Added fix for TRN\_FETCH\_REQUIRED\_ORIGIN preventing it from working on certain configurations
* Adds support for [z-order](/web/webviewer-server/wv-server-config.md#using-zorder-for-text) for text extracting.
* \[WV-Loadbalancer] Updates HAProxy to 2.9.3


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/web/changelogs/webviewer-server/server-changelog-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
