Agent - 22.6 (LTS)
This page describes the change log of the 22.6 patch updates of the Agent service
Last updated
Was this helpful?
This page describes the change log of the 22.6 patch updates of the Agent service
Last updated
Was this helpful?
Since Agent 22.6, a new Release Cycle has been put in place for the Agent.
Agent 20.14 was the last agent to be released via the same schedule as SBE. Starting with the next version, Agent 22.6, agents release cadence will not be coupled to SBE's anymore, and its release version number will follow a year.month.patch pattern.
Please refer to the for more information (release cadence, new Long Term Support)
Fixed /agent/actuator
endpoints so they work even if the Agent runs with same management.server.port
than server.port
Fixed security vulnerabilities.
Fixed legacy startup.sh script
Spring boot has been updated to version 2.7.2.
Fixed a bug with the authentication of the ceservice.
A parentMessageId field is now exposed in the payloads returned by the Agent when retrieving information of a message consecutive to either a reply or a forward; it can be used as a link to the original message.
Similarly to its historic capabilities on downloading messages, the ceservice is now able to download attachments even from streams it is not part of.
Fixed a bug with Blast Message API returning unexpected 500 error message.
Spring boot has been updated to version 2.6.8.
Datahose API has been released as a Beta version for now and until further notice. It allows any bot that is authorized by the right entitlements to retrieve all events happening on the pod, including the ones that happen in rooms it is not part of. For more information, follow the link to the endpoint introduced in our REST API documentation.
Please note that a breaking change will be introduced in the 22.7 version of the Agent: indeed the filters
parameter will be removed and replaced by another one, eventTypes
, which will allow to restrict the payload to the only requested.
Note there is also a dependency on a specific Datafeed v2 version that should be soon deployed to production - more information will be available soon.
Consequently to the deprecation notice of the Datafeed v1 APIs on change log, a bridge has been introduced to facilitate the transition period from Datafeed v1 APIs to Datafeed v2 service. More information are available for the as well as the .