From 4a06e830cab4138735d07b35ffdccecf532eb6c5 Mon Sep 17 00:00:00 2001 From: danielli-ziprecruiter <91145628+danielli-ziprecruiter@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:08:25 -0700 Subject: [PATCH] chore: describe timezone issue with alerts and reports scheduler in UPDATING.md (#29863) --- UPDATING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPDATING.md b/UPDATING.md index e7c376afe2639..ed269d8c7ef6a 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -58,6 +58,7 @@ assists people when migrating to a new version. backend, as well as the .json files used by the frontend. If you were doing anything before as part of your bundling to expose translation packages, it's probably not needed anymore. - [29264](https://github.com/apache/superset/pull/29264) Slack has updated its file upload api, and we are now supporting this new api in Superset, although the Slack api is not backward compatible. The original Slack integration is deprecated and we will require a new Slack scope `channels:read` to be added to Slack workspaces in order to use this new api. In an upcoming release, we will make this new Slack scope mandatory and remove the old Slack functionality. +- [29798](https://github.com/apache/superset/pull/29798) Since 3.1.0, the intial schedule for an alert or report was mistakenly offset by the specified timezone's relation to UTC. The initial schedule should now begin at the correct time. ### Potential Downtime