Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"apache",
"hacktoberfest",
"iceberg",
"rust"
],
"is_fork": false,
"size_kb": 84016,
"has_wiki": false,
"homepage": "https://rust.iceberg.apache.org/",
"languages": {
"Rust": 5020672,
"Shell": 40191,
"Python": 48320,
"Makefile": 4733,
"Dockerfile": 4022
},
"pushed_at": "2026-07-21T22:05:18Z",
"created_at": "2023-07-21T06:16:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T22:01:57Z",
"description": "Apache Iceberg",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.apache.org/",
"name": "The Apache Software Foundation",
"type": "Organization",
"login": "apache",
"company": null,
"location": null,
"followers": 23513,
"avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
"created_at": "2009-01-17T20:14:40Z",
"is_verified": null,
"public_repos": 3146,
"account_age_days": 6394
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-21T09:42:02Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-05-06T22:39:36Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-03-18T19:23:47Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-01-16T15:49:18Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-10-10T15:40:53Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-07-30T08:45:40Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-06-05T05:18:13Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-12-24T03:18:22Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-08-19T10:20:41Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2024-02-20T09:07:40Z"
}
],
"recent_commits": [
{
"oid": "577e51c3c8d01fe802052420a42c8ab0f9249373",
"body": "## Which issue does this PR close?\n\n- Closes #2775.\n\n## What changes are included in this PR?\n\nMetadata files were always written under `<table-location>/metadata`,\nignoring the `write.metadata.path` table property. Iceberg Java honors\nit (via `BaseMetastoreTableOperations.metadataFileLocation`); th\n[…]\ne manifest list and\nmanifests are written under a configured `write.metadata.path`.\n- Updated `catalog::tests::test_table_commit` to reflect the new\nmetadata file following the updated table location.",
"is_bot": false,
"headline": "feat: Honor write.metadata.path for metadata file locations (#2776)",
"author_name": "Zakariya Stasa",
"author_login": "zakariya-s",
"committed_at": "2026-07-21T22:01:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8460eee8725c7f66d53e26b89b3fef578f90ce5",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nd?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->\n\nExisting tests.",
"is_bot": false,
"headline": "deps: bump to DataFusion 54.1.0 (#2872)",
"author_name": "Matt Butrovich",
"author_login": "mbutrovich",
"committed_at": "2026-07-21T21:14:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f019ee147c42283580f9533db13a8a62a322666a",
"body": "…source column (#2845)\n\n## Which issue does this PR close?\n\nCloses #2844.\n\n## What changes are included in this PR?\n\nWhen a scan has a predicate, planning resolves every manifest's spec\npartition type against the snapshot schema. Manifests written under a\nhistorical spec whose source column was late\n[…]\norms where possible (as iceberg-java\ndoes in apache/iceberg#17262), which would also restore pruning on a\nhistorical spec's still-live partition fields.\n\n## Are these changes tested?\n\nyes. added tests",
"is_bot": false,
"headline": "Skip partition pruning for manifests whose spec references a dropped …",
"author_name": "Anoop Johnson",
"author_login": "anoopj",
"committed_at": "2026-07-21T16:53:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "633b8e0485e6ad6fa7afc2acf4cff19216cebdb2",
"body": "…2794)\n\n## Which issue does this PR close?\n\nFollow-up to #2692.\n\n## What changes are included in this PR?\n\n#2692 parsed the server-advertised `endpoints` from `GET /v1/config` but\ndid not\nyet use them. This PR wires the negotiated set into the catalog and\nstarts\nenforcing it:\n\n- **`DEFAULT_ENDPOINTS\n[…]\nnt PRs.\n\n## Are these changes tested?\n\nYes — unit tests for negotiation (advertised list, absent field,\nexplicit empty\nlist) and for `{table,namespace}_exists` on both the HEAD and\nGET-fallback paths.",
"is_bot": false,
"headline": "feat(catalog-rest): enforce negotiated endpoints for exists checks (#…",
"author_name": "Xin Huang",
"author_login": "huan233usc",
"committed_at": "2026-07-20T23:17:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c1e0fa22fb20508894f1eabd176fe206078e9b3",
"body": "Teach arrow_schema_to_schema to fold a field tagged with the canonical\narrow.parquet.variant extension into an atomic Type::Variant, the\ninverse of the export path added in #2188. Previously such a schema\nerrored with \"Field id not found in metadata\" because the variant's\nmetadata/value storage sub-\n[…]\n's children.\n\nCovers top-level, struct-nested, list-element and map-value positions\nplus auto-assigned ids; regenerates the iceberg public-api baseline.\n\n## Are these changes tested?\n\nunit-tested yes.",
"is_bot": false,
"headline": "feat(arrow): recognize arrow.parquet.variant on schema import (#2840)",
"author_name": "Christian",
"author_login": "c-thiel",
"committed_at": "2026-07-20T22:57:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b76dbef86b47417b73e3c3a937f519d586782b9",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\n000gn/T/hive2622216829356851627/table/metadata/00004-95932e2b-bbe6-444e-81b8-069c5e748a20.metadata.json, spark_catalog.default.table (branch=null) [filters=id IS NOT NULL, id >= 10, groupedBy=], 1\n```",
"is_bot": false,
"headline": "feat: add support for `_pos` metadata column (#2746)",
"author_name": "hsiang-c",
"author_login": "hsiang-c",
"committed_at": "2026-07-20T22:00:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f163f25d5a0afeb8433481780da624f3103db89",
"body": "## Which issue does this PR close?\n- Working towards: #2034\n\n## What changes are included in this PR?\nAdds encrypted manifest-list writing and wires it into\nSnapshotProducer::commit. When the table has an EncryptionManager, the\nmanifest list is encrypted, its key is KEK-wrapped, the wrapped key id\nis stored on the snapshot.\n\n## Are these changes tested?\nEncrypted round-trip unit test on the manifest-list writer",
"is_bot": false,
"headline": "feat(encryption) [12/N] write encrypted manifest list (#2677)",
"author_name": "aarushigupta132",
"author_login": "aarushigupta132",
"committed_at": "2026-07-20T08:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d7fce2ce20ceca2bcb7cadeedb945d6f6fb96e",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "Add Python environment paths to .licenserc.yaml (#2849)",
"author_name": "Kevin Liu",
"author_login": "kevinjqliu",
"committed_at": "2026-07-20T06:17:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "86f35ee5893adcbbcabca60a9d44ed72697a6d26",
"body": "Bumps [regex](https://github.com/rust-lang/regex) from 1.12.4 to 1.13.0.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/regex/blob/master/CHANGELOG.md\">regex's\nchangelog</a>.</em></p>\n<blockquote>\n<h1>1.13.0 (2026-07-09)</h1>\n<p>This release includes\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump regex from 1.12.4 to 1.13.0 (#2856)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:51:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9bb53a3a6b13c79b96028145686f5056e3fb6051",
"body": "…on (#2850)\n\nBumps [pyarrow](https://github.com/apache/arrow) from 24.0.0 to 25.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/apache/arrow/releases\">pyarrow's\nreleases</a>.</em></p>\n<blockquote>\n<h2>Apache Arrow 25.0.0</h2>\n<p>Release Notes URL: <a\nh\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump pyarrow from 24.0.0 to 25.0.0 in /bindings/pyth…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:51:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31be42d1fec174fe6b70edf9aeb147fa4d72d2f7",
"body": "Bumps the codeql-action group with 2 updates:\n[github/codeql-action/init](https://github.com/github/codeql-action) and\n[github/codeql-action/analyze](https://github.com/github/codeql-action).\n\nUpdates `github/codeql-action/init` from 4.36.3 to 4.37.0\n<details>\n<summary>Release notes</summary>\n<p><em\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump the codeql-action group with 2 updates (#2852)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:50:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5ef8302c9898128ad45ac91f2cb65ce91152be2",
"body": "…ngs/python (#2851)\n\nBumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)\nfrom 1.22.0 to 1.23.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/huggingface/huggingface_hub/releases\">huggingface-hub's\nreleases</a>.</em></p>\n<blockquote>\n<\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump huggingface-hub from 1.22.0 to 1.23.0 in /bindi…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:49:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94129dff3cad6449ea714340285ef3c4065655cc",
"body": "Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from\n8.3.0 to 8.3.2.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/astral-sh/setup-uv/commit/11f9893b081a58869d3b5fccaea48c9e9e46f990\"><code>11f9893</code></a>\nchore: roll up Dependabot updates (<a\nhref=\"ht\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump astral-sh/setup-uv from 8.3.0 to 8.3.2 (#2853)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:49:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7a1f357d1918c5fc7f32e80ee0ad36ed7c91169",
"body": "Bumps [actions/stale](https://github.com/actions/stale) from 10.3.0 to\n10.4.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/stale/releases\">actions/stale's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v10.4.0</h2>\n<h2>What's Changed</h2>\n<h3>Bug Fix</\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/stale from 10.3.0 to 10.4.0 (#2854)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:48:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82ba660d48fb4b450d93047483037aabe8b71209",
"body": "Bumps\n[taiki-e/install-action](https://github.com/taiki-e/install-action) from\n2.82.9 to 2.83.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/taiki-e/install-action/releases\">taiki-e/install-action's\nreleases</a>.</em></p>\n<blockquote>\n<h2>2.83.2</h2>\n<u\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump taiki-e/install-action from 2.82.9 to 2.83.2 (#2855)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:47:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8de62b11723ced8cd511e849f97b6c6a8473558",
"body": "Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to\n0.13.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/seanmonstar/reqwest/releases\">reqwest's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v0.13.4</h2>\n<h2>tl;dr</h2>\n<ul>\n<li>Add <code>Cl\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump reqwest from 0.12.28 to 0.13.4 (#2857)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T01:45:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db4f6091850814b83989721afe12aa9e4406d6b3",
"body": "…partition source column was dropped (#2843)\n\n## Which issue does this PR close?\n\n- Closes #2842.\n\n## What changes are included in this PR?\n\n`ManifestsTable::scan` panicked when building the `partition_summaries`\ncolumn for tables whose manifests reference a historical partition spec\nwith a source c\n[…]\nresolving\neach spec against a compatible schema, as Java does) is left as a\nfollow-up.\n\n## Are these changes tested?\n\nYes. A new unit test\n(`test_manifests_table_with_dropped_partition_source_column`)",
"is_bot": false,
"headline": "Return an error instead of panicking in inspect().manifests() when a …",
"author_name": "Anoop Johnson",
"author_login": "anoopj",
"committed_at": "2026-07-17T23:34:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d472b1948af76446c85a0245085d2d55aa5a0a58",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "chore(lint) check unused_qualifications (#2839)",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-17T08:30:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d499438fd567f29578b000b4111672d19643ca5",
"body": "…eKey` (#2834)\n\n## Which issue does this PR close?\nFollow up from https://github.com/apache/iceberg-rust/pull/2584\n\n`StandardKeyMetadata` must include encryption keys which have a valid\nsize according to the spec. Changing `StandardKeyMetadata` to store\n`SecureKey` rather than just `SecureBytes` mea\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "refactor(encryption) standard encryption metadata should store `Secur…",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-17T06:02:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "743d098e4a2d99a3f65df0c2beca37494de46760",
"body": "…teral JSON codec (#2832)\n\n## Which issue does this PR close?\nWe don't have an issue for this. Deserializing Timestamp NS default\nvalues failed.\n\n## What changes are included in this PR?\n\n`try_into_json` serialized TimestampNs/TimestamptzNs but `try_from_json`\nhad no matching arms, so a nanosecond-t\n[…]\nd arms\nmirroring the microsecond ones, plus `datetime_to_nanoseconds` /\n`datetimetz_to_nanoseconds` helpers. Also adds json_timestamp_ns /\njson_timestamptz_ns tests.\n\n## Are these changes tested?\n\nYes",
"is_bot": false,
"headline": "feat(spec): read timestamp_ns/timestamptz_ns default values in the Li…",
"author_name": "Christian",
"author_login": "c-thiel",
"committed_at": "2026-07-16T10:17:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ababe65912158c8f47ed895e073616ed5b29bc9a",
"body": "## Which issue does this PR close?\nVariant Support.\nArrow value support is currently missing as I am unsure how we want to\nextend `Literal`\n\n## What changes are included in this PR?\n### Core: Variant Type\n- `crates/iceberg/src/spec/datatypes.rs` — new `Variant` type\n- `crates/iceberg/src/spec/values\n[…]\n`dev/spark/provision.py` — Spark provisioning to generate Variant test\ndata\n\n\n## Are these changes tested?\nSure! Even integration tested :)\n\n---------\n\nCo-authored-by: Shawn Chang <yxchang@amazon.com>",
"is_bot": false,
"headline": "feat: Variant Support (#2188)",
"author_name": "Christian",
"author_login": "c-thiel",
"committed_at": "2026-07-16T09:20:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64cb19a4f798634c717773f81afeaead9ef7f757",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\n for us to continue.\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "feat(encryption) [9/N] Read encrypted parquet data-files (#2584)",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-16T01:56:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f912a796fb5df5765187ecbce1051fe9e072c84",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\n344237870771906/iceberg_data/default/table/metadata/00004-70b616c5-1bbe-4e1d-bdd6-e9ac4910674a.metadata.json, testrest.default.table (branch=null) [filters=id IS NOT NULL, id >= 10, groupedBy=], 1\n```",
"is_bot": false,
"headline": "feat: add support for `_spec_id` metadata column (#2695)",
"author_name": "hsiang-c",
"author_login": "hsiang-c",
"committed_at": "2026-07-16T00:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b80ebbf22f7319f62e21a981f05edbec4783e45e",
"body": "## Which issue does this PR close?\n\n- Closes #2722.\n\n## What changes are included in this PR?\n\n- Add writer config validation for equality delete field IDs.\n- Reject empty equality ID lists, duplicate equality field IDs, and\nfield IDs that are missing from the table schema.\n- Keep the existing `Reco\n[…]\nsts -- -D warnings`\n- `make check`\n- `make unit-test`\n- Docker-backed integration path:\n - `docker compose -f dev/docker-compose.yaml up -d --build --wait`\n - `make nextest` (1832 passed, 0 skipped)",
"is_bot": false,
"headline": "fix(writer): validate equality delete field ids (#2723)",
"author_name": "kid",
"author_login": "u70b3",
"committed_at": "2026-07-15T09:54:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5627a31eb1cc9837d6a4c02d0fdf91ae5638a3c7",
"body": "…he-moka and iceberg-catalog-loader (#2828)\n\n## Which issue does this PR close?\n\nFollow-up from #2823.\n\n## What changes are included in this PR?\n\nAdd symlinks from the crate roots to the project root's LICENSE and\nNOTICE files.\n\n## Are these changes tested?\n\nTested using the following script provided by @kevinjqliu. Introducing\nthis in CI is left as a follow-up (#2827).",
"is_bot": false,
"headline": "fix(license): Add missing LICENSE and NOTICE symlinks for iceberg-cac…",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-07-14T18:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d844a1e090f8f7e6c2895a1359b990526669aecc",
"body": "…823)\n\n## Which issue does this PR close?\n\nNone\n\n## What changes are included in this PR?\n\nApplies #1601 to the `iceberg-storage-opendal` crate.\n\n## Are these changes tested?\n\nN/A",
"is_bot": false,
"headline": "Include license and notice files in iceberg-storage-opendal crate (#2…",
"author_name": "Andrew Kane",
"author_login": "ankane",
"committed_at": "2026-07-14T16:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85c365f5b06905dd72053accc23c9d2fb2fddfd9",
"body": "…796)\n\n## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will \n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "docs: improve ancestors_between docs to make behaviour more clear (#2…",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-13T22:16:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f13bd41be3159df8fd42cee44fd2cb8f790d0390",
"body": "…ython (#2807)",
"is_bot": true,
"headline": "chore(deps-dev): Bump datafusion from 52.3.0 to 54.0.0 in /bindings/p…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T12:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78df272cb1a4ca3dc668e45ea5588d136d6fa642",
"body": "…ault (#2797)\n\n## Which issue does this PR close?\n\n- Closes #2795.\n\n## What changes are included in this PR?\n\nWhen a projected field is not present in a data file,\n`RecordBatchTransformer` resolves it using the spec's Column Projection\nfallback rules. For a field with no `initial-default` it produce\n[…]\n`schema_evolution_adds_date_column_with_nulls`.\n- absent + required + no default now errors with `Missing required\nfield: <name>` - new\n`schema_evolution_required_field_absent_without_default_errors`.",
"is_bot": false,
"headline": "fix(arrow): error on required field absent from data file with no def…",
"author_name": "Matt Butrovich",
"author_login": "mbutrovich",
"committed_at": "2026-07-13T08:57:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8cfa9d8ad3c53c841131db7554f91118b5edea7",
"body": "Bumps the codeql-action group with 2 updates:\n[github/codeql-action/init](https://github.com/github/codeql-action) and\n[github/codeql-action/analyze](https://github.com/github/codeql-action).\n\nUpdates `github/codeql-action/init` from 4.36.2 to 4.36.3\n<details>\n<summary>Release notes</summary>\n<p><em\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump the codeql-action group with 2 updates (#2808)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T06:11:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6103da8bedebe86c1b29569071d739d447e4633",
"body": "Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.47.2 to\n1.48.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/crate-ci/typos/releases\">crate-ci/typos's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v1.48.0</h2>\n<h2>[1.48.0] - 2026-06-30</h2>\n<h\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump crate-ci/typos from 1.47.2 to 1.48.0 (#2809)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T06:10:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92be8fdf6956e3746e221067dbe64cb5031c3331",
"body": "…ngs/python (#2806)\n\nBumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)\nfrom 1.21.0 to 1.22.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/huggingface/huggingface_hub/releases\">huggingface-hub's\nreleases</a>.</em></p>\n<blockquote>\n<\n[…]\n1.21.0...v1.22.0\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump huggingface-hub from 1.21.0 to 1.22.0 in /bindi…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T06:09:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b694de1ee06fc9df763d09d5179e14db10eacd8",
"body": "Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from\n8.2.0 to 8.3.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/astral-sh/setup-uv/commit/d31148d669074a8d0a63714ba94f3201e7020bc3\"><code>d31148d</code></a>\nStrip environment markers from detected uv dep\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#2817)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T03:50:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25ba70a17f79ae53959f4240367bb99d36fe0b02",
"body": "Bumps\n[taiki-e/install-action](https://github.com/taiki-e/install-action) from\n2.82.2 to 2.82.9.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/taiki-e/install-action/releases\">taiki-e/install-action's\nreleases</a>.</em></p>\n<blockquote>\n<h2>2.82.9</h2>\n<u\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump taiki-e/install-action from 2.82.2 to 2.82.9 (#2816)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T03:49:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7453309ab810abbe943bab146c11a193a8884dd4",
"body": "Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to\n0.13.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/seanmonstar/reqwest/releases\">reqwest's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v0.13.4</h2>\n<h2>tl;dr</h2>\n<ul>\n<li>Add <code>Cl\n[…]\n.12.28...v0.13.4\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump reqwest from 0.12.28 to 0.13.4 (#2810)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T03:48:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc1b585237bf9c78600ca8318984ea913bf96a9b",
"body": "Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.2.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-random/rand/blob/master/CHANGELOG.md\">rand's\nchangelog</a>.</em></p>\n<blockquote>\n<h2>[0.10.2] — 2026-07-02</h2>\n<h3>Fixes</h3>\n<ul>\n<li\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump rand from 0.9.4 to 0.10.2 (#2818)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T01:46:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1b8eacd87e3601b9b5c59dfa21c3f2a925a7240",
"body": "…#2800)\n\nThus, dependabot can update these two jobs in a single PR:\n\n\nhttps://github.com/apache/iceberg-rust/blob/6077a42ea061f73a561c26880993f84fafb1ba0f/.github/workflows/codeql.yml#L48-L54\n\n- https://github.com/apache/infrastructure-actions/pull/1028",
"is_bot": false,
"headline": "Infra: Group github/codeql-action bumps into a single dependabot PR (…",
"author_name": "Yuya Ebihara",
"author_login": "ebyhr",
"committed_at": "2026-07-11T07:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a03e450c6f8afbbf01d35d46e58d263cbd34be5d",
"body": "## Which issue does this PR close?\n\n- None. CI maintenance.\n\n## What changes are included in this PR?\n\nDeletes every `Install protoc` step: five in ci.yml, one in\npublic-api.yml, one in website.yml.\n\nThe installs were added with the datafusion 48 bump (#1501). That bump\npulled in the `substrait` cra\n[…]\n and datafusion-proto-common\nhave no build script. `prost-build` is absent from Cargo.lock and\nnothing in the workspace source references protoc.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: drop unnecessary protoc installs (#2805)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-07-11T07:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6077a42ea061f73a561c26880993f84fafb1ba0f",
"body": "## Which issue does this PR close?\n\n- None. CI maintenance for the Public API job.\n\n## What changes are included in this PR?\n\nThe job installs cargo-public-api twice per run.\n`taiki-e/install-action` has no prebuilt binary for it, so that step\nfalls back to cargo-binstall and compiles the latest rel\n[…]\nrm runs skip the install and run the same\nchecks.\n- `make check-public-api` and `make generate-public-api` expand to the\nsame commands as before.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: fix the cargo-public-api double install (#2793)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-07-10T06:00:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "facecafa4c2acbd64a98b67d138c3c2be3c84ce3",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "feat(encryption): [11/N] KMS factory trait and catalog wiring (#2650)",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-09T14:57:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff678ca6d1123d9d82902b34379ccba2caf172b6",
"body": "## Which issue does this PR close?\n\n- Closes #.\n\n## What changes are included in this PR?\n\n`Datum::to()` had no conversion between `float` and `double`, so binding\na predicate whose literal type differed from the column type failed with\n`Can't convert datum from double type to float type`. This is c\n[…]\n is already exercised by the existing\npredicate binding tests in `expr::predicate`.\n\n---------\n\nCo-authored-by: emkornfield <emkornfield@gmail.com>\nCo-authored-by: blackmwk <liurenjie1024@outlook.com>",
"is_bot": false,
"headline": "fix(spec): support float/double conversion in Datum::to() (#2783)",
"author_name": "Matt Butrovich",
"author_login": "mbutrovich",
"committed_at": "2026-07-09T09:13:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2454d64f8ee4fb351d0e917620e5dd1971f7eeb2",
"body": "…nfig (#2692)\n\n## Which issue does this PR close?\n\nRelated to #1690 (server-side scan planning), which relies on endpoint\nnegotiation. This PR lands the negotiation piece on its own so it can be\nreviewed independently.\n\n## What changes are included in this PR?\n\nThe REST spec lets a server advertise \n[…]\norts_endpoint` is true/false for listed/unlisted routes), a server\nthat\nomits the field (base operations resolve as supported), and a server\nthat\n sends an explicit empty list (nothing is supported).",
"is_bot": false,
"headline": "feat(catalog-rest): parse server-advertised endpoints from GET /v1/co…",
"author_name": "Xin Huang",
"author_login": "huan233usc",
"committed_at": "2026-07-08T23:39:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22c256e985a68b3a71dd3890d3ebd6bedc3e7b0d",
"body": "## Which issue does this PR close?\n\n- Closes #2780.\n\n## What changes are included in this PR?\n\nEquality deletes are applied by building a predicate that keeps rows not\nmatched by any delete row. For each equality column the keep term was\n`col != v`, produced by negating the equality match. Applied a\n[…]\ne_rows`: per-row keep\npredicates are AND-ed.\n- `test_delete_file_loader_parse_equality_deletes` (existing, updated):\nthe combined case with multiple columns, a required column, and null\ndelete values.",
"is_bot": false,
"headline": "fix(reader): keep rows with a null equality-delete column value (#2781)",
"author_name": "Matt Butrovich",
"author_login": "mbutrovich",
"committed_at": "2026-07-08T07:10:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "875fdb7463f0a2d685fa3c61c70527469bcd4407",
"body": "## Which issue does this PR close?\n\nDataFusion to 54.0.0 was recently released, we should try and track\nlatests releases.\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "chore(deps): Bump DataFusion to 54.0.0 (#2648)",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-07T23:02:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "894108bd5eda51b4a6f164f7040c4ca4933b46de",
"body": "…nifest_file_list (#2596)\n\n## Which issue does this PR close?\n\n- Closes #2529.\n\n## What changes are included in this PR?\n\nRenames the trait method and adds rustdoc.\n\nThe change is pretty small, although risks impacting open PRs. I would\nrecommend to either merge now or park for a while.\n\nOriginally suggested as the naming does not indicate what the purpose of\nthe method is.\n\n## Are these changes tested?\n\nN/A",
"is_bot": false,
"headline": "chore(refactor): rename SnapshotProducer::manifest_file to produce_ma…",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-07-07T20:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6ada1cea01455477e383c0911300553e81ba8f",
"body": "## What changes are included in this PR?\n\nUpdate changelog and dependency files for 0.10.0 release (RC3).\n\n0.10.0 tracking: https://github.com/apache/iceberg-rust/issues/2527\n\n## Are these changes tested?\n\nN/A",
"is_bot": false,
"headline": "chore: Update changelog for 0.10.0 (#2782)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-07-07T17:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f12772deed34b4181605d79b6dc20fb487684ae8",
"body": "## Summary\n\n- Reject negative row positions while parsing positional delete files.\n- Return `ErrorKind::DataInvalid` instead of casting negative `i64`\nvalues to huge `u64` positions.\n- Add a focused regression test for `pos = -1`.\n\n## Root cause\n\nThe positional-delete parser reads positions from an \n[…]\ncked`\n- `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo test -p iceberg\narrow::caching_delete_file_loader::tests --locked`\n\n---------\n\nCo-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>",
"is_bot": false,
"headline": "Reject negative positional delete positions (#2631)",
"author_name": "Minh Vu",
"author_login": "fallintoplace",
"committed_at": "2026-07-07T05:08:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5448e707950e631e01c7a04cd01c5c4785371c1",
"body": null,
"is_bot": false,
"headline": "feat(encryption) [8/N] Read encrypted manifest file (#2586)",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-07T00:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997db2d1371a98d8f9bf88be0db66ab2be58b52e",
"body": "## Which issue does this PR close?\n\n\n- Closes #.\n\n## What changes are included in this PR?\n\nFix the asf yml pin error in #2729 \n\n## Are these changes tested?\n\nci.\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix zizmor pin (#2762)",
"author_name": "blackmwk",
"author_login": "blackmwk",
"committed_at": "2026-07-06T21:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e80a63dbb4e58e034672b4ff665a6eae82fa02",
"body": "## Which issue does this PR close?\n\n- None. Implements the `check` job split from discussion #2753.\n\n## What changes are included in this PR?\n\nSplits the old `check` job (ubuntu + macos) into two ubuntu jobs:\n\n- `lint`: the non-compiling checks (license header, toml format, cargo\nfmt, Cargo.lock, ca\n[…]\nbs. The macOS `check` job was CI's\nslowest at 10 to 12 minutes.\n\n## Are these changes tested?\n\nCI-only change, exercised by this PR's own CI run.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: split lint checks and slim clippy (#2771)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-07-06T09:21:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e38ecf08ea9e40e1dd220f98e3949352b05de3b0",
"body": "…ngs/python (#2766)\n\nBumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)\nfrom 1.20.1 to 1.21.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/huggingface/huggingface_hub/releases\">huggingface-hub's\nreleases</a>.</em></p>\n<blockquote>\n<\n[…]\n1.20.1...v1.21.0\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump huggingface-hub from 1.20.1 to 1.21.0 in /bindi…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T03:11:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfa22009d06f767affa494b2d6d08187a2a29b9e",
"body": "Bumps\n[taiki-e/install-action](https://github.com/taiki-e/install-action) from\n2.82.2 to 2.82.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/taiki-e/install-action/releases\">taiki-e/install-action's\nreleases</a>.</em></p>\n<blockquote>\n<h2>2.82.5</h2>\n<u\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump taiki-e/install-action from 2.82.2 to 2.82.5 (#2767)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T02:51:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "390a7bb3276d053754a78aeea1db96b0dc84af8d",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python)\nfrom 6.2.0 to 6.3.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/setup-python/releases\">actions/setup-python's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v6.3.0</h2>\n<h2>What's C\n[…]\n649806c4678c61a1\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/setup-python from 6.2.0 to 6.3.0 (#2768)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T02:50:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21271fa82d88dc2727552392f81ed3f93b40ecf5",
"body": "Bumps [enum-ordinalize](https://github.com/magiclen/enum-ordinalize)\nfrom 4.3.2 to 4.4.1.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/magiclen/enum-ordinalize/commit/7cccbc89fd2be1e1c27e7ba77c1aa58389557040\"><code>7cccbc8</code></a>\nfix min-dependencies</li>\n<li><a\nhref\n[…]\n/v4.3.2...v4.4.1\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump enum-ordinalize from 4.3.2 to 4.4.1 (#2769)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T02:25:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c88f1f8bce9b2d2748796ba5ab9998493d5de3a",
"body": "Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to\n0.13.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/seanmonstar/reqwest/releases\">reqwest's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v0.13.3</h2>\n<h2>tl;dr</h2>\n<ul>\n<li>Fix Certific\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump reqwest from 0.12.28 to 0.13.3 (#2770)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T01:28:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b45d614af89be40b4d96c95ded227a38e55a606",
"body": null,
"is_bot": false,
"headline": "Resolve RUSTSEC-2026-0190 (#2763)",
"author_name": "blackmwk",
"author_login": "blackmwk",
"committed_at": "2026-07-04T05:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3de0685bc5adc225993114a5afdeb02fd21da92",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nsults in the comment\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "chore: update verify_rc script to verify tag against tarball (#2760)",
"author_name": "Shawn Chang",
"author_login": "CTTY",
"committed_at": "2026-07-03T08:46:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46fd3171563d4abad2240fbdd063f882b896c8dd",
"body": "Feature branches rarely need their own CI runs: the code is already\ntested when a pull request is opened against a release branch. If the\npush trigger has no branch restriction and pull_request is also\nconfigured, every push to a branch with an open PR runs the workflow\ntwice: once for the push and \n[…]\not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->\n\nSigned-off-by: Aurélien Pupier <apupier@ibm.com>\nCo-authored-by: blackmwk <liurenjie1024@outlook.com>",
"is_bot": false,
"headline": "Restrict trigger push branch for GitHub Workflow (#2757)",
"author_name": "Aurélien Pupier",
"author_login": "apupier",
"committed_at": "2026-07-03T08:45:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a42426ffefefec404afadf3222c7636f3f5f598",
"body": "## Which issue does this PR close?\n\n- Closes #2758.\n- Closes #2759.\n\n## What changes are included in this PR?\n\nAdd audit ignore to resolve RUSTSEC-2026-0194 RUSTSEC-2026-0195, since\nwe can't do anything now.\n\n## Are these changes tested?\n\nCI",
"is_bot": false,
"headline": "Resolve RUSTSEC-2026-0194 RUSTSEC-2026-0195 (#2761)",
"author_name": "blackmwk",
"author_login": "blackmwk",
"committed_at": "2026-07-03T08:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713e2016230c46624f0debba23363430fc3715c4",
"body": "…ile` in `ManifestWriterBuilder` (#2628)\n\n## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "refactor(encryption) use `StandardKeyMetadata` from `EncryptedOutputF…",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-01T10:01:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "125822d610ecde61c6a82fc767ee7e7e8b22b3f3",
"body": "Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.8.2 to\n1.9.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/RustCrypto/utils/commit/0b715735a660a8566ccd240bf42489fe2ed98efb\"><code>0b71573</code></a>\nzeroize v1.9.0 (<a\nhref=\"https://redirect.github.com/RustCryp\n[…]\n..zeroize-v1.9.0\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump zeroize from 1.8.2 to 1.9.0 (#2691)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T09:46:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7239a24538af0773722df74c2fb46b42031ef52d",
"body": null,
"is_bot": true,
"headline": "chore(deps): Bump reqwest from 0.12.28 to 0.13.3 (#2690)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T09:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1016ace4700299307932e410376cd635c8b9c03e",
"body": "…nencrypted manifest writer (#2666)\n\n## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "refactor(encryption) remove key_metadata from the constructor of an u…",
"author_name": "Xander",
"author_login": "xanderbailey",
"committed_at": "2026-07-01T08:24:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed347f2eac82983e4060288dee04e8b42dd59f22",
"body": "…ble_properties (#2561)\n\n## Which issue does this PR close?\n\nN/A — no tracking issue.\n\n## What changes are included in this PR?\n\nOnly the DataFusion `INSERT INTO` path honored `write.parquet.*` table\nproperties, and only the content-defined-chunking (CDC) keys, via a\nhand-rolled translation inlined \n[…]\n `write.parquet.*` options only need an assertion\non their corresponding getter.\n- Existing `test_insert_into*` DataFusion integration tests cover the\nrefactored path, which is behaviorally unchanged.",
"is_bot": false,
"headline": "feat(writer): honor write.parquet.* via ParquetWriterBuilder::from_ta…",
"author_name": "Krisztián Szűcs",
"author_login": "kszucs",
"committed_at": "2026-06-30T23:45:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c915c31e495bb1ad211079a23bca9b63bae45460",
"body": "## Which issue does this PR close?\n\n- Closes #2711.\n\n## What changes are included in this PR?\n\nReject DataFusion `InsertOp::Overwrite` and `InsertOp::Replace` before\nconstructing an Iceberg write plan.\n\nPreviously, `IcebergTableProvider::insert_into` ignored the requested\ninsert operation while the \n[…]\nnd-insert behavior remains unchanged.\n\nLocal verification:\n\n- `cargo test -p iceberg-datafusion test_catalog_backed_provider_rejects\n-- --nocapture`\n- `cargo fmt --all -- --check`\n- `git diff --check`",
"is_bot": false,
"headline": "fix(datafusion): reject non-append insert operations (#2714)",
"author_name": "kid",
"author_login": "u70b3",
"committed_at": "2026-06-30T23:44:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4215bd378cdd997f364dea737fa154aee4f6b6e2",
"body": "…712)\n\nWhich issue does this PR close?\n-------------------------------\n\n* Closes #2713.\n\nWhat changes are included in this PR?\n-------------------------------------\n\nFix empty inserts in the DataFusion integration.\n\nWhen an `INSERT` produces no data files (e.g. `INSERT INTO ... SELECT\n... WHERE fals\n[…]\nsts continue to pass.\n\nLocal verification:\n\n* `cargo test -p iceberg-datafusion`\n* `cargo clippy -p iceberg-datafusion --all-targets -- -D warnings`\n* `cargo fmt --all -- --check`\n* `git diff --check`",
"is_bot": false,
"headline": "fix(datafusion): return single row with count 0 for empty inserts (#2…",
"author_name": "kid",
"author_login": "u70b3",
"committed_at": "2026-06-30T23:43:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c3dec8fa9a9945453c8c10f9980b293880dad9b",
"body": "## Which issue does this PR close?\n\nN/A\n\n## What changes are included in this PR?\n\nChangelog update for 0.10.0.\n\n## Are these changes tested?\n\nN/A",
"is_bot": false,
"headline": "chore: Update changelog for 0.10.0 (#2751)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-30T23:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25197f46b54a559b3a543ef87bfa3445d5b15c3e",
"body": "## Which issue does this PR close?\n\n- None. This is a CI maintenance change for the Python bindings test\njob.\n\n## What changes are included in this PR?\n\nThis adds a real Rust artifact cache to the Python bindings CI test job\nfor host maturin builds on Windows and macOS.\n\nConcretely, this PR adds two\n[…]\ntries,\nbut only `main` pushes create new ones.\n\n## Are these changes tested?\n\n - Not run locally; this is a GitHub Actions workflow-only change.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: cache Python bindings Rust artifacts (#2679)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-06-30T19:56:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be6cc96eaeb1cac4574cabb11ea6e1e92e0aad45",
"body": "## Which issue does this PR close?\n\nN/A\n\n## What changes are included in this PR?\n\nWe moved all CLI installs to `--locked` in #2739. Unfortunately, this\ndoesn't work for `toml-cli` as it is not regularly updated and its lock\nfile refers to outdated dependencies. In particular, it points to crates\nwh\n[…]\n although I think\nit's OK to use newer dependencies instead.\n\n## Are these changes tested?\n\nManually tested, the following command succeeds:\n\n```\ncargo +nightly-2026-03-05 install toml-cli --force\n```",
"is_bot": false,
"headline": "chore(ci): Remove '--locked' flag on toml-cli install (#2750)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-30T15:45:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f903a19c2705850953859d52c6274efd8674ff90",
"body": "## Which issue does this PR close?\n\nN/A\n\n## What changes are included in this PR?\n\nUpdate changelog for us to cut 0.10.0-rc2.\n\n## Are these changes tested?\n\nNo, changelog update only.",
"is_bot": false,
"headline": "chore: Update changelog and dependency lists for 0.10.0 (#2745)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-29T23:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c5d7101a658d645c9ed9adbfb45005b3f31e9f",
"body": "## Which issue does this PR close?\n\n- Closes #2720.\n\n## What changes are included in this PR?\n\nOn Python 3.13, the tests error with ResourceWarning: unclosed database\nat session teardown. This is because the SqlCatalog (and its underlying\nsqlite3 connections) are never explicitly closed. Python 3.13\n[…]\n\nfixture yields some value and then after the test, the fixture function\nis resumed to perform cleanup.\n\n## Are these changes tested?\n\nYes, tests pass after the changes on Python 3.13 and Python 3.14.",
"is_bot": false,
"headline": "fix: Update Python binding test fixtures to close catalogs (#2721)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-29T22:15:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03799b1586841f839d46eebe441896f2a8cf7a36",
"body": "… metrics (#2726)\n\n## Which issue does this PR close?\n\n- Closes #2725.\n\n## What changes are included in this PR?\n\nBuilding a snapshot summary let a user-supplied snapshot property\noverwrite a computed metric key, and a non-integer value then panicked\ntotal computation. Both are fixed to match iceber\n[…]\ne skips that one total while sibling\ntotals still compute, with no panic.\n\nBoth fail if the respective fix is reverted (verified). Full `iceberg`\nlib suite (1373 tests) passes, clippy + rustfmt clean.",
"is_bot": false,
"headline": "fix(transaction): don't let user properties override computed summary…",
"author_name": "Liang-Chi Hsieh",
"author_login": "viirya",
"committed_at": "2026-06-29T21:32:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab27bba98f5f4f6c80aa518d0df2c1e1da95b802",
"body": "## Which issue does this PR close?\n\nAddresses follow-up item:\nhttps://github.com/apache/iceberg-rust/pull/2627#pullrequestreview-4484455091\n\n## What changes are included in this PR?\n\nThis change ensures that all CLI installs via Cargo will install using\nthe same dependency graph as the crate was pub\n[…]\nthough occasionally breaking changes can slip in. This change\nstandardizes all installs in the codebase to recommend using --locked.\n\n## Are these changes tested?\n\nTested by running the tools locally.",
"is_bot": false,
"headline": "chore: Update all cargo install references to use --locked (#2739)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-29T20:59:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "229160259fe0b939fb99164d3c84e9fd0dd81ff8",
"body": null,
"is_bot": true,
"headline": "chore(deps): Bump bytes from 1.11.1 to 1.12.0 (#2734)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T11:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca61fc820e25d535880caaa04bced27e3c9adf7d",
"body": "…#2706)\n\n## Which issue does this PR close?\n\n- Closes https://github.com/apache/iceberg-rust/issues/2737.\n\n## What changes are included in this PR?\n\nReverts #2675. Reworks the guide a bit to make the steps clearer.\n\n## Are these changes tested?\n\nWe found that moving the dependency list generation was not a good idea\non balance with #2691.\n\nI've checked that the dependency checks pass locally.\n\ncc @CTTY",
"is_bot": false,
"headline": "chore: Move dependency list generation back to release manager task (…",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-29T09:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e777cfffb1a5a83bcd6c41c6b2c6e24ff36f6e",
"body": "…on (#2731)\n\nBumps [maturin](https://github.com/pyo3/maturin) from 1.13.3 to 1.14.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/pyo3/maturin/releases\">maturin's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v1.14.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Bump \n[…]\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: blackmwk <liurenjie1024@outlook.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump maturin from 1.13.3 to 1.14.1 in /bindings/pyth…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T06:55:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ee253b5b91fee47beaae88839bda31794293b9a4",
"body": "…ngs/python (#2730)\n\nBumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)\nfrom 1.18.0 to 1.20.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/huggingface/huggingface_hub/releases\">huggingface-hub's\nreleases</a>.</em></p>\n<blockquote>\n<\n[…]\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: blackmwk <liurenjie1024@outlook.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump huggingface-hub from 1.18.0 to 1.20.1 in /bindi…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T06:32:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82c6bd5465b4509ca7a3ff29bcae250014287142",
"body": "… (#2728)\n\nBumps\n[rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action)\nfrom 1.0.4 to 1.0.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/crates-io-auth-action/releases\">rust-lang/crates-io-auth-action's\nreleases<\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T05:52:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb99752574d74f36860a87b960548a972cf28251",
"body": "…(#2732)\n\nBumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to\n9.1.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/pytest-dev/pytest/releases\">pytest's\nreleases</a>.</em></p>\n<blockquote>\n<h2>9.1.1</h2>\n<h1>pytest 9.1.1 (2026-06-19)</h1>\n<h\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump pytest from 9.0.3 to 9.1.1 in /bindings/python …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T05:50:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4faa49787516c2bec29ebbf62abfbe0f1ccde99d",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3\nto 7.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/checkout/releases\">actions/checkout's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v7.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/checkout from 6.0.3 to 7.0.0 (#2733)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T05:50:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ab91fd03aee97e5438f8e6b7c120b65b5bce8ae",
"body": "Bumps\n[taiki-e/install-action](https://github.com/taiki-e/install-action) from\n2.81.7 to 2.82.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/taiki-e/install-action/releases\">taiki-e/install-action's\nreleases</a>.</em></p>\n<blockquote>\n<h2>2.82.2</h2>\n<u\n[…]\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: blackmwk <liurenjie1024@outlook.com>",
"is_bot": true,
"headline": "chore(deps): Bump taiki-e/install-action from 2.81.7 to 2.82.2 (#2735)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T03:31:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1b9644c7e6a905c5f6441431e2152a5f856bccc",
"body": "Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.20.0 to\n2.21.0.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md\">minijinja's\nchangelog</a>.</em></p>\n<blockquote>\n<h2>2.21.0</h2>\n<ul>\n<li>Fixed a panic \n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump minijinja from 2.20.0 to 2.21.0 (#2736)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T03:06:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc308a23079d2ad7d04d9900838909b58b26abb1",
"body": "…file (#2696)\n\n## Which issue does this PR close?\n\nN/A — concurrency bug found while reviewing #2590.\n\n## What changes are included in this PR?\n\nFixes a lost-wakeup hang in\n`DeleteFileIndex::get_deletes_for_data_file`.\n\n## The bug\n\n`DeleteFileIndex` populates asynchronously on a background task that\n[…]\n the\nfuture always precedes any `notify_waiters()` and the notification is\nguaranteed to be delivered.\n\nSigned-off-by: Dhruv Arya <aryadhruv@gmail.com>\nCo-authored-by: Dhruv Arya <aryadhruv@gmail.com>",
"is_bot": false,
"headline": "fix: avoid lost-wakeup hang in DeleteFileIndex::get_deletes_for_data_…",
"author_name": "Dhruv Arya",
"author_login": "dhruvarya-db",
"committed_at": "2026-06-26T21:25:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac92ec9d4f6bf6ca8b7298e60d46130814b8f18f",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "chore: Bump version to 0.10.0, update changelog (#2700)",
"author_name": "Shawn Chang",
"author_login": "CTTY",
"committed_at": "2026-06-25T02:31:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "148afc50ee950b2cd8d99c0243242ef45f3948c5",
"body": "## Which issue does this PR close?\n\n- Closes #2452 . Iterates over opened PR: #2464 \n\n## What changes are included in this PR?\n\nChanged the `get_row_selection_for_filter_predicate` to return\n`Ok(None)` on cases where indices were absent instead of throwing an\nerror.\n\n## Are these changes tested?\n\nUnit-tested the change in logic. As specified in the\nhttps://github.com/apache/iceberg-rust/pull/2464#discussion_r3395462759\n\n---------\n\nCo-authored-by: JD Williams <jd@dashlx.com>",
"is_bot": false,
"headline": "fix(reader): graceful handling of missing column index (#2693)",
"author_name": "alexander domenti",
"author_login": "sandugood",
"committed_at": "2026-06-24T09:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cef32e8224efc4027247517f0186f20c3a53a5",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "fix: fix RUSTSEC-2026-0185 (#2703)",
"author_name": "Shawn Chang",
"author_login": "CTTY",
"committed_at": "2026-06-24T05:55:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac8edbb73711707a9346b41799b7a0a17d3a987e",
"body": "…ots (#2667)\n\n## Which issue does this PR close?\n\nPart of #2145. Extends #2591 (the `ExpireSnapshotsAction`) and #2664\n(the `history.expire.*` defaults).\n\n## What changes are included in this PR?\n\nWhen `ExpireSnapshotsAction` expires snapshots, it now also drops the\nstatistics and partition-statisti\n[…]\neeps\nits own; an expired snapshot with no statistics emits no removal; and\nonly the statistics variant that is actually present is removed.\n\n---------\n\nCo-authored-by: Dhruv Arya <aryadhruv@gmail.com>",
"is_bot": false,
"headline": "feat(transaction): remove statistics file metadata for expired snapsh…",
"author_name": "Dhruv Arya",
"author_login": "dhruvarya-db",
"committed_at": "2026-06-23T23:43:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d811a232ea6afc9f35a20c2c8a38b228d3b847f4",
"body": "## Which issue does this PR close?\n\nThere is no open issue for this PR.\n\n## What changes are included in this PR?\n\nThis change updates the release process to try and simplify some steps,\nand clarify what can be owned by non-committers.\n\nI've purposely left the updates of dependency files out of the \n[…]\nst properly with Iceberg Rust.\n\nI am coordinating with @CTTY for this release and we will review the\nrelease process and test it.\n\nI have tested building the site to check there's no rendering issues.",
"is_bot": false,
"headline": "chore: Update release runbook (#2674)",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-23T21:21:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "911af2eb180a63623210b505d2fc01cad810c72a",
"body": "…st (#2610)\n\n## Summary\n\n`RestCatalog::create_table` serializes `CreateTableRequest` with\nexplicit `null` values for unset optional fields (e.g.\n`\"partition-spec\": null`, `\"write-order\": null`). Strict REST catalog\nimplementations such as Apache Polaris reject these requests with HTTP\n400 Bad Reques\n[…]\n`s still deserialize.\n\nNote: I was unable to compile or run tests locally in my environment (no\ncrates.io access); relying on CI to verify.\n\nSigned-off-by: rahulsmahadev <rahul.mahadev@databricks.com>",
"is_bot": false,
"headline": "fix(rest): skip serializing unset optional fields in CreateTableReque…",
"author_name": "Rahul Shivu Mahadev",
"author_login": "rahulsmahadev",
"committed_at": "2026-06-23T11:45:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6a8ae0155d457a2bb684a97fa68c03350858b8b",
"body": "## Which issue does this PR close?\n\n- https://github.com/apache/iceberg/issues/16934\n- https://github.com/apache/iceberg/pull/16926\n\n## What changes are included in this PR?\n\nCheck ASF action allowlist on every PR\n\n## Are these changes tested?\n\nN/A\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "CI: Check ASF action allowlist on every PR (#2694)",
"author_name": "Yuya Ebihara",
"author_login": "ebyhr",
"committed_at": "2026-06-23T00:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28cf83d6cf55909c52de90809aff107aa010e7af",
"body": "… (#2688)\n\nBumps\n[rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action)\nfrom 1.0.3 to 1.0.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/crates-io-auth-action/releases\">rust-lang/crates-io-auth-action's\nreleases<\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): Bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T22:06:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4c73df7e96b00f1956fb0e482d6401430a5aaec",
"body": "## Which issue does this PR close?\n\n- None. This is a CI maintenance change based on observed Rust build\nartifact size from debug info and incremental state.\n\n## What changes are included in this PR?\n\nThis disables dev-profile debuginfo and incremental compilation for the\nRust CI jobs where those ar\n[…]\nely competing with oversized existing entries.\n\n## Are these changes tested?\n\n - Not run locally; this is a GitHub Actions workflow-only change.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: disable debuginfo and incremental in Rust CI (#2672)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-06-19T21:54:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68b29381dd51c70803f8ff15be1369d0c95cb04b",
"body": "…thor responsibility (#2676)\n\n## Which issue does this PR close?\n\n- Closes #2675.\n\n## What changes are included in this PR?\n\nThis change moves the responsibility for dependency TSV file updates\nfrom the release manager to the PR author.\n\nCI is updated to enforce this and prompt the PR author on what\n[…]\nI am\nremoving this from the release runbook also.\n\n## Are these changes tested?\n\nNo. I have updated the dependency TSV files based on the instruction,\nhowever I have not exercised the new CI workflow.",
"is_bot": false,
"headline": "chore: Move dependency list generation from a release task to a PR au…",
"author_name": "Daniel Carl Jones",
"author_login": "dannycjones",
"committed_at": "2026-06-19T21:52:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d6427b638ae731e4f45b917d3ea618b4e1c2e7a",
"body": "## What changes are included in this PR?\n\nBumps the integration-test REST catalog fixture in\n`dev/docker-compose.yaml`\nfrom `1.10.0` to `1.10.1`, the latest published\n`apache/iceberg-rest-fixture`\nrelease, so the integration tests run against the current patch fixture.\n\n## Are these changes tested?\n\nCovered by the existing Docker-based integration tests in CI.",
"is_bot": false,
"headline": "chore(dev): bump iceberg-rest-fixture to 1.10.1 (#2673)",
"author_name": "Xin Huang",
"author_login": "huan233usc",
"committed_at": "2026-06-19T20:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ea5019629b99a98f535efb459cc348f13b915ff",
"body": "## Which issue does this PR close?\n\nCloses #2518 \n\n ## What changes are included in this PR?\n\n Parses the `schema.name-mapping.default` table property once during\n `TableScanBuilder::build` and threads the resulting `Arc<NameMapping>`\nthrough `PlanContext` → `ManifestFileContext` → `ManifestEntry\n[…]\nected `NameMapping` fields on `PlanContext`.\n- `test_table_scan_with_malformed_name_mapping_property` — invalid JSON\n returns `ErrorKind::DataInvalid` from `build()`.\n\n All `scan::` tests (37) pass.",
"is_bot": false,
"headline": "Extract name mapping from table properties (#2519)",
"author_name": "Prakhar Jain",
"author_login": "prakharjain09",
"committed_at": "2026-06-19T09:20:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f00e64a502ebed0c5c77892d9df4cadce3efdb1a",
"body": "## Which issue does this PR close?\n\n- None. This is a CI maintenance change based on observed GitHub Actions\ncache churn.\n\n## What changes are included in this PR?\n\nThis keeps Rust cache restores enabled everywhere, but only saves new\nRust caches from pushes to `main`.\n\nFor `pull_request` runs, GitH\n[…]\norkflow-only change.\n- The change uses the existing `swatinem/rust-cache` `save-if` option\nand does not alter the build, check, or test commands.\n\nCo-authored-by: Abanoub Doss <abanoub.doss@gmail.com>",
"is_bot": false,
"headline": "ci: save Rust caches only from main (#2669)",
"author_name": "Abanoub Doss",
"author_login": "abnobdoss",
"committed_at": "2026-06-18T02:38:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1311892ccee7f73fc8ad62f946f77654e335ae21",
"body": "…s (#2664)\n\n## Which issue does this PR close?\n\n- Part of #2145.\n\n## What changes are included in this PR?\n\nDefaults snapshot expiry to the table's `history.expire.*` properties\nwhen the corresponding knob is not set explicitly, completing the\ndefault fallback that #2591 deferred (its `plan()` carri\n[…]\nlate that behavior now that the default age path always runs.\n`public-api.txt` regenerated for the new public fields/consts; clippy\nand fmt are clean.\n\nCo-authored-by: Dhruv Arya <aryadhruv@gmail.com>",
"is_bot": false,
"headline": "feat(transaction): default expiry to history.expire.* table propertie…",
"author_name": "Dhruv Arya",
"author_login": "dhruvarya-db",
"committed_at": "2026-06-17T07:30:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d59930621714102d30f293686ad808df516eea5",
"body": "…rkflows (#2638)\n\nFollow up to #2506, I noticed that \"nightly pypi build\" has been\nfailing:\nhttps://github.com/apache/iceberg-rust/actions/workflows/release_python_nightly.yml\n\nThe `py-release` Cargo profile was moved from `Cargo.toml` into\n`pyproject.toml` as inline maturin `config` overrides on th\n[…]\nb/workflows/release_python_nightly.yml`: `--profile py-release`\n→ `--release`\n\n## Testing\nVerified via nightly workflow run on fork:\nhttps://github.com/kevinjqliu/iceberg-rust/actions/runs/27474374224",
"is_bot": false,
"headline": "Fix: replace --profile py-release with --release in Python release wo…",
"author_name": "Kevin Liu",
"author_login": "kevinjqliu",
"committed_at": "2026-06-17T03:33:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "904f30c664906cbea302d2a77281fabdc8bb093f",
"body": "## Which issue does this PR close?\n\nRevives the effort to close #2145 (originally filed as #1454), which has\nbeen attempted before but never landed. This is the metadata-only piece;\nphysical file cleanup will build on top of it in a follow-up.\n\n## What changes are included in this PR?\n\nAdds an `Expi\n[…]\nhes and\ntags, the `RefSnapshotIdMatch` requirement, the `gc.enabled` and\n`retain_last(0)` rejections, and unreferenced-but-young retention.\n\n---------\n\nCo-authored-by: Dhruv Arya <aryadhruv@gmail.com>",
"is_bot": false,
"headline": "feat(transaction): add ExpireSnapshotsAction (#2591)",
"author_name": "Dhruv Arya",
"author_login": "dhruvarya-db",
"committed_at": "2026-06-17T01:08:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7998fc40bf46ce3b39aba18caf1727e86daa3f8a",
"body": "## Which issue does this PR close?\n\n<!--\nWe generally require a GitHub issue to be filed for all bug fixes and\nenhancements and this helps us generate change logs for our releases.\nYou can link an issue to this PR using the GitHub syntax. For example\n`Closes #123` indicates that this PR will close i\n[…]\nese changes tested?\n\n<!--\nSpecify what test covers (unit test, integration test, etc.).\n\nIf tests are not included in your PR, please explain why (for example,\nare they covered by existing tests)?\n-->",
"is_bot": false,
"headline": "ci: Update version tag in publish.yml (#2662)",
"author_name": "Shawn Chang",
"author_login": "CTTY",
"committed_at": "2026-06-17T00:48:01Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 647,
"latest_release_at": "2026-07-21T09:42:02Z",
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 51,
"days_since_latest_release": 0,
"mean_days_between_releases": 98
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "iceberg",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"iceberg",
"database"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/iceberg",
"is_deprecated": false,
"latest_version": "0.10.0",
"repository_url": "https://github.com/apache/iceberg-rust",
"versions_count": 11,
"total_downloads": 1516125,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 234759,
"first_published_at": "2021-08-09T15:01:28.096758Z",
"latest_published_at": "2026-07-21T08:49:32.030623Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "pyiceberg-core",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Rust"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/pyiceberg-core/",
"is_deprecated": false,
"latest_version": "0.10.0",
"repository_url": "https://rust.iceberg.apache.org/",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6529897,
"first_published_at": "2024-12-24T02:31:05.546630Z",
"latest_published_at": "2026-07-21T09:57:29.285159Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 517,
"stars": 1348,
"watchers": 31,
"fork_history": {
"days": [
{
"date": "2023-07-21",
"count": 3
},
{
"date": "2023-07-27",
"count": 2
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-11-03",
"count": 2
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-12",
"count": 1
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-22",
"count": 2
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-31",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-15",
"count": 2
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-20",
"count": 2
},
{
"date": "2024-02-21",
"count": 2
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 2
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-04-01",
"count": 2
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-18",
"count": 2
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-16",
"count": 3
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-01",
"count": 1
},
{
"date": "2024-06-12",
"count": 2
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-02",
"count": 2
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-11",
"count": 3
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-19",
"count": 2
},
{
"date": "2024-07-20",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-02",
"count": 2
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-10",
"count": 2
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-12",
"count": 2
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-19",
"count": 4
},
{
"date": "2024-11-27",
"count": 3
},
{
"date": "2024-11-28",
"count": 3
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-12",
"count": 2
},
{
"date": "2024-12-16",
"count": 2
},
{
"date": "2024-12-21",
"count": 2
},
{
"date": "2024-12-24",
"count": 4
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-28",
"count": 2
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-23",
"count": 2
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-11",
"count": 2
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-25",
"count": 2
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-03",
"count": 2
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-18",
"count": 2
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-03",
"count": 2
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 3
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 4
},
{
"date": "2025-04-25",
"count": 2
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-05-01",
"count": 5
},
{
"date": "2025-05-02",
"count": 3
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-13",
"count": 2
},
{
"date": "2025-05-16",
"count": 2
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-19",
"count": 2
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 2
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-12",
"count": 2
},
{
"date": "2025-06-16",
"count": 2
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-23",
"count": 2
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-11",
"count": 2
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-08-26",
"count": 2
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-17",
"count": 2
},
{
"date": "2025-09-19",
"count": 2
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-06",
"count": 2
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-14",
"count": 2
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-17",
"count": 4
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-20",
"count": 2
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-29",
"count": 2
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 2
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-09",
"count": 6
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-20",
"count": 2
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2025-12-30",
"count": 2
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-06",
"count": 2
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-14",
"count": 2
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-28",
"count": 2
},
{
"date": "2026-01-29",
"count": 3
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-06",
"count": 2
},
{
"date": "2026-02-09",
"count": 2
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-12",
"count": 2
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-21",
"count": 2
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 2
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-06",
"count": 2
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-18",
"count": 3
},
{
"date": "2026-03-19",
"count": 2
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-23",
"count": 2
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-11",
"count": 2
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-06",
"count": 3
},
{
"date": "2026-05-12",
"count": 4
},
{
"date": "2026-05-13",
"count": 3
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-20",
"count": 2
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 2
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-09",
"count": 3
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-18",
"count": 2
},
{
"date": "2026-06-19",
"count": 2
},
{
"date": "2026-06-22",
"count": 2
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 2
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-02",
"count": 2
},
{
"date": "2026-07-06",
"count": 2
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-08",
"count": 2
},
{
"date": "2026-07-09",
"count": 2
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-11",
"count": 2
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-17",
"count": 2
},
{
"date": "2026-07-18",
"count": 2
},
{
"date": "2026-07-19",
"count": 2
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 495,
"total_forks": 517
},
"star_history": {
"days": [
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-28",
"count": 2
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-02",
"count": 4
},
{
"date": "2024-04-03",
"count": 5
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-11",
"count": 2
},
{
"date": "2024-04-12",
"count": 2
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-14",
"count": 2
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-18",
"count": 5
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-22",
"count": 2
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 2
},
{
"date": "2024-04-25",
"count": 2
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-28",
"count": 2
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-06",
"count": 2
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-13",
"count": 3
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 6
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-22",
"count": 2
},
{
"date": "2024-05-23",
"count": 2
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-30",
"count": 2
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-03",
"count": 2
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-10",
"count": 4
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-12",
"count": 5
},
{
"date": "2024-06-13",
"count": 3
},
{
"date": "2024-06-14",
"count": 3
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-19",
"count": 5
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-21",
"count": 4
},
{
"date": "2024-06-23",
"count": 2
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-03",
"count": 4
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-05",
"count": 2
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-07",
"count": 3
},
{
"date": "2024-07-08",
"count": 2
},
{
"date": "2024-07-09",
"count": 4
},
{
"date": "2024-07-10",
"count": 3
},
{
"date": "2024-07-11",
"count": 8
},
{
"date": "2024-07-12",
"count": 6
},
{
"date": "2024-07-13",
"count": 3
},
{
"date": "2024-07-15",
"count": 3
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-17",
"count": 3
},
{
"date": "2024-07-18",
"count": 2
},
{
"date": "2024-07-19",
"count": 3
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-24",
"count": 3
},
{
"date": "2024-07-25",
"count": 3
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-29",
"count": 2
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-07-31",
"count": 2
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-06",
"count": 4
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-08",
"count": 4
},
{
"date": "2024-08-09",
"count": 3
},
{
"date": "2024-08-10",
"count": 4
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-16",
"count": 2
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-08-26",
"count": 2
},
{
"date": "2024-08-27",
"count": 2
},
{
"date": "2024-08-28",
"count": 3
},
{
"date": "2024-08-29",
"count": 3
},
{
"date": "2024-08-31",
"count": 2
},
{
"date": "2024-09-02",
"count": 2
},
{
"date": "2024-09-05",
"count": 2
},
{
"date": "2024-09-06",
"count": 2
},
{
"date": "2024-09-07",
"count": 2
},
{
"date": "2024-09-08",
"count": 2
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-10",
"count": 2
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-13",
"count": 3
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-15",
"count": 4
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-17",
"count": 2
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-20",
"count": 3
},
{
"date": "2024-09-23",
"count": 2
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-29",
"count": 3
},
{
"date": "2024-09-30",
"count": 2
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-03",
"count": 2
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-07",
"count": 2
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-15",
"count": 2
},
{
"date": "2024-10-16",
"count": 2
},
{
"date": "2024-10-22",
"count": 2
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-02",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-04",
"count": 4
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-11",
"count": 2
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-13",
"count": 3
},
{
"date": "2024-11-14",
"count": 4
},
{
"date": "2024-11-17",
"count": 2
},
{
"date": "2024-11-18",
"count": 2
},
{
"date": "2024-11-19",
"count": 5
},
{
"date": "2024-11-20",
"count": 7
},
{
"date": "2024-11-21",
"count": 4
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-11-28",
"count": 2
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-03",
"count": 3
},
{
"date": "2024-12-04",
"count": 4
},
{
"date": "2024-12-05",
"count": 2
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-07",
"count": 3
},
{
"date": "2024-12-08",
"count": 4
},
{
"date": "2024-12-09",
"count": 2
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-11",
"count": 2
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-13",
"count": 2
},
{
"date": "2024-12-14",
"count": 3
},
{
"date": "2024-12-15",
"count": 3
},
{
"date": "2024-12-16",
"count": 6
},
{
"date": "2024-12-17",
"count": 5
},
{
"date": "2024-12-18",
"count": 3
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-20",
"count": 2
},
{
"date": "2024-12-22",
"count": 2
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-25",
"count": 3
},
{
"date": "2024-12-26",
"count": 2
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-03",
"count": 2
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-06",
"count": 3
},
{
"date": "2025-01-07",
"count": 2
},
{
"date": "2025-01-09",
"count": 5
},
{
"date": "2025-01-10",
"count": 6
},
{
"date": "2025-01-11",
"count": 7
},
{
"date": "2025-01-13",
"count": 3
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-15",
"count": 2
},
{
"date": "2025-01-18",
"count": 2
},
{
"date": "2025-01-22",
"count": 2
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 3
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-27",
"count": 2
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-29",
"count": 3
},
{
"date": "2025-01-30",
"count": 2
},
{
"date": "2025-02-01",
"count": 3
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-04",
"count": 2
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-07",
"count": 3
},
{
"date": "2025-02-09",
"count": 2
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-12",
"count": 2
},
{
"date": "2025-02-13",
"count": 2
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-20",
"count": 2
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-03",
"count": 2
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-06",
"count": 2
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-16",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-18",
"count": 3
},
{
"date": "2025-03-19",
"count": 3
},
{
"date": "2025-03-20",
"count": 2
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-22",
"count": 4
},
{
"date": "2025-03-24",
"count": 2
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-27",
"count": 2
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-03-30",
"count": 7
},
{
"date": "2025-03-31",
"count": 5
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-02",
"count": 4
},
{
"date": "2025-04-07",
"count": 2
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-10",
"count": 4
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-13",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-16",
"count": 3
},
{
"date": "2025-04-17",
"count": 3
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 2
},
{
"date": "2025-04-29",
"count": 2
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-01",
"count": 3
},
{
"date": "2025-05-02",
"count": 6
},
{
"date": "2025-05-03",
"count": 3
},
{
"date": "2025-05-06",
"count": 4
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-14",
"count": 2
},
{
"date": "2025-05-15",
"count": 2
},
{
"date": "2025-05-16",
"count": 2
},
{
"date": "2025-05-17",
"count": 3
},
{
"date": "2025-05-18",
"count": 6
},
{
"date": "2025-05-19",
"count": 4
},
{
"date": "2025-05-20",
"count": 3
},
{
"date": "2025-05-21",
"count": 5
},
{
"date": "2025-05-22",
"count": 3
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-03",
"count": 2
},
{
"date": "2025-06-04",
"count": 2
},
{
"date": "2025-06-05",
"count": 2
},
{
"date": "2025-06-07",
"count": 3
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 3
},
{
"date": "2025-06-11",
"count": 2
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-15",
"count": 2
},
{
"date": "2025-06-16",
"count": 6
},
{
"date": "2025-06-17",
"count": 2
},
{
"date": "2025-06-23",
"count": 2
},
{
"date": "2025-06-24",
"count": 3
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-30",
"count": 3
},
{
"date": "2025-07-01",
"count": 2
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-04",
"count": 2
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-06",
"count": 2
},
{
"date": "2025-07-08",
"count": 3
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-15",
"count": 4
},
{
"date": "2025-07-16",
"count": 2
},
{
"date": "2025-07-17",
"count": 3
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-27",
"count": 2
},
{
"date": "2025-07-28",
"count": 2
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 5
},
{
"date": "2025-07-31",
"count": 3
},
{
"date": "2025-08-01",
"count": 2
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-06",
"count": 3
},
{
"date": "2025-08-07",
"count": 2
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-09",
"count": 2
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-16",
"count": 2
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-22",
"count": 3
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 2
},
{
"date": "2025-08-29",
"count": 2
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-02",
"count": 2
},
{
"date": "2025-09-03",
"count": 2
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-05",
"count": 2
},
{
"date": "2025-09-07",
"count": 2
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-15",
"count": 2
},
{
"date": "2025-09-16",
"count": 2
},
{
"date": "2025-09-18",
"count": 2
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-02",
"count": 3
},
{
"date": "2025-10-03",
"count": 2
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-08",
"count": 2
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-10",
"count": 4
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-24",
"count": 2
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-10-27",
"count": 4
},
{
"date": "2025-10-29",
"count": 3
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 2
},
{
"date": "2025-11-06",
"count": 2
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-14",
"count": 2
},
{
"date": "2025-11-15",
"count": 3
},
{
"date": "2025-11-17",
"count": 2
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-19",
"count": 3
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-11-30",
"count": 2
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-05",
"count": 2
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-09",
"count": 3
},
{
"date": "2025-12-10",
"count": 3
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-12",
"count": 2
},
{
"date": "2025-12-13",
"count": 2
},
{
"date": "2025-12-15",
"count": 2
},
{
"date": "2025-12-16",
"count": 2
},
{
"date": "2025-12-17",
"count": 2
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-21",
"count": 2
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-29",
"count": 3
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 3
},
{
"date": "2026-01-06",
"count": 3
},
{
"date": "2026-01-07",
"count": 2
},
{
"date": "2026-01-09",
"count": 3
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-16",
"count": 2
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-19",
"count": 2
},
{
"date": "2026-01-21",
"count": 3
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-01-31",
"count": 2
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-04",
"count": 2
},
{
"date": "2026-02-05",
"count": 2
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 2
},
{
"date": "2026-02-11",
"count": 2
},
{
"date": "2026-02-12",
"count": 2
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-18",
"count": 2
},
{
"date": "2026-02-19",
"count": 2
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-23",
"count": 3
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-02-28",
"count": 2
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-14",
"count": 2
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-19",
"count": 2
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-23",
"count": 3
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 2
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-06",
"count": 2
},
{
"date": "2026-04-08",
"count": 2
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-10",
"count": 2
},
{
"date": "2026-04-11",
"count": 3
},
{
"date": "2026-04-14",
"count": 2
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-30",
"count": 3
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-04",
"count": 2
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-06",
"count": 2
},
{
"date": "2026-05-07",
"count": 2
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-11",
"count": 3
},
{
"date": "2026-05-12",
"count": 3
},
{
"date": "2026-05-13",
"count": 5
},
{
"date": "2026-05-14",
"count": 2
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-21",
"count": 2
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-26",
"count": 3
},
{
"date": "2026-05-28",
"count": 3
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-08",
"count": 3
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 3
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-23",
"count": 4
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-03",
"count": 2
},
{
"date": "2026-07-06",
"count": 2
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 2
},
{
"date": "2026-07-18",
"count": 2
},
{
"date": "2026-07-19",
"count": 2
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1348
},
"open_issues_and_prs": 278
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"bindings/python/Makefile"
],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"bindings/python/Cargo.toml",
"crates/catalog/glue/Cargo.toml",
"crates/catalog/hms/Cargo.toml",
"crates/catalog/loader/Cargo.toml",
"crates/catalog/rest/Cargo.toml",
"crates/catalog/s3tables/Cargo.toml",
"crates/catalog/sql/Cargo.toml",
"crates/examples/Cargo.toml",
"crates/iceberg/Cargo.toml",
"crates/integration_tests/Cargo.toml",
"crates/integrations/cache-moka/Cargo.toml",
"crates/integrations/datafusion/Cargo.toml",
"crates/integrations/playground/Cargo.toml",
"crates/sqllogictest/Cargo.toml",
"crates/storage/opendal/Cargo.toml",
"crates/test_utils/Cargo.toml"
],
"largest_source_bytes": 163995,
"source_files_sampled": 262,
"oversized_source_files": 17,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1223
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "pyo3",
"direct": true,
"version": "0.28.3",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-36hh-v3qg-5jq4",
"GHSA-chgr-c6px-7xpp",
"RUSTSEC-2026-0176",
"RUSTSEC-2026-0177"
],
"fixed_version": "0.29.0",
"advisory_count": 4,
"oldest_advisory_days": 40
},
{
"name": "quick-xml",
"direct": false,
"version": "0.39.4",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"RUSTSEC-2026-0194",
"RUSTSEC-2026-0195"
],
"fixed_version": "0.41.0",
"advisory_count": 2,
"oldest_advisory_days": 22
},
{
"name": "quick-xml",
"direct": false,
"version": "0.40.1",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"RUSTSEC-2026-0194",
"RUSTSEC-2026-0195"
],
"fixed_version": "0.41.0",
"advisory_count": 2,
"oldest_advisory_days": 22
},
{
"name": "rsa",
"direct": false,
"version": "0.9.10",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 5.9,
"advisory_ids": [
"RUSTSEC-2023-0071"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 972
},
{
"name": "thrift",
"direct": false,
"version": "0.17.0",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2f9f-gq7v-9h6m"
],
"fixed_version": "0.23.0",
"advisory_count": 1,
"oldest_advisory_days": 77
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0436"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 652
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"unknown": 1,
"moderate": 2
},
"advisory_count": 11,
"affected_count": 6,
"assessed_count": 830,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 1
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "arrow",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion-ffi",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg-datafusion",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg-storage-opendal",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "pyo3",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "bindings/python/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "aes-gcm",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "apache-avro",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "array-init",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-arith",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-array",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-buffer",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-cast",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-ord",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-schema",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-select",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-string",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "as-any",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "backon",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "base64",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bimap",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytes",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "derive_builder",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "expect-test",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fastnum",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flate2",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fnv",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "itertools",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "moka",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.10"
},
{
"name": "murmur3",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "once_cell",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ordered-float",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "parquet",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rand",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "reqwest",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "roaring",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_bytes",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_derive",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_repr",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_with",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "strum",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typed-builder",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typetag",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "url",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "zeroize",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "zstd",
"manifest": "crates/iceberg/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-array",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arrow-schema",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg-catalog-rest",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg-storage-opendal",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg_test_utils",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ordered-float",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.10.1"
},
{
"name": "parquet",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/integration_tests/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "datafusion-sqllogictest",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "enum-ordinalize",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "env_logger",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg-datafusion",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "indicatif",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "sqllogictest",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "toml",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "crates/sqllogictest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "iceberg",
"manifest": "crates/test_utils/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing-subscriber",
"manifest": "crates/test_utils/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aes-gcm",
"direct": true,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.103",
"ecosystem": "crates"
},
{
"name": "apache-avro",
"direct": true,
"version": "0.21.0",
"ecosystem": "crates"
},
{
"name": "array-init",
"direct": true,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "arrow",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-arith",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-array",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-buffer",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-cast",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-ord",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-schema",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-select",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-string",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "as-any",
"direct": true,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "backon",
"direct": true,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bimap",
"direct": true,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": true,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "datafusion",
"direct": true,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-ffi",
"direct": true,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-sqllogictest",
"direct": true,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "derive_builder",
"direct": true,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "enum-ordinalize",
"direct": true,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": true,
"version": "0.11.11",
"ecosystem": "crates"
},
{
"name": "expect-test",
"direct": true,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "fastnum",
"direct": true,
"version": "0.7.5",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": true,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": true,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": true,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": true,
"version": "0.18.6",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": true,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": true,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "moka",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "moka",
"direct": true,
"version": "0.12.15",
"ecosystem": "crates"
},
{
"name": "murmur3",
"direct": true,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": true,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "ordered-float",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ordered-float",
"direct": true,
"version": "2.10.1",
"ecosystem": "crates"
},
{
"name": "ordered-float",
"direct": true,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "parquet",
"direct": true,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "pyo3",
"direct": true,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.12.28",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "roaring",
"direct": true,
"version": "0.11.4",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_bytes",
"direct": true,
"version": "0.11.19",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_repr",
"direct": true,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "serde_with",
"direct": true,
"version": "3.21.0",
"ecosystem": "crates"
},
{
"name": "sqllogictest",
"direct": true,
"version": "0.29.1",
"ecosystem": "crates"
},
{
"name": "strum",
"direct": true,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.52.3",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.8.23",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": true,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "typed-builder",
"direct": true,
"version": "0.20.1",
"ecosystem": "crates"
},
{
"name": "typetag",
"direct": true,
"version": "0.2.22",
"ecosystem": "crates"
},
{
"name": "url",
"direct": true,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.23.4",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "zstd",
"direct": true,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aead",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "aes",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.8.12",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "alloc-no-stdlib",
"direct": false,
"version": "2.0.4",
"ecosystem": "crates"
},
{
"name": "alloc-stdlib",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "approx",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "ar_archive_writer",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "arc-swap",
"direct": false,
"version": "1.9.2",
"ecosystem": "crates"
},
{
"name": "arrayref",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.7.8",
"ecosystem": "crates"
},
{
"name": "arrow-avro",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-csv",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-data",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-ipc",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-json",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-pyarrow",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "arrow-row",
"direct": false,
"version": "58.3.0",
"ecosystem": "crates"
},
{
"name": "assert-json-diff",
"direct": false,
"version": "2.0.2",
"ecosystem": "crates"
},
{
"name": "async-broadcast",
"direct": false,
"version": "0.7.2",
"ecosystem": "crates"
},
{
"name": "async-compression",
"direct": false,
"version": "0.4.42",
"ecosystem": "crates"
},
{
"name": "async-ffi",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "async-lock",
"direct": false,
"version": "3.4.2",
"ecosystem": "crates"
},
{
"name": "async-recursion",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "atoi",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "aws-config",
"direct": false,
"version": "1.8.18",
"ecosystem": "crates"
},
{
"name": "aws-credential-types",
"direct": false,
"version": "1.2.14",
"ecosystem": "crates"
},
{
"name": "aws-lc-rs",
"direct": false,
"version": "1.17.1",
"ecosystem": "crates"
},
{
"name": "aws-lc-sys",
"direct": false,
"version": "0.42.0",
"ecosystem": "crates"
},
{
"name": "aws-runtime",
"direct": false,
"version": "1.7.5",
"ecosystem": "crates"
},
{
"name": "aws-sdk-glue",
"direct": false,
"version": "1.153.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-s3tables",
"direct": false,
"version": "1.59.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sso",
"direct": false,
"version": "1.102.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-ssooidc",
"direct": false,
"version": "1.104.0",
"ecosystem": "crates"
},
{
"name": "aws-sdk-sts",
"direct": false,
"version": "1.107.0",
"ecosystem": "crates"
},
{
"name": "aws-sigv4",
"direct": false,
"version": "1.4.5",
"ecosystem": "crates"
},
{
"name": "aws-smithy-async",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http",
"direct": false,
"version": "0.63.6",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http",
"direct": false,
"version": "0.64.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-http-client",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-json",
"direct": false,
"version": "0.62.7",
"ecosystem": "crates"
},
{
"name": "aws-smithy-observability",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "aws-smithy-observability",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-query",
"direct": false,
"version": "0.60.15",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime-api",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-runtime-api-macros",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-schema",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-schema",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "aws-smithy-types",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "aws-smithy-xml",
"direct": false,
"version": "0.60.15",
"ecosystem": "crates"
},
{
"name": "aws-types",
"direct": false,
"version": "1.3.16",
"ecosystem": "crates"
},
{
"name": "base64-simd",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "base64ct",
"direct": false,
"version": "1.8.3",
"ecosystem": "crates"
},
{
"name": "bigdecimal",
"direct": false,
"version": "0.4.10",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "blake2",
"direct": false,
"version": "0.10.6",
"ecosystem": "crates"
},
{
"name": "blake3",
"direct": false,
"version": "1.8.5",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "block-padding",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "bnum",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "bon",
"direct": false,
"version": "3.9.3",
"ecosystem": "crates"
},
{
"name": "bon-macros",
"direct": false,
"version": "3.9.3",
"ecosystem": "crates"
},
{
"name": "brotli",
"direct": false,
"version": "8.0.4",
"ecosystem": "crates"
},
{
"name": "brotli-decompressor",
"direct": false,
"version": "5.0.3",
"ecosystem": "crates"
},
{
"name": "bs58",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "1.12.3",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.25.0",
"ecosystem": "crates"
},
{
"name": "bytemuck_derive",
"direct": false,
"version": "1.10.2",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bytes-utils",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "bzip2",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "cbc",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.66",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "0.1.10",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "chrono-tz",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "cipher",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "clipboard-win",
"direct": false,
"version": "5.4.1",
"ecosystem": "crates"
},
{
"name": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "cmov",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "comfy-table",
"direct": false,
"version": "7.2.2",
"ecosystem": "crates"
},
{
"name": "compression-codecs",
"direct": false,
"version": "0.4.38",
"ecosystem": "crates"
},
{
"name": "compression-core",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "concurrent-queue",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.4",
"ecosystem": "crates"
},
{
"name": "const-oid",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "const-oid",
"direct": false,
"version": "0.9.6",
"ecosystem": "crates"
},
{
"name": "const-random",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "const-random-macro",
"direct": false,
"version": "0.1.16",
"ecosystem": "crates"
},
{
"name": "const-str",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "const_panic",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "constant_time_eq",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "countio",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crc",
"direct": false,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "crc-catalog",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "crc32c",
"direct": false,
"version": "0.6.8",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-channel",
"direct": false,
"version": "0.5.16",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.20",
"ecosystem": "crates"
},
{
"name": "crossbeam-queue",
"direct": false,
"version": "0.3.13",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "csv",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "csv-core",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "ctor",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "ctor",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "ctor-proc-macro",
"direct": false,
"version": "0.0.7",
"ecosystem": "crates"
},
{
"name": "ctr",
"direct": false,
"version": "0.9.2",
"ecosystem": "crates"
},
{
"name": "ctutils",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "dashmap",
"direct": false,
"version": "6.2.1",
"ecosystem": "crates"
},
{
"name": "datafusion-catalog",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-catalog-listing",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-cli",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-common-runtime",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource-arrow",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource-avro",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource-csv",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource-json",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-datasource-parquet",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-doc",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-execution",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-expr",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-expr-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-aggregate",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-aggregate-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-nested",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-table",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-window",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-functions-window-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-macros",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-optimizer",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-physical-expr",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-physical-expr-adapter",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-physical-expr-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-physical-optimizer",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-physical-plan",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-proto",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-proto-common",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-pruning",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-session",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-spark",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "datafusion-sql",
"direct": false,
"version": "54.1.0",
"ecosystem": "crates"
},
{
"name": "defmt",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "defmt-macros",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "defmt-parser",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "der",
"direct": false,
"version": "0.7.10",
"ecosystem": "crates"
},
{
"name": "deranged",
"direct": false,
"version": "0.5.8",
"ecosystem": "crates"
},
{
"name": "derive_builder_core",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "derive_builder_macro",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "diff",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "dirs",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "dissimilar",
"direct": false,
"version": "1.0.11",
"ecosystem": "crates"
},
{
"name": "dlv-list",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "dotenvy",
"direct": false,
"version": "0.15.7",
"ecosystem": "crates"
},
{
"name": "downcast",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "dtor",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "dtor-proc-macro",
"direct": false,
"version": "0.0.6",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "educe",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "endian-type",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "enum-ordinalize-derive",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "env_filter",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "erased-serde",
"direct": false,
"version": "0.4.10",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "error-code",
"direct": false,
"version": "3.3.2",
"ecosystem": "crates"
},
{
"name": "escape8259",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "etcetera",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "event-listener",
"direct": false,
"version": "5.4.1",
"ecosystem": "crates"
},
{
"name": "event-listener-strategy",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "faststr",
"direct": false,
"version": "0.2.34",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fixedbitset",
"direct": false,
"version": "0.5.7",
"ecosystem": "crates"
},
{
"name": "flatbuffers",
"direct": false,
"version": "25.12.19",
"ecosystem": "crates"
},
{
"name": "flume",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "fragile",
"direct": false,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "fs-err",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "fs_extra",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-intrusive",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-timer",
"direct": false,
"version": "3.0.4",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "gearhash",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "ghash",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "git-version",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "git-version-macro",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "gloo-timers",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.15",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.12.3",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.1",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "heapify",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "hex",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "hf-xet",
"direct": false,
"version": "1.5.2",
"ecosystem": "crates"
},
{
"name": "hive_metastore",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "hkdf",
"direct": false,
"version": "0.12.4",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.12",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "0.2.12",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "httpdate",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "humantime",
"direct": false,
"version": "2.4.0",
"ecosystem": "crates"
},
{
"name": "hybrid-array",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "iana-time-zone",
"direct": false,
"version": "0.1.65",
"ecosystem": "crates"
},
{
"name": "iana-time-zone-haiku",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "inout",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "integer-encoding",
"direct": false,
"version": "3.0.4",
"ecosystem": "crates"
},
{
"name": "integer-encoding",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "inventory",
"direct": false,
"version": "0.3.24",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": "0.2.31",
"ecosystem": "crates"
},
{
"name": "jiff-static",
"direct": false,
"version": "0.2.31",
"ecosystem": "crates"
},
{
"name": "jiff-tzdb",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "jiff-tzdb-platform",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "jni",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-macros",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-sys",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jni-sys-macros",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.35",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "konst",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "konst_proc_macros",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "lexical-core",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-parse-float",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-parse-integer",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-util",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "lexical-write-float",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-write-integer",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "libbz2-rs-sys",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "liblzma",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "liblzma-sys",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "libmimalloc-sys",
"direct": false,
"version": "0.1.49",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "libsqlite3-sys",
"direct": false,
"version": "0.30.1",
"ecosystem": "crates"
},
{
"name": "libtest-mimic",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "link-section",
"direct": false,
"version": "0.19.0",
"ecosystem": "crates"
},
{
"name": "linked-hash-map",
"direct": false,
"version": "0.5.6",
"ecosystem": "crates"
},
{
"name": "linkedbytes",
"direct": false,
"version": "0.1.16",
"ecosystem": "crates"
},
{
"name": "linktime-proc-macro",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "lru-slab",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "lz4_flex",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "marrow",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "md-5",
"direct": false,
"version": "0.10.6",
"ecosystem": "crates"
},
{
"name": "md-5",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "mea",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.2",
"ecosystem": "crates"
},
{
"name": "memo-map",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "memoffset",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "metainfo",
"direct": false,
"version": "0.7.14",
"ecosystem": "crates"
},
{
"name": "mimalloc",
"direct": false,
"version": "0.1.52",
"ecosystem": "crates"
},
{
"name": "minijinja",
"direct": false,
"version": "2.21.0",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "mockall",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "mockall_derive",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "mockito",
"direct": false,
"version": "1.7.2",
"ecosystem": "crates"
},
{
"name": "more-asserts",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "motore",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "motore-macros",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "munge",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "munge_macro",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "mur3",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "nibble_vec",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.31.3",
"ecosystem": "crates"
},
{
"name": "ntapi",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": false,
"version": "0.4.8",
"ecosystem": "crates"
},
{
"name": "num-bigint-dig",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "num-complex",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-iter",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "num_enum",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "num_enum_derive",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "objc2-core-foundation",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "objc2-io-kit",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "objc2-system-configuration",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "object",
"direct": false,
"version": "0.37.3",
"ecosystem": "crates"
},
{
"name": "object_store",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "oneshot",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "opaque-debug",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "opendal",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-core",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-layer-concurrent-limit",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-layer-logging",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-layer-retry",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-layer-timeout",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-azdls",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-azure-common",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-fs",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-gcs",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-hf",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-oss",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "opendal-service-s3",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "option-ext",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ordered-multimap",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "os_str_bytes",
"direct": false,
"version": "6.6.1",
"ecosystem": "crates"
},
{
"name": "outref",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "owo-colors",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "parking",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "pbkdf2",
"direct": false,
"version": "0.12.2",
"ecosystem": "crates"
},
{
"name": "pem",
"direct": false,
"version": "3.0.6",
"ecosystem": "crates"
},
{
"name": "pem-rfc7468",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "petgraph",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "pilota",
"direct": false,
"version": "0.11.10",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "pkcs1",
"direct": false,
"version": "0.7.5",
"ecosystem": "crates"
},
{
"name": "pkcs5",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "pkcs8",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "plain",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "polyval",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "powerfmt",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "predicates",
"direct": false,
"version": "3.1.4",
"ecosystem": "crates"
},
{
"name": "predicates-core",
"direct": false,
"version": "1.0.10",
"ecosystem": "crates"
},
{
"name": "predicates-tree",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "pretty_assertions",
"direct": false,
"version": "1.4.1",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro-crate",
"direct": false,
"version": "3.5.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "prost",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "prost-derive",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "psm",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "ptr_meta",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "ptr_meta_derive",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "pyo3-build-config",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "pyo3-ffi",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "pyo3-macros",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "pyo3-macros-backend",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "quad-rand",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "quick-xml",
"direct": false,
"version": "0.39.4",
"ecosystem": "crates"
},
{
"name": "quick-xml",
"direct": false,
"version": "0.40.1",
"ecosystem": "crates"
},
{
"name": "quinn",
"direct": false,
"version": "0.11.11",
"ecosystem": "crates"
},
{
"name": "quinn-proto",
"direct": false,
"version": "0.11.16",
"ecosystem": "crates"
},
{
"name": "quinn-udp",
"direct": false,
"version": "0.5.15",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.46",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "radix_trie",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "rancor",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "rand_pcg",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "recursive",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "recursive-proc-macro-impl",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "redb",
"direct": false,
"version": "3.1.3",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "ref-cast",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "ref-cast-impl",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "regex-lite",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "relative-path",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "rend",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "reqsign-aliyun-oss",
"direct": false,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "reqsign-aws-v4",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqsign-aws-v4",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "reqsign-azure-storage",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "reqsign-core",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqsign-core",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "reqsign-file-read-tokio",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "reqsign-google",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "reqwest-middleware",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rkyv",
"direct": false,
"version": "0.8.17",
"ecosystem": "crates"
},
{
"name": "rkyv_derive",
"direct": false,
"version": "0.8.17",
"ecosystem": "crates"
},
{
"name": "rsa",
"direct": false,
"version": "0.9.10",
"ecosystem": "crates"
},
{
"name": "rstest",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "rstest_macros",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "rust-ini",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.41",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier-android",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "rustyline",
"direct": false,
"version": "18.0.1",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "safe-transmute",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "salsa20",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schannel",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "scrypt",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "3.7.0",
"ecosystem": "crates"
},
{
"name": "security-framework-sys",
"direct": false,
"version": "2.17.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "seq-macro",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "serde-big-array",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "serde_arrow",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_arrow",
"direct": false,
"version": "0.14.2",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "0.6.9",
"ecosystem": "crates"
},
{
"name": "serde_urlencoded",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "serde_with_macros",
"direct": false,
"version": "3.21.0",
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": false,
"version": "0.10.6",
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": false,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "sha2-asm",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "sha2-const-stable",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shellexpand",
"direct": false,
"version": "3.1.2",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "signature",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "simd_cesu8",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "snap",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.5.10",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "sonic-number",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "sonic-rs",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "sonic-simd",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.9.8",
"ecosystem": "crates"
},
{
"name": "spki",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "sqlparser",
"direct": false,
"version": "0.62.0",
"ecosystem": "crates"
},
{
"name": "sqlparser_derive",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "sqlx",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "sqlx",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-core",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-macros",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-macros-core",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-mysql",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-postgres",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "sqlx-sqlite",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "stabby",
"direct": false,
"version": "72.1.8",
"ecosystem": "crates"
},
{
"name": "stabby-abi",
"direct": false,
"version": "72.1.8",
"ecosystem": "crates"
},
{
"name": "stabby-macros",
"direct": false,
"version": "72.1.8",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "stacker",
"direct": false,
"version": "0.1.24",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "statrs",
"direct": false,
"version": "0.18.0",
"ecosystem": "crates"
},
{
"name": "stringprep",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.28.0",
"ecosystem": "crates"
},
{
"name": "subst",
"direct": false,
"version": "0.3.8",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "symlink",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.118",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "sysinfo",
"direct": false,
"version": "0.38.4",
"ecosystem": "crates"
},
{
"name": "system-configuration",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "system-configuration-sys",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "tagptr",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "target-lexicon",
"direct": false,
"version": "0.13.5",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "termtree",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "thrift",
"direct": false,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": "0.3.53",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.31",
"ecosystem": "crates"
},
{
"name": "tiny-keccak",
"direct": false,
"version": "2.0.2",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "tokio-retry",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.22.27",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.25.12+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_write",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing-appender",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-serde",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "twox-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "typed-builder-macro",
"direct": false,
"version": "0.20.1",
"ecosystem": "crates"
},
{
"name": "typeid",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "typetag-impl",
"direct": false,
"version": "0.2.22",
"ecosystem": "crates"
},
{
"name": "typewit",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "unicode-bidi",
"direct": false,
"version": "0.3.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.25",
"ecosystem": "crates"
},
{
"name": "unicode-properties",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": "1.13.3",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.1.14",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "unit-prefix",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "universal-hash",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "urlencoding",
"direct": false,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "volo",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "volo-thrift",
"direct": false,
"version": "0.10.8",
"ecosystem": "crates"
},
{
"name": "vsimd",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.14.7+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.4+wasi-0.2.12",
"ecosystem": "crates"
},
{
"name": "wasite",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "wasite",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.76",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-streams",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "wasm-streams",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-root-certs",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "0.26.11",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "whoami",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "whoami",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-collections",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-future",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.59.3",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-numerics",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "windows-registry",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-threading",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.15",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "xattr",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "xet-client",
"direct": false,
"version": "1.5.2",
"ecosystem": "crates"
},
{
"name": "xet-core-structures",
"direct": false,
"version": "1.5.2",
"ecosystem": "crates"
},
{
"name": "xet-data",
"direct": false,
"version": "1.5.2",
"ecosystem": "crates"
},
{
"name": "xet-runtime",
"direct": false,
"version": "1.5.2",
"ecosystem": "crates"
},
{
"name": "xmlparser",
"direct": false,
"version": "0.13.6",
"ecosystem": "crates"
},
{
"name": "yansi",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.53",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.53",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.6",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "zlib-rs",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "zstd-safe",
"direct": false,
"version": "7.2.4",
"ecosystem": "crates"
},
{
"name": "zstd-sys",
"direct": false,
"version": "2.0.16+zstd.1.5.7",
"ecosystem": "crates"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.13.0",
"ecosystem": "pypi"
},
{
"name": "cachetools",
"direct": false,
"version": "6.2.6",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.4.22",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.7",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.4.2",
"ecosystem": "pypi"
},
{
"name": "cloudpickle",
"direct": false,
"version": "3.1.2",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "datafusion",
"direct": false,
"version": "54.0.0",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "fastavro",
"direct": false,
"version": "1.12.2",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.29.0",
"ecosystem": "pypi"
},
{
"name": "fsspec",
"direct": false,
"version": "2026.4.0",
"ecosystem": "pypi"
},
{
"name": "greenlet",
"direct": false,
"version": "3.5.0",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "hf-xet",
"direct": false,
"version": "1.5.1",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "huggingface-hub",
"direct": false,
"version": "1.23.0",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.15",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "maturin",
"direct": false,
"version": "1.14.1",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "mmh3",
"direct": false,
"version": "5.2.1",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pyarrow",
"direct": false,
"version": "25.0.0",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.13.4",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.46.4",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pyiceberg",
"direct": false,
"version": "0.11.1",
"ecosystem": "pypi"
},
{
"name": "pyparsing",
"direct": false,
"version": "3.3.2",
"ecosystem": "pypi"
},
{
"name": "pyroaring",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.1.1",
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.9.0.post0",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.33.1",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "14.3.4",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": false,
"version": "2.0.49",
"ecosystem": "pypi"
},
{
"name": "strictyaml",
"direct": false,
"version": "1.7.3",
"ecosystem": "pypi"
},
{
"name": "tenacity",
"direct": false,
"version": "9.1.4",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.67.3",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "zstandard",
"direct": false,
"version": "0.25.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 836,
"direct_count": 68,
"indirect_count": 768
}
},
"maintainership": {
"issues": {
"open_prs": 95,
"merged_prs": 1426,
"open_issues": 183,
"closed_ratio": 0.789,
"closed_issues": 684,
"closed_unmerged_prs": 450
},
"bus_factor": 9,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Xuanwo",
"commits": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/5351546?v=4"
},
{
"type": "User",
"login": "kevinjqliu",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/9057843?v=4"
},
{
"type": "User",
"login": "CTTY",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/42792772?v=4"
},
{
"type": "User",
"login": "liurenjie1024",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/2771941?v=4"
},
{
"type": "User",
"login": "ZENOTME",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/43447882?v=4"
},
{
"type": "User",
"login": "Fokko",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/1134248?v=4"
},
{
"type": "User",
"login": "c-thiel",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/12560027?v=4"
},
{
"type": "User",
"login": "sdd",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/323439?v=4"
},
{
"type": "User",
"login": "mbutrovich",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/6855576?v=4"
},
{
"type": "User",
"login": "xanderbailey",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/20154192?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.088
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"asf-allowlist-check.yml",
"audit.yml",
"bindings_python_ci.yml",
"ci.yml",
"codeql.yml",
"public-api.yml",
"publish.yml",
"release_python.yml",
"release_python_nightly.yml",
"stale.yml",
"website.yml",
"zizmor.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"uv.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 34 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 9,
"reason": "dependency not pinned by hash detected -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 3,
"reason": "7 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "577e51c3c8d01fe802052420a42c8ab0f9249373",
"ran_at": "2026-07-22T02:13:47Z",
"aggregate_score": 8.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T00:49:56Z",
"oldest_open_prs": [
{
"number": 1851,
"created_at": "2025-11-13T00:53:58Z",
"last_comment_at": "2026-06-03T23:55:21Z",
"last_comment_author": "emkornfield"
},
{
"number": 2183,
"created_at": "2026-02-26T16:48:07Z",
"last_comment_at": "2026-05-06T09:54:32Z",
"last_comment_author": "blackmwk"
},
{
"number": 2185,
"created_at": "2026-02-26T19:56:32Z",
"last_comment_at": "2026-07-05T09:13:25Z",
"last_comment_author": "u70b3"
},
{
"number": 2203,
"created_at": "2026-03-03T10:07:19Z",
"last_comment_at": "2026-07-02T03:10:18Z",
"last_comment_author": "raghav-reglobe"
},
{
"number": 2253,
"created_at": "2026-03-18T20:36:39Z",
"last_comment_at": "2026-05-22T09:00:00Z",
"last_comment_author": "blackmwk"
},
{
"number": 2298,
"created_at": "2026-03-31T11:43:03Z",
"last_comment_at": "2026-06-16T13:40:54Z",
"last_comment_author": "toutane"
},
{
"number": 2311,
"created_at": "2026-04-02T21:57:43Z",
"last_comment_at": "2026-07-19T22:18:52Z",
"last_comment_author": "amber8haze-cmd"
},
{
"number": 2332,
"created_at": "2026-04-15T10:50:17Z",
"last_comment_at": "2026-07-17T00:31:48Z",
"last_comment_author": "github-actions"
},
{
"number": 2337,
"created_at": "2026-04-15T21:33:02Z",
"last_comment_at": "2026-07-17T22:08:10Z",
"last_comment_author": "xanderbailey"
},
{
"number": 2367,
"created_at": "2026-04-24T21:04:57Z",
"last_comment_at": "2026-07-05T00:37:41Z",
"last_comment_author": "github-actions"
},
{
"number": 2380,
"created_at": "2026-04-28T16:54:28Z",
"last_comment_at": "2026-07-10T21:33:07Z",
"last_comment_author": "dannycjones"
},
{
"number": 2384,
"created_at": "2026-04-29T07:31:32Z",
"last_comment_at": "2026-05-20T23:06:29Z",
"last_comment_author": "Kurtiscwright"
},
{
"number": 2396,
"created_at": "2026-05-01T23:17:36Z",
"last_comment_at": "2026-07-15T22:56:19Z",
"last_comment_author": "jlambatl"
},
{
"number": 2417,
"created_at": "2026-05-09T02:04:26Z",
"last_comment_at": "2026-06-26T09:32:47Z",
"last_comment_author": "manuzhang"
},
{
"number": 2438,
"created_at": "2026-05-12T08:22:46Z",
"last_comment_at": "2026-07-21T00:31:45Z",
"last_comment_author": "github-actions"
},
{
"number": 2451,
"created_at": "2026-05-14T09:21:27Z",
"last_comment_at": "2026-07-06T02:10:37Z",
"last_comment_author": "TwinklerG"
},
{
"number": 2474,
"created_at": "2026-05-20T18:28:54Z",
"last_comment_at": "2026-07-01T15:19:40Z",
"last_comment_author": "viirya"
},
{
"number": 2477,
"created_at": "2026-05-20T21:27:45Z",
"last_comment_at": "2026-07-19T00:31:53Z",
"last_comment_author": "github-actions"
},
{
"number": 2509,
"created_at": "2026-05-26T01:45:39Z",
"last_comment_at": "2026-06-18T20:57:53Z",
"last_comment_author": "SreeramGarlapati"
},
{
"number": 2521,
"created_at": "2026-05-28T08:04:24Z",
"last_comment_at": "2026-07-02T13:05:22Z",
"last_comment_author": "mbutrovich"
}
],
"last_merged_pr_at": "2026-07-21T22:01:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 55,
"created_at": "2023-09-01T08:58:44Z",
"last_comment_at": "2026-06-30T00:44:40Z",
"last_comment_author": "github-actions"
},
{
"number": 128,
"created_at": "2023-12-19T07:45:31Z",
"last_comment_at": "2026-04-20T02:51:36Z",
"last_comment_author": "blackmwk"
},
{
"number": 172,
"created_at": "2024-01-25T19:25:41Z",
"last_comment_at": "2026-05-06T00:35:02Z",
"last_comment_author": "github-actions"
},
{
"number": 301,
"created_at": "2024-03-25T14:41:02Z",
"last_comment_at": "2026-04-30T00:37:26Z",
"last_comment_author": "github-actions"
},
{
"number": 340,
"created_at": "2024-04-23T02:32:25Z",
"last_comment_at": "2026-02-15T10:41:13Z",
"last_comment_author": "Shekharrajak"
},
{
"number": 405,
"created_at": "2024-06-15T10:18:49Z",
"last_comment_at": "2026-07-01T16:55:28Z",
"last_comment_author": "swanandx"
},
{
"number": 446,
"created_at": "2024-07-06T10:25:35Z",
"last_comment_at": "2026-05-04T00:36:51Z",
"last_comment_author": "github-actions"
},
{
"number": 484,
"created_at": "2024-07-26T13:01:42Z",
"last_comment_at": "2026-04-08T00:28:21Z",
"last_comment_author": "github-actions"
},
{
"number": 547,
"created_at": "2024-08-14T13:45:51Z",
"last_comment_at": "2026-03-15T00:26:21Z",
"last_comment_author": "github-actions"
},
{
"number": 673,
"created_at": "2024-10-17T19:48:17Z",
"last_comment_at": "2026-03-22T00:24:42Z",
"last_comment_author": "github-actions"
},
{
"number": 697,
"created_at": "2024-11-14T12:42:55Z",
"last_comment_at": "2025-12-04T08:18:36Z",
"last_comment_author": "liurenjie1024"
},
{
"number": 698,
"created_at": "2024-11-14T12:45:12Z",
"last_comment_at": "2026-03-25T00:24:03Z",
"last_comment_author": "github-actions"
},
{
"number": 823,
"created_at": "2024-12-18T13:19:41Z",
"last_comment_at": "2026-07-11T21:33:51Z",
"last_comment_author": "gmhelmold"
},
{
"number": 941,
"created_at": "2025-02-03T14:43:06Z",
"last_comment_at": "2026-02-02T01:59:23Z",
"last_comment_author": "blackmwk"
},
{
"number": 1030,
"created_at": "2025-03-03T03:59:26Z",
"last_comment_at": "2026-04-08T00:28:22Z",
"last_comment_author": "github-actions"
},
{
"number": 1104,
"created_at": "2025-03-18T11:19:49Z",
"last_comment_at": "2025-11-14T00:17:12Z",
"last_comment_author": "github-actions"
},
{
"number": 1130,
"created_at": "2025-03-24T04:19:23Z",
"last_comment_at": "2026-05-20T00:44:46Z",
"last_comment_author": "github-actions"
},
{
"number": 1144,
"created_at": "2025-03-27T09:51:55Z",
"last_comment_at": "2026-04-13T00:30:33Z",
"last_comment_author": "github-actions"
},
{
"number": 1155,
"created_at": "2025-04-02T13:38:51Z",
"last_comment_at": "2026-02-07T07:21:41Z",
"last_comment_author": "Shekharrajak"
},
{
"number": 1156,
"created_at": "2025-04-02T13:40:58Z",
"last_comment_at": "2026-04-28T00:36:26Z",
"last_comment_author": "github-actions"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/apache/iceberg-rust",
"host": "github.com",
"name": "iceberg-rust",
"owner": "apache"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"security": 82,
"vitality": 96,
"community": 87,
"governance": 90,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 647,
"human_commit_share": 0.68,
"days_since_last_push": 0,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "647 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 647
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 98
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~98 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 98
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 87,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"forks": 517,
"stars": 1348,
"watchers": 31,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,348 stars",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1348
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "517 forks",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 517
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "31 watchers",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 31
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 89,
"inputs": {
"packages": [
"iceberg"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1516125,
"monthly_downloads": 234759
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "234,759 downloads/month across crates",
"points": 71.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 234759,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "excellent",
"name": "Sustainability & Governance",
"value": 90,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"bus_factor": 9,
"contributors_sampled": 99,
"top_contributor_share": 0.088
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "9 contributor(s) cover half of all commits",
"points": 54,
"status": "met",
"details": [
{
"code": "bus_factor",
"params": {
"count": 9
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 9% of commits",
"points": 20.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 9
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 1426,
"open_issues": 183,
"closed_issues": 684,
"issue_closed_ratio": 0.789,
"closed_unmerged_prs": 450
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1426/1876 decided PRs merged",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1426,
"decided": 1876
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 23513,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "apache",
"public_repos": 3146,
"account_age_days": 6394
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "23,513 followers of apache",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23513,
"login": "apache"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3146 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 3146
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"iceberg"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "12 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 12
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"apache",
"hacktoberfest",
"iceberg",
"rust"
],
"has_wiki": false,
"homepage": "https://rust.iceberg.apache.org/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://rust.iceberg.apache.org/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 82,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 8.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "7 existing vulnerabilities detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 830 resolved dependencies against OSV; 6 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 830
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 72,
"inputs": {
"source": "osv",
"advisories": 11,
"affected_packages": 6,
"assessed_packages": 830,
"unassessed_packages": 6,
"affected_by_severity": "high 3, moderate 2, unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: pyo3 0.28.3 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "pyo3 0.28.3 (high 7.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 830,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1223
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "68 of 68 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 68
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"uv.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"bindings/python/Makefile"
],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"bindings/python/Cargo.toml",
"crates/catalog/glue/Cargo.toml",
"crates/catalog/hms/Cargo.toml",
"crates/catalog/loader/Cargo.toml",
"crates/catalog/rest/Cargo.toml",
"crates/catalog/s3tables/Cargo.toml",
"crates/catalog/sql/Cargo.toml",
"crates/examples/Cargo.toml",
"crates/iceberg/Cargo.toml",
"crates/integration_tests/Cargo.toml",
"crates/integrations/cache-moka/Cargo.toml",
"crates/integrations/datafusion/Cargo.toml",
"crates/integrations/playground/Cargo.toml",
"crates/sqllogictest/Cargo.toml",
"crates/storage/opendal/Cargo.toml",
"crates/test_utils/Cargo.toml"
],
"dependency_bot_commit_share": 0.32
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, bindings/python/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, bindings/python/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "32 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 32,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 163995,
"source_files_sampled": 262,
"oversized_source_files": 17
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "17/262 source files over 60KB",
"points": 51.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 262,
"oversized": 17
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch crates package 'pyiceberg_core_rust' from its registry",
"Could not fetch crates package 'iceberg_test_utils' from its registry",
"pypi package 'pyiceberg-core' points at a different repository (https://rust.iceberg.apache.org/); excluded from ecosystem scoring",
"Could not fetch crates package 'iceberg-sqllogictest' from its registry",
"Could not fetch crates package 'iceberg-integration-tests' from its registry",
"deps.dev does not index crates:iceberg@0.10.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:14:16.939801Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apache/iceberg-rust.svg",
"full_name": "apache/iceberg-rust",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}