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/10 23:00:33 UTC

[superset] tag 2.1.1rc2 updated (b66f8263be -> 59f12542bb)

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

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


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

    from b66f8263be (commit)
      to 59f12542bb (commit)
    omit b66f8263be update changelog
     add b38306b508 update changelog
     add 59f12542bb chore(metastore-cache): add codec support (#24586)

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   (b66f8263be)
            \
             N -- N -- N   refs/tags/2.1.1rc2 (59f12542bb)

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                                       |  1 +
 superset/config.py                                 | 25 ++++++++---
 superset/extensions/metastore_cache.py             | 38 +++++++++++++----
 .../extensions/metastore_cache_test.py             | 49 +++++++++++++++++++++-
 4 files changed, 97 insertions(+), 16 deletions(-)