docs: minimal updates for releases 1.62–1.69#4868
Merged
Merged
Conversation
Add brief notes on swappable Bedrock models and session recordings, introduced in Quilt Platform 1.62.
Add brief notes on the bucket file upload/delete actions and zero-config package creation introduced in Quilt Platform 1.63.
Note the new diff icon for comparing package revisions, introduced in Quilt Platform 1.64.
Add .h5ad to the preview list and note the new CRC64Checksums CloudFormation parameter for faster packaging of S3-resident files.
Clarify in Preferences.md that ui.actions.deleteObject has been off by default since Quilt Platform 1.66.
ES 7.10 (completed in 1.67) supports Graviton clusters; flag the Reserved Instance caveat for stack admins considering a switch.
Add a brief Copy URI section to FileBrowser.md and note the new Graviton2 default instance types for Elasticsearch deployments.
Note the new optional prefix field on POST /api/admin/reindex/<bucket> introduced in Quilt Platform 1.69.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4868 +/- ##
=======================================
Coverage 46.51% 46.51%
=======================================
Files 832 832
Lines 34116 34116
Branches 5828 5828
=======================================
Hits 15868 15868
Misses 16243 16243
Partials 2005 2005
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The Connect Server's BearerAuthMiddleware passes any bearer token through to the Registry, which routes qk_-prefixed tokens to API key validation. This means headless / AWS-side clients can authenticate via quilt3 API keys without completing the OAuth flow. Note both the HTTP Authorization header and stdio QUILT_API_KEY env var paths.
- Qualify the delete-marker statement: only versioning-enabled buckets
retain prior versions; unversioned buckets lose the object.
- Replace the misleading "no successors" disable hint with the actual
mechanism documented in Preferences.md (ui.sourceBuckets: {}).
The code (CRC64NVME_HASH_NAME, CHECKSUM_TYPE_CRC64NVME, py-shared ChecksumAlgorithm.CRC64NVME) and the catalog config-schema description all use uppercase NVME. Match that here. Only the release notes used the mixed-case NVMe form.
Member
Author
|
@greptileai rerun |
kevinemoore
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Walks through release notes for 1.62 through 1.69 and adds minimal documentation for items not already covered, one commit per version.
Catalog/Qurator.mdCatalog/FileBrowser.mdwalkthrough/working-with-the-catalog.md.h5adAnnData preview (Catalog/Preview.md) andCRC64Checksumsparameter (CHUNKED_CHECKSUMS.md)ui.actions.deleteObjectdefault-off note inCatalog/Preferences.mdwalkthrough/working-with-elasticsearch.mdCatalog/FileBrowser.md) and Graviton2 ES default (working-with-elasticsearch.md)Catalog/Admin.mdFeatures already covered in earlier docs PRs (Benchling webhook, MCP/Connect server, API Keys, union_roles SSO, theme logo upload, async Benchling canvas, subdomain wildcards, QuiltSync changes) were left untouched.
Test plan
🤖 Generated with Claude Code
Greptile Summary
This PR adds minimal documentation for Quilt releases 1.62–1.69 across nine docs files, covering Qurator developer tools, bucket file upload/delete, zero-config package creation, visual revision diffs, AnnData preview, CRC64/NVME checksums,
ui.actions.deleteObjectdefault-off behavior, Graviton2 Elasticsearch defaults, Copy URI button, and prefix-scoped reindex API. Issues flagged in previous review threads (versioning qualifier for delete markers,successorsvsui.sourceBucketsclarification, CRC64/NVME capitalization) have all been addressed in this revision.Confidence Score: 5/5
Safe to merge; only finding is a minor broken anchor fragment in a cross-reference link.
All changes are documentation-only. The single issue found is a P2 broken anchor (#api-keys vs #api-key-authentication) in MCP-Server.md that still navigates to the correct page. All previous P1 concerns from prior review threads have been resolved.
docs/Catalog/MCP-Server.md — broken anchor in authentication.md cross-reference link
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Quilt Catalog] --> B[FileBrowser.md\nUpload/Delete + Copy URI] A --> C[Qurator.md\nDeveloper Tools] A --> D[Preview.md\n.h5ad AnnData] A --> E[Preferences.md\ndeleteObject default-off] A --> F[Admin.md\nPrefix-scoped reindex API] A --> G[MCP-Server.md\nHeadless API Key access] A --> H[working-with-the-catalog.md\nVisual revision diffs] I[Infrastructure] --> J[working-with-elasticsearch.md\nGraviton2 default] I --> K[CHUNKED_CHECKSUMS.md\nCRC64/NVME opt-in]Reviews (2): Last reviewed commit: "docs: align CRC64/NVME spelling with the..." | Re-trigger Greptile