This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/uv/mcp-server/fastmcp-3.2.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git
omit 0e1df948a3 build(deps): bump fastmcp from 2.14.5 to 3.2.0 in
/mcp-server
add fcb3bb4c5b [#11122 ][#11112] docs(upgrade): Improve PostgreSQL backup
format and add rollback instructions (#11461)
add 976cfa6d64 [#11303] fix(gvfs): do not close cached FileSystem on
eviction (defer close to GVFS shutdown) (#11304)
add 64433f98b1 [#11498] improvement(core): Reuse catalog cache when
resolving properties (#11499)
add becbd50267 [MINOR] docs: Document default ResolvingFileIO (#11511)
add 93dff8d6b4 build(deps): bump python-multipart from 0.0.20 to 0.0.27 in
/mcp-server (#11536)
add 18df317527 build(deps): bump fastmcp from 2.14.5 to 3.2.0 in
/mcp-server
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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 (0e1df948a3)
\
N -- N -- N refs/heads/dependabot/uv/mcp-server/fastmcp-3.2.0
(18df317527)
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:
.../filesystem/hadoop/BaseGVFSOperations.java | 68 +++++--
.../GravitinoVirtualFileSystemConfiguration.java | 30 +++
.../gravitino/filesystem/hadoop/TestGvfsBase.java | 216 +++++++++++++++++++++
.../apache/gravitino/catalog/CatalogManager.java | 20 +-
.../gravitino/catalog/TestCatalogManager.java | 81 ++++++++
docs/how-to-upgrade.md | 69 ++++++-
docs/how-to-use-gvfs.md | 3 +-
docs/iceberg-rest-service.md | 51 +++--
docs/lakehouse-iceberg-catalog.md | 61 +++---
mcp-server/uv.lock | 6 +-
10 files changed, 531 insertions(+), 74 deletions(-)