You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/07/08 00:13:22 UTC

[superset] tag 2.1.1rc1 updated (e0bc2391b7 -> b66f8263be)

This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a change to tag 2.1.1rc1
in repository https://gitbox.apache.org/repos/asf/superset.git


*** WARNING: tag 2.1.1rc1 was modified! ***

    from e0bc2391b7 (commit)
      to b66f8263be (commit)
 discard e0bc2391b7 update changelog
 discard 73d3b7ab9a fix: Native time range filter in legacy charts (#23865)
 discard 8a0b66d5e5 pass force to reload data
 discard c137b5428b update changelog
 discard 3f20b9ebab update package version
 discard 801389f2f1 update changelog
 discard 7247b9bb07 merge in fix with migration (#24314)
 discard 5f21e7385f fix: handle temporal columns in presto partitions (#24054)
 discard cfb4d27d8c lint
 discard 9e6c9d2aa3 fix: handle comments in `has_table_query` (#23882)
 discard a25347c113 fix: enable strong session protection by default (#24256)
     add 60a1652be2 fix: handle comments in `has_table_query` (#23882)
     add 5df0b7ad57 lint
     add 75be3dd7b4 fix: handle temporal columns in presto partitions (#24054)
     add 9abe28bc09 merge in fix with migration (#24314)
     add 685760f110 update changelog
     add e892c0a8d2 update package version
     add 542effab81 update changelog
     add 3c44e6d639 pass force to reload data
     add 7155dcd5df fix: Native time range filter in legacy charts (#23865)
     add 128751b80f update changelog
     add a34da923fe fix: Select all issue with "Dynamically search all filter values" in FilterBar (#23400)
     add ccd456679e fix: Filter values are not updating when dependencies are set (#23566)
     add b4b1a60d51 fix(plugin-chart-handlebars): Fix TypeError when using handlebars columns raw mode (#23801)
     add b66f8263be update changelog

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e0bc2391b7)
            \
             N -- N -- N   refs/tags/2.1.1rc1 (b66f8263be)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  8 +-
 UPDATING.md                                        |  1 -
 docs/docs/security.mdx                             | 31 +-------
 .../src/plugin/controls/columns.tsx                |  5 +-
 superset-frontend/src/components/Select/Select.tsx | 23 +++---
 superset-frontend/src/components/Select/types.ts   |  5 ++
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  2 +-
 .../components/Select/SelectFilterPlugin.tsx       | 88 +++++++++++-----------
 superset/config.py                                 |  2 -
 9 files changed, 72 insertions(+), 93 deletions(-)