5.2.0
Customer Release Notes
ConnectPlaza version 5.2.0 will contain the following important fixes, features and new components:
Fixes and Features
-
Added agent identification (licensekey) included in every Analyze message for improved traceability
-
Removed no longer supported database drivers and dialects from the download controller
-
ACK/NACK support added to JMS Consumer and JMS Consumer sync for improved message acknowledgement control.
-
Fixed issue where messagestore option must be declared as message-store in aggregator configuration
-
Added restart possibility for the watcherThread in updateBackendInterface for improved resilience
-
Defensive-copy fix on message history list in ConnectPlaza Analyze Wiretap to prevent concurrent modification issues
-
Interadapter support added for aggregator and filter components
-
Fixed thread unsafe code in the aggregator producer
-
Updated JRE to latest version 17
-
MCP upgraded to version 1.1.1 with added Resources support and improved Streamable HTTP transport
-
Added JsonValidatorV2 using the networknt schema validator, supporting all versions of JSON Schema (draft-04 through draft-2020-12)
-
Agent can now be started in debug mode using the environment variable CONNECTPLAZA_DEBUG_AGENT=true
New Components
MCP Proxy Consumer
The MCP Proxy Consumer is a new component that enables proxying MCP (Model Context Protocol) requests to upstream MCP servers. It allows ConnectPlaza to act as an intermediary in MCP-based integrations, transparently forwarding tool requests and responses between AI clients and backend MCP services. This makes it possible to chain or aggregate multiple MCP-capable services behind a single ConnectPlaza endpoint.
MCP Service Gateway
The MCP Service Gateway is a new component that exposes backend services over the MCP (Model Context Protocol) protocol. Using the MCP Service Gateway it becomes possible to make any backend service accessible as an MCP-compatible resource for AI clients, assistants, or chatbots. This complements the existing MCP Consumer and Listener components, completing the MCP integration story in ConnectPlaza.