Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 64239,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 1291,
"Just": 6309,
"Rust": 1609433
},
"pushed_at": "2026-07-02T19:26:37Z",
"created_at": "2025-12-11T11:16:54Z",
"owner_type": "Organization",
"updated_at": "2026-07-02T19:26:41Z",
"description": "fork of https://github.com/juhaku/utoipa integrating some community fixes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://meteroid.com",
"name": "Meteroid OSS",
"type": "Organization",
"login": "meteroid-oss",
"company": null,
"location": "Remote",
"followers": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/125682265?v=4",
"created_at": "2023-02-17T16:16:51Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 1254
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v5.6.0-b",
"kind": "prerelease",
"published_at": "2026-07-02T19:15:54Z"
},
{
"tag": "v5.6.0",
"kind": "minor",
"published_at": "2026-07-02T18:28:01Z"
}
],
"recent_commits": [
{
"oid": "35249a116bc608e1d9d145ec434f1b77e0319b05",
"body": "* feat: add utoipa-axum and utoipa-scalar to the published crates\n\n* fix: skip already-published versions reliably in publish-crates workflow",
"is_bot": false,
"headline": "chore: add utoipa-axum and utoipa-scalar to the published crates (#5)",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2026-07-02T19:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32e0894b0c305d14fa138cdd6490bd45de3421c",
"body": "…to 5.6.0 (#4)\n\n* chore(release): bump meteroid-utoipa and meteroid-utoipa-gen to 5.6.0\n\n* chore(release): drive crates.io publishing from GitHub Releases",
"is_bot": false,
"headline": "chore(release): manage crates.io releases via GitHub Releases + bump …",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2026-07-02T18:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bd7532e9126e3b2bb5db7e5da29b9d0c84a590",
"body": "* fix(gen): import as_tokens_or_diagnostics from token_stream module\n\n* feat: publish core crates to crates.io as meteroid-utoipa",
"is_bot": false,
"headline": "feat: release (#3)",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2026-07-02T17:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15786548b43a82434c80d9dfe43620af216f657",
"body": null,
"is_bot": false,
"headline": "Merge branch 'juhaku:master' into master",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2026-06-25T09:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4939e8c23f05004ba0ea8b67a18b667eafef52fd",
"body": "BREAKING CHANGE: `yaml` feature now uses `yaml_serde` instead of\n`serde_norway`.\n\n`OpenApi::to_yaml` returns `yaml_serde::Error`.\n\nRemoves the temporary `yaml_serde` feature and `to_yaml_serde`.\n\nfixes #1565",
"is_bot": false,
"headline": "feat!: remove serde_norway, make yaml feature use yaml_serde (#1567)",
"author_name": "Markus Zoppelt",
"author_login": "MarkusZoppelt",
"committed_at": "2026-06-19T20:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa49398fefee535de504331421f821e9685f8ce",
"body": "This commit updates the Swagger UI for `utoipa-swagger-ui` and\n`utoipa-swagger-ui-vendored` to its current latest version.",
"is_bot": false,
"headline": "Update Swagger UI to `5.32.6` (#1573)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-06-15T22:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3092d331d6501a53e667dbabc9d4130f0f0105c1",
"body": "This commit introduces new custom asset embedding for Swagger UI\nresources. Along with this comes the removal of the `rust-embed` dependency.\n\nThe problematic nature of `rust-embed` and the pursuit of better efficiency are\nthe main driving factors behind this PR.\n\nThis PR adds two new feature flags \n[…]\nds become deterministic and no more Not Found errors \nfrom `utoipa-swagger-ui`.\n\n ## Breaking\n\n This is a breaking change! `rust-embed` and `rust-embed` related\n `debug-embed` feature flag is removed.",
"is_bot": false,
"headline": "Add custom embedding for Swagger UI assets (#1570)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-06-15T16:22:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99d392f69d1a29ccc3754e8bdbbcdb3981715284",
"body": "…571)\n\nbrotli 8.0.4 resolves the alloc-no-stdlib version conflict that broke\nactix-web builds, so the brotli-decompressor 5.0.3 workaround is no\nlonger needed.",
"is_bot": false,
"headline": "Revert \"ci: constrain brotli-decompressor to fix actix-web build\" (#1…",
"author_name": "Markus Zoppelt",
"author_login": "MarkusZoppelt",
"committed_at": "2026-06-15T08:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61578ee16d9b27a424fa652cb50e3d0c7b0c8773",
"body": null,
"is_bot": false,
"headline": "ci: constrain brotli-decompressor to fix actix-web build (#1568)",
"author_name": "Markus Zoppelt",
"author_login": "MarkusZoppelt",
"committed_at": "2026-06-15T05:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3906028f19cbaba0c899cb4f10b2d17991ef697b",
"body": "Add bigdecimal support as an alternative to the rust_decimal crate. \nBy enabling either `bigdecimal` or `bigdecimal_float` feature flag `utoipa` is able to render correct openapi types.\n\n---------\n\nCo-authored-by: Jaye Park <jaye.park@helsing.ai>\nCo-authored-by: Jaye <latenytcoffee@gmail.com>",
"is_bot": false,
"headline": "feat: bigdecimal support (#1487)",
"author_name": "hdbg",
"author_login": "hdbg",
"committed_at": "2026-06-14T10:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9d584b5be9aca28b609010b5fec3c1ac04d2e7",
"body": "The current `yaml` feature uses the `serde_norway`-crate, which was not\nupdated since nearly 1.5 years. This commit introduces the new\n`yaml_serde`-feature, which provides nearly the same interface as\nserde_norway does, but with a crate that is more actively maintained and\nowned by the official yaml github organization.\n\nCo-authored-by: Frank Elsinga <frank@elsinga.de>",
"is_bot": false,
"headline": "Add yaml_serde feature for yaml deserialization (#1559)",
"author_name": "Bjarne",
"author_login": "BjarneSeger",
"committed_at": "2026-06-12T21:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aecd7f75c8a8fa586e5d821cbabdb63fa27ad30a",
"body": "… (#1452)\n\nReplace `paste` with `pastey` crate. Paste being unmaintained and archived thus moving to active fork. This avoid the annoying rustsec warning from unmaintained crate even though there is no actual vulnerability. \n\n---------\n\nCo-authored-by: Peter Simonsson <peter.simonsson@nordomatic.com>\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Use pastey instead of unmaintained paste and fix some clippy warnings…",
"author_name": "Peter Simonsson",
"author_login": "petersimonsson",
"committed_at": "2026-06-11T19:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6247e6476685ae68f16506672b4c1139754de9e1",
"body": "This commit bumps the utoipa* crates dependencies to latest and updates\nthe latest minimum supported Rust version to 1.88. Along with this fixes\nmost of the lint issues.",
"is_bot": false,
"headline": "Upgrade MSRV to 1.88 (#1562)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-06-07T21:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80484a07b0ce2cf3f072225a6799997c2fa00a3f",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary spaces (#1535)",
"author_name": "John Vandenberg",
"author_login": "jayvdb",
"committed_at": "2026-05-31T16:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcdf08795562f45733bf1eb6369ec05a228f3021",
"body": "Added missing openAPI Header Fields:\n* deprecated\n* style\n* explode\n* example\n* examples\n* content\n* extensions\n\nUpdated schema as `Option<RefOr<Schema>>` to allow spec compliant content-based headers.\n\n---------\n\nCo-authored-by: Jaye Park <jaye.park@helsing.ai>",
"is_bot": false,
"headline": "feat: expand header struct (#1556)",
"author_name": "Jaye",
"author_login": "Drifter-J",
"committed_at": "2026-05-26T18:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9619791890b19ae5856f13ab611e3a09d62a4d",
"body": null,
"is_bot": false,
"headline": "chore: cargo fmt (#1557)",
"author_name": "Jaye",
"author_login": "Drifter-J",
"committed_at": "2026-05-26T08:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2460c680a3609c99c7734ca738d9833d0df2221e",
"body": null,
"is_bot": false,
"headline": "More helpful error message (#1421)",
"author_name": "Jérôme Froissart",
"author_login": "daladim",
"committed_at": "2026-05-26T07:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63123a382b16427ef3a40851f06c2a61c4cec7e",
"body": "…e structs (#1427)",
"is_bot": false,
"headline": "Expand support for validation features in `#[schema(...)]` on new typ…",
"author_name": "future-highway",
"author_login": "future-highway",
"committed_at": "2026-05-25T20:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07340ec5ab446488ce9d8bea536ad87e9b201e9",
"body": "* fix: readonly and writeonly dropped on ref fields",
"is_bot": false,
"headline": "feat: readonly and writeonly dropped on ref fields (#1550)",
"author_name": "Jaye",
"author_login": "Drifter-J",
"committed_at": "2026-05-17T21:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f9b0135ff2ac0f92a11c306e11a64e659bba5d",
"body": "…380)\n\n`Option<T>` with `nullable = false` could still emit `oneOf`,\nwhich produced ambiguous schemas when `default`/`title` existed.\n\nGenerate `OneOfBuilder` only for true nullable cases.\nFor non-nullable metadata cases, compose with `AllOfBuilder`\nso the item type remains explicit and constraints \n[…]\n + default/title path):\n AllOfBuilder::new()\n .item(#items_tokens)\n .item(ObjectBuilder::new() #title_tokens #default_tokens)\n\n---------\n\nCo-authored-by: Jean-Marc Le Roux <contact@jmlx.io>",
"is_bot": false,
"headline": "Option + nullable = false + default expands to a degenerate oneOf (#1…",
"author_name": "Jean-Marc Le Roux",
"author_login": "JMLX42",
"committed_at": "2026-05-17T16:12:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf560efee372831aa07adad181d2e4c233dd4e4c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-15T22:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7604d68ea8952dc08222322eaeaf0b13f3fafec",
"body": "Allow security scopes in `#[utoipa::path]` and `#[openapi]` macros\nto accept any type that implements Display, not just string literals.\n\nThis enables more idiomatic Rust code where scopes can be represented\nas enums or structs with Display implementations, providing:\n- Type safety and compile-time \n[…]\nope { Read, Write }\nimpl Display for Scope { ... }\n\n#[utoipa::path(\n security((\"bearerAuth\" = [Scope::Read, Scope::Write]))\n)]\n```\n\nCloses #1462\n\nCo-authored-by: Jean-Marc Le Roux <contact@jmlx.io>",
"is_bot": false,
"headline": "feat(gen): support Display types for security scopes (#1463)",
"author_name": "Jean-Marc Le Roux",
"author_login": "JMLX42",
"committed_at": "2026-05-15T22:16:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99ee9cccf9ebe0d269455ed81da20c43019f8061",
"body": "Working with types that implement `ToTokensDiagnostics` inside `quote!` required\nan awkward two-step: first convert to tokens with `as_tokens_or_diagnostics!`\nto get a plain `TokenStream`, then interpolate that temporary variable into\n`quote!`. Every `ToTokensDiagnostics` value needed its own let bi\n[…]\nspan => ... prefix as `quote_spanned!`.\n\nRegular `#ident` interpolation for `ToTokens` types continues to work\nunchanged in both macros.\n\n---------\n\nCo-authored-by: Markus Zoppelt <markus@zoppelt.net>",
"is_bot": false,
"headline": "Add quote_diagnostics! and quote_diagnostics_spanned! macros (#1553)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-15T21:43:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e708140f25a48c24ebdad8ae8ebaae2e70625a1c",
"body": "The `dtolnay/rust-toolchain@master` action runs `rustup default\n<toolchain>` after each install, so installing nightly after stable\nmakes nightly the default. `just validate-examples` then ran on\nnightly, even though no example needs it (the nightly-only justfile\nrecipes — `coverage`, `doc` — invoke\n[…]\n `rustix` (lib) due to 4 previous errors\n\nStable rustc still accepts the attribute, so removing the unused\nnightly install restores green CI without touching the example\ndependency tree.\n\nCloses #1551",
"is_bot": false,
"headline": "ci: stop installing nightly toolchain in `test (examples)` job (#1552)",
"author_name": "Jean-Marc Le Roux",
"author_login": "JMLX42",
"committed_at": "2026-05-14T23:42:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1507f1f357f78ee31ea4d923d805aedf8400b53",
"body": null,
"is_bot": false,
"headline": "Fix typo in Scalar CHANGELOG file",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-14T16:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e11346817c093cf2249b8405443eaf519751ae",
"body": null,
"is_bot": false,
"headline": "Add `utoipa-scalar` reference to the root CHANGELOG",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-14T16:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbd2cec531158c24cf5b2d3d7455714a2e45a87",
"body": null,
"is_bot": false,
"headline": "Fix type in CHANGELOG.md",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-14T16:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587b787b772c86358c243caab84d0071ada2840b",
"body": " Add customizable page title to `utoipa-scalar`. Now the `Scalar` can be directly initialized with custom `title` without a need to replace the whole default HTML file.\n```rust\nScalar::new(json!({\"openapi\": \"3.1.0\"})).title(\"My API\");\n```",
"is_bot": false,
"headline": "Add customizable page title to `utoipa-scalar` (#1515)",
"author_name": "liam",
"author_login": "terror",
"committed_at": "2026-05-14T15:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f95ffd2a90a0c15bff39ddbb8ee76f57f855948",
"body": "Added CHANGELOG entry for emit nullable item last PR.",
"is_bot": false,
"headline": "Update CHANGELOG.md for `utoipa-gen`",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-14T15:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf0c58cc3c739a906da1f10ba90e92f06742354",
"body": null,
"is_bot": false,
"headline": "Emit nullable_item last for OneOfBuilder (#1299)",
"author_name": "Frederik Rothenberger",
"author_login": "frederikrothenberger",
"committed_at": "2026-05-14T14:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2492086d40ad2b488b00db39724d45a92cb7863a",
"body": "Update next release for utoipa and utoipa-gen",
"is_bot": false,
"headline": "Update next release",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-05-04T21:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb520dcde1b564cb2dcf1102ba835ad35e8851e0",
"body": "Change the ingore implementation to ignore before processing in named schema and into params. This allows fields to really be ignored without further processing and allows fields not to implement `ToSchema` or `PartialSchema` traits. \n\nThis change comes with a drawback where only boolean ignore will be allowed in future and the ignore function pattern is now deprecated and will be removed in future major release.\n---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "ignore really ignores! (#1500)",
"author_name": "Omid Rad",
"author_login": "omid",
"committed_at": "2026-05-02T14:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd3ce9573ec285b3b7fc98f6010b2ecb24332f0",
"body": "Migrate to `justfile` from miscellaneous scripts in `/scripts` folder.\nThis also includes improvement to coverage which did not not apply to\nall tests.\n\nRecipes added:\n- `just test [crates...]` — run per-crate tests with full feature\n sets; accepts an optional crate list, honours CARGO / CARGO_COM\n[…]\n`sed -i` flags so it works on both GNU sed\n (Linux) and BSD sed (macOS)\n- `just validate-examples` — cargo fmt + clippy on all examples\n\nCI updated to install `just` and call the new recipes instead.",
"is_bot": false,
"headline": "Chore migrate to `justfile` (#1542)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2026-04-29T19:27:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e6e6eec9e5a6f3a8fb89577f26bb47a71c5748e",
"body": "* Support servers in path macro\n\n* Move Server to a separate mod\n\n* Allow exprs for urls\n\n* Fix import path and add CHANGELOG.md record\n\n---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Support servers in path macro (#1293)",
"author_name": "Mehul Arora",
"author_login": "infiniteregrets",
"committed_at": "2026-04-29T19:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0d0be2a0727f4d030ffcc49febbff7367d957b",
"body": null,
"is_bot": false,
"headline": "Add support for `jiff::Timestamp` (#1416)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2026-02-24T21:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07397dce866c5341b0d357a07c42343489483a4",
"body": "This tells the compiler that the `ToSchema` macro looks at `#[serde]`\nattributes. Without it, structs annotated with `#[serde]` won't compile\nunless the struct also derives Serialize or Deserialize.\n\nIn cases where the Serialize/Deserialize are implemented manually but\nthe schema can still be derived, it may be useful to use serde\nattributes that don't have a `#[schema]` equivalent, such as\n`#[serde(untagged)]`.\n\nCo-authored-by: Zack Yancey <zack.yancey@serialtek.com>",
"is_bot": false,
"headline": "Add `serde` to the helper attributes for `ToSchema` (#1472)",
"author_name": "Zack Yancey",
"author_login": "zackyancey",
"committed_at": "2026-02-24T20:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d006bca3f8e46cffccb7f4da5a9cdde93925567",
"body": "…enApi) (#1423)\n\nBy refactoring the macro to generate a for loop instead of using for_each, we now produce code that is cleaner and no longer triggers this clippy warning.",
"is_bot": false,
"headline": "Fix: Refactor to avoid clippy::needless_for_each warning in derive(Op…",
"author_name": "Manuel",
"author_login": "raimannma",
"committed_at": "2026-02-23T20:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a8de1417e34f78f0152f51a372ab597be92bbd",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2026-01-28T09:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1010b31ae7f8d6010778382c74ec4bd7ff207265",
"body": null,
"is_bot": false,
"headline": "support flatten (#2)",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2025-12-16T21:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211203055fa6dc5a9c258d6701f3f875761a7bbb",
"body": "Add tagged_discriminator feature to generate cleaner OpenAPI schemas …",
"is_bot": false,
"headline": "Merge pull request #1 from meteroid-oss/pr-1501",
"author_name": "Gaspard Boursin",
"author_login": "gaspb",
"committed_at": "2025-12-11T12:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26504a4b62dc49d6360d898f51b12afab9cb3ff6",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "gasp",
"author_login": "gaspb",
"committed_at": "2025-12-11T12:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3a4096ad2034d47470626a8314e1ff8a00e386",
"body": "…for internally tagged enums (fixes #1456)",
"is_bot": false,
"headline": "Add tagged_discriminator feature to generate cleaner OpenAPI schemas …",
"author_name": "julius lipp",
"author_login": "juliuslipp",
"committed_at": "2025-12-11T11:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6848e3eff0f02b8d289119c9374d061d2048d7fc",
"body": null,
"is_bot": false,
"headline": "disable upstream release",
"author_name": "gasp",
"author_login": "gaspb",
"committed_at": "2025-12-11T11:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdff0074eb65b23ede02f68a965f51ad53a8f643",
"body": "* Fix typos\n\n* fmt",
"is_bot": false,
"headline": "Fix typos (#1497)",
"author_name": "John Vandenberg",
"author_login": "jayvdb",
"committed_at": "2025-11-24T22:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a024acaab9645a8e8a6d25aeb151a10eed07729a",
"body": "Prepare for utoipa and utoipa-gen release with new version.",
"is_bot": false,
"headline": "Chore update utoipa and utoipa-gen versions (#1415)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-06-16T18:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bde710045c677f4d2b02113cfa6a57bdf392fe0",
"body": null,
"is_bot": false,
"headline": "Update utoipa CHANGELOG.md",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-05-26T20:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b17a2e0527b751548c589ffa663cf37556a0d3f",
"body": "…shSet to support custom hashers (#1319)",
"is_bot": false,
"headline": "Enhance ToSchema and ComposeSchema implementations for HashMap and Ha…",
"author_name": "Aqil F. Kassam",
"author_login": "alwayys-afk",
"committed_at": "2025-05-26T20:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2679076246e68e81d8bc5b593a311d4e70e5d52",
"body": "This commit adds support for defining OpenAPI extensions in the `utoipa::path` attribute \nmacro. The `extensions` is implemented for the following parts of the `utoipa::path` macro:\n- At operation level;\n- Operation > Params > ParamItem\n- Operation > Responses\n- Operation > Responses > ContentType\n-\n[…]\nontentType\n\nThe implementation uses the form (as discussed in the issue #1228):\n```\n(\"x-my-extension\" = json!({\"key\": \"value\"}))\n```\n\n---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Add feature support extensions in `utoipa::path` macro (#1292)",
"author_name": "juliendecharentenay",
"author_login": "juliendecharentenay",
"committed_at": "2025-05-26T20:30:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85952757ee50632be4b84e6580f16530397808d1",
"body": null,
"is_bot": false,
"headline": "Update `utoipa-swagger-ui` version (#1396)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-05-25T17:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e9f4573e49b30b6064d5fc55a42688faf02150",
"body": "---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "fix: avoid cloning ApiDoc on every request for axum (#1393)",
"author_name": "Tobias Pütz",
"author_login": "twuebi",
"committed_at": "2025-05-24T23:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cecda0531bf7d90800af66b186055932ee730526",
"body": "* Use zip 3.0.0\n\n* Catch Cargo.toml changes and add CHANGELOG entry",
"is_bot": false,
"headline": "swagger-ui: Use zip 3.0.0 (#1391)",
"author_name": "John Vandenberg",
"author_login": "jayvdb",
"committed_at": "2025-05-18T22:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac71b2353e144998f50bfe38d37794f39c151027",
"body": "This commit adds support for v0.2 of the `jiff` date-time crate, similar to how it is already implemented for `chrono` and `time`.\n---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Add support for jiff v0.2 (#1332)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2025-04-23T19:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e19e9a5951a4191b3e607ee42f99bf5618c9a20",
"body": "Update utoipa swagger ui version",
"is_bot": false,
"headline": "Update next version (#1366)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-04-04T20:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c76056eb28106eb9654616ee0d8bdeec569ac3a",
"body": null,
"is_bot": false,
"headline": "Fix typo in schema_derive_test",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-04-04T20:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb43877e58480bc4c4a97158e2612653fef932b",
"body": null,
"is_bot": false,
"headline": "fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363)",
"author_name": "Thomas Versteeg",
"author_login": "tversteeg",
"committed_at": "2025-04-04T20:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6b2a583d29eeca8d335144d0c29c8426145406",
"body": "According to the documentation, the /api/todo endpoint should return\na 201 status when a new resource is created. Fixed the response\nhandling to comply with this expectation.",
"is_bot": false,
"headline": "fix(todo-actix): examples (#1313)",
"author_name": "Carlos Tobon",
"author_login": "crassicus",
"committed_at": "2025-03-24T23:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d32f0524a8680d79537ae92aa9ced6ba9d2b630",
"body": "Fix `zip` 2.5 semver violation causing InvalidArchive error which broke `utoipa-swagger-ui` build sneakily.",
"is_bot": false,
"headline": "fix: mismatch error from InvalidArchive (#1343)",
"author_name": "Ishimwe Prince",
"author_login": "mbukeRepo",
"committed_at": "2025-03-24T22:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feeb97e700c70982f5cbdfae33c349d930937ec0",
"body": "Fix typo and `actix-web-multipart` example Cargo.toml versions.",
"is_bot": false,
"headline": "Fix build",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-03-24T22:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c512728a9cbe7b823eaa5558d1a2bc57bd6054b",
"body": null,
"is_bot": false,
"headline": "replaced `serde_yml` with `serde_norway` (#1311)",
"author_name": "Timon Klinkert",
"author_login": "DenuxPlays",
"committed_at": "2025-02-08T18:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a5842a71f859a826f990a735f3bc312ef10749",
"body": "Update openapi visualization bindings versions",
"is_bot": false,
"headline": "Update utoipa openapi tools (#1295)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-16T09:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20d5110f409b56682a4ebd49b155569962ee71c",
"body": "Update utoipa-axum release version to 0.2 for it was incorrectly\r\nreleased as a patch.\r\n\r\nFixes #1282",
"is_bot": false,
"headline": "Update utoipa-auxm version (#1294)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-16T09:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6faef384093f3e26bc39dce35aa62ce039881319",
"body": "This commit excludes snapshots from `utoipa-axum` release artifact.",
"is_bot": false,
"headline": "Exclude snapshots from `utoipa-axum`",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-13T09:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993f7d4aea859115ea686e1c228051cb80db3da2",
"body": "This commit excludes insta snapshot files from the published packages.\r\nI've chosen to go with an explicit list of included files instead of an\r\nexclude list as this also excludes other possibly files present by\r\naccident at the publish time.\r\n\r\nFixes #1281",
"is_bot": false,
"headline": "Exclude snapshots from published packages (#1283)",
"author_name": "Georg Semmler",
"author_login": "weiznich",
"committed_at": "2025-01-13T09:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16892bb98239fd76a9953478181b760b4007e23d",
"body": null,
"is_bot": false,
"headline": "replaced `serde_yaml` with `serde_yml` (#1280)",
"author_name": "Timon Klinkert",
"author_login": "DenuxPlays",
"committed_at": "2025-01-08T10:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bb59f52f664dfda2828ef22662c015b6da6439",
"body": null,
"is_bot": false,
"headline": "Update next release versions (#1278)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-05T22:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1067e94efc6706e35f182f37f898044b5fa3e6",
"body": "This commit fixes bug caused by changes introduced here #1184 by adding\r\nnecessary changes to how schema is added to an OpenApi when it is added\r\nvia `components(schemas(...))` attribute of the OpenApi derive macro.\r\n\r\nFixes #1265",
"is_bot": false,
"headline": "Fix bug in generic schemas on OpenApi derive macro (#1277)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-05T21:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94827289d4eaf4d4f811a9b0a10801c3794d6bff",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-05T19:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d765c9872a9ce2a8f3683dcc71b1fc68aa8d6320",
"body": "Add missing `debug` feature implementation for `SwaggerUi` and other\r\ntypes with `#[cfg_attr(feature = \"debug\", ...)]`.\r\n\r\nFixes #1274",
"is_bot": false,
"headline": "Add debug implementation for SwaggerUi (#1276)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-05T19:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ffad4bed73e5caeddc311bab70f810d1d772079",
"body": null,
"is_bot": false,
"headline": "Address clippy utoipa-axum",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-02T20:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59098c752bff15e57865dc07be92c7ef26c304cf",
"body": null,
"is_bot": false,
"headline": "Fix format",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-02T20:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9142538e882d31f9e933a7f2c5aebb181a0ce10",
"body": null,
"is_bot": false,
"headline": "Add summary and description missing documentation",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-02T20:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d522f744259dc4fde5f45d187983fb68c8167029",
"body": "* Update `axum` dependencies to 0.8.0\r\n\r\n* utoipa-axum: Add missing `Sync` requirements\r\n\r\n* utoipa-axum: Remove obsolete `colonized_params()` fn\r\n\r\naxum 0.8 uses the same syntax as OpenAPI now :)\r\n\r\n* utoipa-swagger-ui: Adjust to axum 0.8 path syntax changes\r\n\r\n* examples/axum-multipart: Use `path`\n[…]\nwise there is no way to fixing this example ahead of the release...\r\n\r\n* utoipa-axum: Remove obsolete `path_template()` fn\r\n\r\naxum 0.8 uses the same syntax as OpenAPI now :)\r\n\r\n* Add changelog entries",
"is_bot": false,
"headline": "Update axum to v0.8.0 (#1269)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2025-01-02T20:30:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d71a246b13fe09efed3453fad1b63a5fc3c0bd8",
"body": "The `axum-test` crate has not yet been updated to work with axum v0.8 and is blocking us from releasing support for it ourselves. Since we use very little functionality from it, we can just replace it with direct calls to the `ServiceExt` trait of `tower`.",
"is_bot": false,
"headline": "Remove `axum-test` dependency (#1270)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2025-01-02T18:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09edbe73073b80e123c961fd0e70f4eb6f9779e",
"body": "There is currently no way of changing the `OpenApi` without breaking the router apart and recomposing it.\r\n\r\nThis enables modification of the API while mounting the routes.\r\n---------\r\n\r\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Added mutable getter for the openapi instance of a OpenApiRouter (#1262)",
"author_name": "zannabianca1997",
"author_login": "zannabianca1997",
"committed_at": "2025-01-02T18:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd90d55b9b0d3c3669e1245445d9978c8e59ec5e",
"body": null,
"is_bot": false,
"headline": "Update utoipa-axum CHANGELOG",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2025-01-02T18:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682d5bfd65046cc52998a6147e5c3057eae866fd",
"body": "This ensures that `/pet/{petId}` is correctly turned a path that `axum` understands.",
"is_bot": false,
"headline": "utoipa-axum: Add basic path params test (#1268)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2025-01-02T17:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f706eedc700a6d7e640155a90dba55cb0412a9",
"body": "…(#1254)",
"is_bot": false,
"headline": "utoipa: Replace `assert-json-diff` with snapshot testing via `insta` …",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-23T15:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278235842b60151dccad57ae828e6a53b05e4ee4",
"body": "…ta` (#1253)\n\n* utoipa-gen/tests/response_derive_test: Migrate to snapshot testing\r\n\r\n* utoipa-gen/tests/schema_derive_test: Migrate to snapshot testing\r\n\r\n* utoipa-gen/tests/request_body_derive_test: Migrate to snapshot testing\r\n\r\n* utoipa-gen/tests/path_response_derive_test: Migrate to snapshot te\n[…]\n\n* utoipa-gen/tests/openapi_derive: Migrate to snapshot testing\r\n\r\n* utoipa-gen: Migrate to snapshot testing\r\n\r\n* utoipa-gen: Remove obsolete `assert-json-diff` dev dependency\r\n\r\n* Add changelog entry",
"is_bot": false,
"headline": "utoipa-gen: Replace `assert-json-diff` with snapshot testing via `ins…",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-21T21:48:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d8d2acdb49f0f751f25ea6b544bfb17a755877d",
"body": "* utoipa-gen/tests/path_derive_auto_into_responses_actix: Adjust expectations and comment out broken tests\r\n\r\n* scripts/test.sh: Fix `auto_into_responses` feature declaration\r\n\r\nThese invocations weren't actually running the corresponding tests\r\n\r\n* Add changelog entry",
"is_bot": false,
"headline": "scripts/test.sh: Fix `auto_into_responses` feature declaration (#1252)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-21T20:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0d27f730f83cbc3358efe6db5d2b43232ee304",
"body": "Update next release versions for utoipa, utoipa-gen, utoipa-axum and\r\nutoipa-swagger-ui.",
"is_bot": false,
"headline": "Update next release versions (#1250)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2024-12-19T14:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de536e4153c97940add4adb2c61d802248ce998d",
"body": "…`Query` params (#1248)",
"is_bot": false,
"headline": "utopia-gen: Adjust params code to not set `nullable` on `Option` for …",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-19T14:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b80a4aaa010c013ed81bbb73e78db86def839e",
"body": "…1247)\n\n`insta` produces diffs like the following, which makes it much easier to see at first glance what changed. The `cargo-insta` extension also makes it very fast to update snapshots in case of any desired changes.\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n[…]\n \"required\": [\r\n 72 72 │ \"id\",\r\n────────────┴───────────────────────────────────────────────────────────────────\r\nTo update snapshots run `cargo insta review`",
"is_bot": false,
"headline": "utopia-gen/tests/schema_generics: Use `insta` for snapshot testing (#…",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-19T12:59:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71f6e37cc468ebdabfc0aa825749fe8022e9b5d6",
"body": "---------\n\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "[utoipa-gen] MediaTypeAttr: Make parse_named_attributes a method (#1236)",
"author_name": "John Soo",
"author_login": "jsoo1",
"committed_at": "2024-12-18T18:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bfe11c457dfdf4e6a77a59a8552171eea2a636",
"body": "Re-exports `serde_json` to enable users to not directly depend on `serde_json`.\n\nFixes #1172",
"is_bot": false,
"headline": "Use a re-exported serde_json dependency in macros (#1243)",
"author_name": "Jean-Sébastien Bour",
"author_login": "Sufflope",
"committed_at": "2024-12-18T18:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc5ee8fa1ef070bc6401e8dc2e464d466da61ee",
"body": "Add support for `#[schema(pattern = \"...\")]` on new type structs",
"is_bot": false,
"headline": "Add support for `#[schema(pattern = \"...\")]` on new type structs (#1241)",
"author_name": "Wyatt Herkamp",
"author_login": "wyatt-herkamp",
"committed_at": "2024-12-18T18:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccef78dd6afb4aa438ada0905a7b8e6c835b546",
"body": "Once the `routes!()` invocation contains more than a couple of routes, it is likely that each route will be on its own line. Currently, the macro does not support trailing commas, which causes the git diff when adding a new route to be unnecessarily large. With this change trailing commas are supported, which shrinks the diff down to a single-line change.",
"is_bot": false,
"headline": "utoipa-axum: Allow trailing comma in `routes!()` macro (#1238)",
"author_name": "Tobias Bieniek",
"author_login": "Turbo87",
"committed_at": "2024-12-18T18:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f09bc802343b17796ba7658f122783eab8ddad8",
"body": "`Info::from_env()` sets `info.license.identifier` along with `info.license.name`.",
"is_bot": false,
"headline": "`Info::from_env()` sets `License::identifier` (#1233)",
"author_name": "masnagam",
"author_login": "masnagam",
"committed_at": "2024-12-18T18:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24dd6d4292aca399aaeda749cbdac4b047b394aa",
"body": "Though only in a limited fashion - notable fields are still not\nimplemented.\n\nThough this does let you do:\n\n```rs\n request_body(\n content(...)\n encoding(\n (\"field_name\", (\n content_type = \"application/json\",\n explode = true,\n allow_reserved = true,\n ))\n )\n )\n```\n\nPartially addresses #1087",
"is_bot": false,
"headline": "[utoipa-gen] MediaTypeAttr, Encoding: Parse encodings",
"author_name": "John Soo",
"author_login": "jsoo1",
"committed_at": "2024-12-18T18:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "733c400217a0c754e718ce33ba5dbd1be92b596f",
"body": "Using &mut self - since it was already doing this.",
"is_bot": false,
"headline": "[utoipa-gen] MediaTypeAttr: Make parse_named_attributes a method",
"author_name": "John Soo",
"author_login": "jsoo1",
"committed_at": "2024-12-18T18:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "330b07f7b55db21c07180896a8685a98e07aa44a",
"body": null,
"is_bot": false,
"headline": "[utoipa-gen] request_body: Simplify ToTokensDiagnostics",
"author_name": "John Soo",
"author_login": "jsoo1",
"committed_at": "2024-12-18T18:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7acf13d2a6c9522fc0a752a7c113f0fafa56b5",
"body": null,
"is_bot": false,
"headline": "Add multipart examples for axum and actix-web",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2024-12-11T23:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a88046d278789aea4fb451d987bcde5cee8c263",
"body": "Add basic auth for swagger ui at rocket, axum and actix-web frameworks. This configuration option allows restricting access to the Swagger UI under the configured username and password.\r\n\r\n---------\r\n\r\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "[swagger-ui] add basic authentication for internal use (#1221)",
"author_name": "Shao",
"author_login": "realradical",
"committed_at": "2024-12-09T15:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c423be573973e5fa4b1d2e504081a8be6e10ed75",
"body": "Fix axum path nesting in `OpenApiRouter` to allow empty paths and\r\ncorrectly template the path for `OpenApiRouter` from colons.\r\n\r\nRelates to #1199",
"is_bot": false,
"headline": "Fix axum path nesting (#1231)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2024-12-09T15:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fbf67225dada8e9f5075017ca65afd591b0fea",
"body": "Set cache feature to correct (utoipa-swagger-ui) README.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2024-12-03T00:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0620c69738198b903285123c7a70208d2e4573",
"body": "Add cache support for Swagger UI. This commit adds new feature flag `cache` which can be enabled in order to allow caching of current Swagger UI in to user's cache directory to reduce the download hoops from Github on non vendored Swagger UI.\r\n---------\r\n\r\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "feat(swagger-ui): cache swagger zip (#1214)",
"author_name": "thewh1teagle",
"author_login": "thewh1teagle",
"committed_at": "2024-12-02T21:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa48b879085b1984d792a28701e922ecaf385915",
"body": "…hing (include `MacroArg::Query` case) (#1223)",
"is_bot": false,
"headline": "[utoipa-gen/src/{ext.rs,ext/{actix,axum}.rs}] Exhaustive pattern matc…",
"author_name": "Samuel Marks",
"author_login": "SamuelMarks",
"committed_at": "2024-12-01T22:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c3415cde5f932943bbebe4a3cafc03e1519fe3",
"body": "* fix: tagged enum with flatten fields\r\n\r\n* fix: format\r\n\r\n* upd: changelog entry",
"is_bot": false,
"headline": "fix: tagged enum with flatten fields (#1208)",
"author_name": "TLDMain",
"author_login": "TLDMain",
"committed_at": "2024-11-28T17:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2671aeccc61891d88af3c045830181b8318579db",
"body": null,
"is_bot": false,
"headline": "Add default to Example string fields (#1218)",
"author_name": "Feiryn",
"author_login": "Feiryn",
"committed_at": "2024-11-22T17:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf06e6fc8233ea5b5da2c947043dd7f19e8f6a3",
"body": "Unify the `axum::Router::nest` functionality with `utoipa_axum::Router::nest` functionality while keeping the base implementation same as before, default to `utoipa`.\r\n\r\n---------\r\n\r\nCo-authored-by: Benjamin Mollier <benjamin@paxlife.aero>\r\nCo-authored-by: Juha Kukkonen <juha7kukkonen@gmail.com>",
"is_bot": false,
"headline": "Fix diverging axum route and openapi spec (#1199)",
"author_name": "Boemjay",
"author_login": "boemjay",
"committed_at": "2024-11-21T16:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a0b11e5871039c7218157ea03786bef1022419",
"body": "This commit updates default `ComposeSchema` implementation for Rust\r\ntypes currently implementing `ComposeSchema` with aim to fix the\r\nincorrect schema on types having generic arguments.",
"is_bot": false,
"headline": "Update schema generics compose (#1202)",
"author_name": "Juha Kukkonen",
"author_login": "juhaku",
"committed_at": "2024-11-14T15:06:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 44,
"latest_release_at": "2026-07-02T19:15:54Z",
"latest_release_tag": "v5.6.0-b",
"releases_from_tags": false,
"days_since_last_push": 23,
"active_weeks_last_year": 16,
"days_since_latest_release": 23,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "meteroid-utoipa",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"auto-generate",
"compile-time",
"documentation",
"openapi",
"rest-api",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/meteroid-utoipa",
"is_deprecated": false,
"latest_version": "5.6.0",
"repository_url": "https://github.com/meteroid-oss/utoipa",
"versions_count": 1,
"total_downloads": 2303,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 768,
"first_published_at": "2026-07-02T18:28:54.785958Z",
"latest_published_at": "2026-07-02T18:28:54.785958Z",
"latest_version_yanked": false,
"days_since_latest_publish": 23
},
{
"name": "meteroid-utoipa-gen",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"codegen",
"compile-time",
"documentation",
"openapi",
"proc-macro"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/meteroid-utoipa-gen",
"is_deprecated": false,
"latest_version": "5.6.0",
"repository_url": "https://github.com/meteroid-oss/utoipa",
"versions_count": 1,
"total_downloads": 2312,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 771,
"first_published_at": "2026-07-02T18:28:42.569284Z",
"latest_published_at": "2026-07-02T18:28:42.569284Z",
"latest_version_yanked": false,
"days_since_latest_publish": 23
},
{
"name": "meteroid-utoipa-axum",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"axum",
"bindings",
"utoipa",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/meteroid-utoipa-axum",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/meteroid-oss/utoipa",
"versions_count": 1,
"total_downloads": 2279,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 760,
"first_published_at": "2026-07-02T19:27:24.978661Z",
"latest_published_at": "2026-07-02T19:27:24.978661Z",
"latest_version_yanked": false,
"days_since_latest_publish": 23
},
{
"name": "utoipa-redoc",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"documentation",
"openapi",
"redoc",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/utoipa-redoc",
"is_deprecated": false,
"latest_version": "6.0.0",
"repository_url": "https://github.com/juhaku/utoipa",
"versions_count": 11,
"total_downloads": 1701142,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 157186,
"first_published_at": "2023-08-06T15:01:09.196858Z",
"latest_published_at": "2025-01-16T09:40:38.868372Z",
"latest_version_yanked": false,
"days_since_latest_publish": 556
},
{
"name": "meteroid-utoipa-config",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"auto-generate",
"config",
"openapi",
"utoipa",
"utoipa-gen",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/meteroid-utoipa-config",
"is_deprecated": false,
"latest_version": "0.1.2",
"repository_url": "https://github.com/meteroid-oss/utoipa",
"versions_count": 1,
"total_downloads": 37,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 12,
"first_published_at": "2026-07-02T18:28:32.785059Z",
"latest_published_at": "2026-07-02T18:28:32.785059Z",
"latest_version_yanked": false,
"days_since_latest_publish": 23
},
{
"name": "meteroid-utoipa-scalar",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"documentation",
"openapi",
"scalar",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/meteroid-utoipa-scalar",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/meteroid-oss/utoipa",
"versions_count": 1,
"total_downloads": 2277,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 759,
"first_published_at": "2026-07-02T19:27:36.651780Z",
"latest_published_at": "2026-07-02T19:27:36.651780Z",
"latest_version_yanked": false,
"days_since_latest_publish": 23
},
{
"name": "utoipa-rapidoc",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"documentation",
"openapi",
"rapidoc",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/utoipa-rapidoc",
"is_deprecated": false,
"latest_version": "6.0.0",
"repository_url": "https://github.com/juhaku/utoipa",
"versions_count": 12,
"total_downloads": 1569235,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 86469,
"first_published_at": "2023-08-07T23:29:08.781131Z",
"latest_published_at": "2025-01-16T09:40:24.586704Z",
"latest_version_yanked": false,
"days_since_latest_publish": 556
},
{
"name": "utoipa-actix-web",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"actix-web",
"bindings",
"utoipa",
"web-programming"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/utoipa-actix-web",
"is_deprecated": false,
"latest_version": "0.1.2",
"repository_url": "https://github.com/juhaku/utoipa",
"versions_count": 3,
"total_downloads": 273946,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 27741,
"first_published_at": "2024-10-23T12:48:55.000783Z",
"latest_published_at": "2024-11-08T12:18:43.852913Z",
"latest_version_yanked": false,
"days_since_latest_publish": 624
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"examples/actix-web-multipart/Cargo.toml",
"examples/actix-web-multiple-api-docs-with-scopes/Cargo.toml",
"examples/actix-web-scopes-binding/Cargo.toml",
"examples/axum-multipart/Cargo.toml",
"examples/axum-utoipa-bindings/Cargo.toml",
"examples/axum-utoipa-nesting-vendored/Cargo.toml",
"examples/generics-actix/Cargo.toml",
"examples/raw-json-actix/Cargo.toml",
"examples/rocket-todo/Cargo.toml",
"examples/simple-axum/Cargo.toml",
"examples/simple-x-extensions/Cargo.toml",
"examples/todo-actix/Cargo.toml",
"examples/todo-axum/Cargo.toml",
"examples/todo-tide/Cargo.toml",
"examples/todo-warp-rapidoc/Cargo.toml",
"examples/todo-warp-redoc-with-file-config/Cargo.toml",
"examples/todo-warp/Cargo.toml",
"examples/warp-multiple-api-docs/Cargo.toml",
"utoipa-actix-web/Cargo.toml",
"utoipa-axum/Cargo.toml",
"utoipa-config/Cargo.toml",
"utoipa-config/config-test-crate/Cargo.toml",
"utoipa-gen/Cargo.toml",
"utoipa-rapidoc/Cargo.toml",
"utoipa-redoc/Cargo.toml",
"utoipa-scalar/Cargo.toml",
"utoipa-swagger-ui-vendored/Cargo.toml",
"utoipa-swagger-ui/Cargo.toml",
"utoipa/Cargo.toml"
],
"largest_source_bytes": 147487,
"source_files_sampled": 121,
"oversized_source_files": 7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"utoipa-actix-web/Cargo.toml",
"utoipa-axum/Cargo.toml",
"utoipa-config/Cargo.toml",
"utoipa-gen/Cargo.toml",
"utoipa-rapidoc/Cargo.toml",
"utoipa-redoc/Cargo.toml",
"utoipa-scalar/Cargo.toml",
"utoipa-swagger-ui-vendored/Cargo.toml",
"utoipa-swagger-ui/Cargo.toml",
"utoipa/Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "utoipa",
"manifest": "utoipa-actix-web/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "actix-web",
"manifest": "utoipa-actix-web/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "actix-service",
"manifest": "utoipa-actix-web/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "axum",
"manifest": "utoipa-axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "utoipa",
"manifest": "utoipa-axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "tower-service",
"manifest": "utoipa-axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tower-layer",
"manifest": "utoipa-axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.3"
},
{
"name": "pastey",
"manifest": "utoipa-axum/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "serde",
"manifest": "utoipa-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa-config/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "utoipa-config",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "once_cell",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.21.4"
},
{
"name": "proc-macro2",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "syn",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "quote",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "regex",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.12"
},
{
"name": "uuid",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "ulid",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "url",
"manifest": "utoipa-gen/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "serde",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "utoipa",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "actix-web",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "rocket",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "axum",
"manifest": "utoipa-rapidoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "serde",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "utoipa",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "actix-web",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "rocket",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "axum",
"manifest": "utoipa-redoc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "serde",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "utoipa",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "actix-web",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "rocket",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "axum",
"manifest": "utoipa-scalar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "mime_guess",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "actix-web",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "rocket",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "axum",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "utoipa",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "serde",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "base64",
"manifest": "utoipa-swagger-ui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22.1"
},
{
"name": "serde",
"manifest": "utoipa/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "utoipa/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "yaml_serde",
"manifest": "utoipa/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.4"
},
{
"name": "utoipa-gen",
"manifest": "utoipa/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.6.0"
},
{
"name": "indexmap",
"manifest": "utoipa/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "juhaku",
"commits": 636,
"avatar_url": "https://avatars.githubusercontent.com/u/26358664?v=4"
},
{
"type": "User",
"login": "jayvdb",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/15092?v=4"
},
{
"type": "User",
"login": "kellpossible",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/4527338?v=4"
},
{
"type": "User",
"login": "Turbo87",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/141300?v=4"
},
{
"type": "User",
"login": "gaspb",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/26738779?v=4"
},
{
"type": "User",
"login": "JMLX42",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/998703?v=4"
},
{
"type": "User",
"login": "jacob-pro",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/16433349?v=4"
},
{
"type": "User",
"login": "jsoo1",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/10039785?v=4"
},
{
"type": "User",
"login": "oscar6echo",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2219383?v=4"
},
{
"type": "User",
"login": "jgramoll",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/29054807?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.769
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yaml",
"draft.yaml",
"publish-crates.yaml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 36 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": 0,
"reason": "no 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 0 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not 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": 0,
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "35249a116bc608e1d9d145ec434f1b77e0319b05",
"ran_at": "2026-07-26T09:56:16Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-02T19:27:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-02T19:26:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/meteroid-oss/utoipa",
"host": "github.com",
"name": "utoipa",
"owner": "meteroid-oss"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 44,
"vitality": 79,
"community": 24,
"governance": 59,
"engineering": 33
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 23,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 23 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v5.6.0-b",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": 23,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 23 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 23
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 58,
"inputs": {
"packages": [
"meteroid-utoipa",
"meteroid-utoipa-gen",
"meteroid-utoipa-axum",
"meteroid-utoipa-config",
"meteroid-utoipa-scalar"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 9208,
"monthly_downloads": 3070
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,070 downloads/month across crates",
"points": 46.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3070,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 100,
"top_contributor_share": 0.769
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/5 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"followers": 22,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "meteroid-oss",
"public_repos": 6,
"account_age_days": 1254
},
"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": "22 followers of meteroid-oss",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 22,
"login": "meteroid-oss"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~3 yr old",
"points": 13,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"meteroid-utoipa",
"meteroid-utoipa-gen",
"meteroid-utoipa-axum",
"meteroid-utoipa-config",
"meteroid-utoipa-scalar"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 23
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "5 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 5,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 23 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 23
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 33,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 36 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": "no update tool detected",
"points": 0,
"status": "missed",
"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 0 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 22
},
"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": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.72,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "72 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"examples/actix-web-multipart/Cargo.toml",
"examples/actix-web-multiple-api-docs-with-scopes/Cargo.toml",
"examples/actix-web-scopes-binding/Cargo.toml",
"examples/axum-multipart/Cargo.toml",
"examples/axum-utoipa-bindings/Cargo.toml",
"examples/axum-utoipa-nesting-vendored/Cargo.toml",
"examples/generics-actix/Cargo.toml",
"examples/raw-json-actix/Cargo.toml",
"examples/rocket-todo/Cargo.toml",
"examples/simple-axum/Cargo.toml",
"examples/simple-x-extensions/Cargo.toml",
"examples/todo-actix/Cargo.toml",
"examples/todo-axum/Cargo.toml",
"examples/todo-tide/Cargo.toml",
"examples/todo-warp-rapidoc/Cargo.toml",
"examples/todo-warp-redoc-with-file-config/Cargo.toml",
"examples/todo-warp/Cargo.toml",
"examples/warp-multiple-api-docs/Cargo.toml",
"utoipa-actix-web/Cargo.toml",
"utoipa-axum/Cargo.toml",
"utoipa-config/Cargo.toml",
"utoipa-config/config-test-crate/Cargo.toml",
"utoipa-gen/Cargo.toml",
"utoipa-rapidoc/Cargo.toml",
"utoipa-redoc/Cargo.toml",
"utoipa-scalar/Cargo.toml",
"utoipa-swagger-ui-vendored/Cargo.toml",
"utoipa-swagger-ui/Cargo.toml",
"utoipa/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 147487,
"source_files_sampled": 121,
"oversized_source_files": 7
},
"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": "7/121 source files over 60KB",
"points": 51.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 121,
"oversized": 7
}
}
],
"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": [
"Community profile unavailable",
"crates package 'utoipa-redoc' points at a different repository (https://github.com/juhaku/utoipa); excluded from ecosystem scoring",
"crates package 'utoipa-rapidoc' points at a different repository (https://github.com/juhaku/utoipa); excluded from ecosystem scoring",
"crates package 'utoipa-actix-web' points at a different repository (https://github.com/juhaku/utoipa); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:56:36.816051Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/meteroid-oss/utoipa.svg",
"full_name": "meteroid-oss/utoipa",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}