4 Commits

Author SHA1 Message Date
lxy
498688087a 改为monorepo,使用pnpm 2026-04-29 21:03:37 +08:00
narugo1992
19ab0352f5 docs(lakefs): document v0.54.0+ minimum version requirement
The previous commit (perf(tree): use LakeFS path-filtered logCommits ...)
relies on the ``objects=`` / ``prefixes=`` / ``limit=`` query parameters on
``logCommits``, introduced in LakeFS v0.54.0 (released 2021-11-08).
Pre-v0.54 servers silently ignore those parameters and would surface
incorrect ``lastCommit`` metadata on the file-list ``expand=true`` page.

The shipped docker bundle pins ``treeverse/lakefs:latest`` so default
deployments are always compatible. The constraint only matters for
self-deployments that pin an older LakeFS image.

Document the requirement in:

  * README — Architecture/Stack line and the Quick Start "Prereq" callout.
  * docs/setup.md — new "Prerequisites" section.
  * docs/deployment.md — new "Component Version Requirements" section.
  * docs/deployment/production.md — new "Component Versions" section.
  * docs/deployment/docker.md — extended ``lakefs`` service description.

Code-side docstrings on ``LakeFSRestClient.log_commits`` and
``tree.resolve_last_commits_for_paths`` already carry the same note from
the original perf commit.
2026-04-29 13:50:07 +08:00
Kohaku-Blueleaf
5ef51adb95 update all documents 2025-10-22 02:42:35 +08:00
Kohaku-Blueleaf
ae09f94b91 update whole doc system 2025-10-20 01:36:48 +08:00