Release notes preview ๐ Highlights Call kv.get, kv.set, and kv.delete in logic functions to store and retrieve per-app key-value data scoped to the installing workspace. ( #23089 ) defineUninstallLogicFunction runs your cleanup logic before app entities are deleted, while app objects and records are still queryable. ( #23227 ) Server route resolvers can now return a value synchronously to the HTTP caller, unblocking webhook handshakes like Slackโs url_verification challenge.