Release 10.11.0
Correlator

PAM-31411
Correlator cpuProfiler leaks.
A minor leak when using the CPU profiler with transient or deleted monitors has been fixed.

PAM-32768
Deadlock in storage plug-in when mixing Table.get() and RequestInstances.
A rare deadlock in the MemoryStore EPL plug-in with a full queue has been fixed. This issue has so far only been seen in internal testing. A thread waiting on a full queue holding a read lock and another thread waiting on a write lock caused the two threads to become deadlocked.
Connectivity and Adapters

PAM-32775
Cumulocity codec: Remove delivery fragment from operation while sending an update request.
Previously, EPL using the Cumulocity IoT transport to receive an Operation and then pass it back to the platform with some modifications would fail. Specifically, code like this
on all Operation(status="PENDING") as op {
...
send op to Operation.SEND_CHANNEL;
}
would fail, with an error in the Apama logs like:
{error:undefined/validationError,message:Following fields are not
updateable:
delivery,info:https://www.cumulocity.com/guides/reference-guide/#error_reporting}
This has now been resolved.
Other

PAM-32200
Apama Command Prompt should allow users to use their own SSL_CERT_FILE.
The apama_env script overwrote SSL_CERT_FILE in the environment. Users were unable to provide their own CA bundle to the Apama Command Prompt as SSL_CERT_FILE was overwritten with the default file shipped with Apama within the apama_env script. This issue is now resolved. The user can now set SSL_CERT_FILE in the environment and it will not be overwritten by apama_env.