mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[sip-15] Enabling SIP-15 by default (#9017)
This commit is contained in:
@@ -46,6 +46,13 @@ now uses UTC for the tooltips and default placeholder timestamps (sans timezone)
|
||||
have changed. FLASK_APP should be updated to `superset.app:create_app()` and Celery Workers
|
||||
should be started with `--app=superset.tasks.celery_app:app`
|
||||
|
||||
* [9017](https://github.com/apache/incubator-superset/pull/9017): `SIP_15_ENABLED` now
|
||||
defaults to True which ensures that for all new SQL charts the time filter will behave
|
||||
like [start, end). Existing deployments should either disable this feature to keep the
|
||||
status quo or inform their users of this change prior to enabling the flag. The
|
||||
`SIP_15_GRACE_PERIOD_END` option provides a mechanism for specifying how long chart
|
||||
owners have to migrate their charts (the default is indefinite).
|
||||
|
||||
## 0.35.0
|
||||
|
||||
* [8370](https://github.com/apache/incubator-superset/pull/8370): Deprecates
|
||||
|
||||
Reference in New Issue
Block a user