11.1.6
Cerb (11.1.6) is a maintenance update released on January 09, 2026. It includes 11 minor features and fixes from community feedback covering the 11.1 update. You can follow these instructions to upgrade.
Changelog
Added
-
[LLM/Agents] In the OpenAI LLM provider, the
reasoning_effortparameter for reasoning models may now be set to: none, low, medium, high, xhigh. -
[LLM/Agents] In the Gemini LLM provider, the
thinking_levelparameter for reasoning models may now be set to: minimal, low, medium, high. -
[LLM/Agents] In the Gemini LLM provider, the
thinking_includeparameter may be enabled to return thinking content.
Changed
-
[Search/Fulltext] Added a
APP_OPT_FULLTEXT_ALLOW_WILDCARDSoption to allow wildcards in fulltext search terms. Since 10.4 this is disabled by default for comments and messages. -
[Developers/Database/Schema] Added the
llm_agent_sessionandllm_agent_messagetables to the database schema reference. -
[LLM/Agents] In the Anthropic LLM provider, updated the list of available models.
-
[LLM/Agents] In the AWS Bedrock LLM provider, updated the list of available models.
-
[LLM/Agents] In the Gemini LLM provider, updated the list of available models.
-
[LLM/Agents] In the OpenAI LLM provider, updated the list of available models.
-
[Records/Comments/UX] On record profiles, comments now display the 'Date:' header consistent with email messages with an absolute and relative date. Previously this was only a relative date.
-
[Records/Drafts] On
draftrecords, anorg_idcan be provided instead oforg_namewhen there are duplicates.