10.3.11

Cerb (10.3.11) is a maintenance update released on July 17, 2023. It includes 5 minor features and fixes from community feedback covering the 10.3 update. You can follow these instructions to upgrade.
Changelog
Added
- [Automations/Interactions]
interaction.worker
automations now includeclient_
placeholders for IP, browser, and platform.
Fixed
-
[Automations] In automations, fixed an issue with
http.request:inputs:headers:
when using a@text
annotation with automatic content-type encoding (e.g.application/json
). -
[Records] When updating a group record, the
members
field may now be a string (which is no longer double JSON-encoded), or an array of IDs which will be JSON encoded automatically. [#1725] -
[Browsers/UI/CSS] Improved the browser scrollbar style in dark mode when using a mouse (rather than touchpad).
Security
- [Platform/Dependencies] Updated the
league/oauth2-server
library in response to a vulnerability notice.