Changelog (tWC)

Changelog (tWC)

1.2.0

17.07.2026

Improvements

  • Increased the default Java RAM allocation to 55% to improve performance and stability

  • Integrated a new protocol service see Protocol (tWC)

  • Standardized product behavior including health checks, Prometheus endpoints, and management port security

  • Added a configurable limit for inline attachments to prevent memory issues and denial-of-service risks

Actuator Endpoints are available default on port 8081 from this release on

Fixes

  • Resolved a bug where the web service was returning incomplete data in certain scenarios

  • Corrected a configuration breaking change to ensure read requests remain enabled by default

  • Resolved a NullPointerException occurring during document retrieval when debug logging was enabled without a document type



1.1.0

02.04.2026

Improvements

  • Enhanced security, all request are disabled by default, enable by using *security.allowed* configuration, see configuration for details and available properties

  • asynchronous archiving is now supported, that allows to store files in filesystem together with and IDX and use DocumentRouter to Archive the files

  • Webservice requires a valid license file from this release

Fix

  • special characters and spaces are now supported in Webservice requests

  • Encryption of configuration parameter is now supported for all properties that can contain sensitive information see Protecting sensible application-wide configuration

  • request with missing secKey are now sending a proper error message

  • docGet is now allowed without compId (tia ContentServer is handling these request and decide about the response)

  • a resource leak the leaks on get threads is closed

1.0.2

15.09.2025

Fix

Fixed a Bug when using V2 and MTOM with an XOP Multipart Attachment

Features

  • Supports now RSA with different BithDepth (like 4096)

1.0.1

01.09.2025

Initial Version. Cloud Native

new Features

  • Spring Boot WS based

  • Added Actuator-Endpoints

  • Enhanced Security / Pipelining

  • Reworked SecKey Procedure

Known Issues

  • Missing Async Logic