Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"pulsar",
"pubsub",
"messaging",
"streaming",
"queuing",
"event-streaming",
"golang",
"go"
],
"is_fork": false,
"size_kb": 3642,
"has_wiki": true,
"homepage": "https://pulsar.apache.org/",
"languages": {
"Go": 2269696,
"Shell": 15638,
"Makefile": 4188,
"Dockerfile": 1757
},
"pushed_at": "2026-07-23T08:59:05Z",
"created_at": "2019-05-06T22:08:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T10:43:36Z",
"description": "Apache Pulsar Go Client Library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.apache.org/",
"name": "The Apache Software Foundation",
"type": "Organization",
"login": "apache",
"company": null,
"location": null,
"followers": 23594,
"avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
"created_at": "2009-01-17T20:14:40Z",
"is_verified": null,
"public_repos": 3148,
"account_age_days": 6400
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2026-06-15T06:00:44Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-04-15T10:38:04Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2025-12-15T02:33:59Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2025-10-17T10:47:20Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2025-08-05T03:09:40Z"
},
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2025-05-26T10:40:54Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2025-04-23T10:58:20Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2024-09-30T01:52:02Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2024-08-09T10:10:31Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2024-07-22T03:43:08Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2024-03-08T10:27:30Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2024-01-29T01:40:55Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2023-11-07T10:55:35Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2023-07-10T09:12:10Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2023-04-03T07:22:42Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2022-10-09T02:31:18Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2022-03-15T09:03:56Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2022-02-16T02:44:04Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2021-11-16T05:33:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2021-07-26T02:57:36Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2021-05-13T18:15:24Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-03-05T04:05:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2020-11-17T14:22:15Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-08-27T00:48:30Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2020-06-19T05:57:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-04-03T04:33:01Z"
}
],
"recent_commits": [
{
"oid": "8213b20c03b79d899eca91bfc8fc7c104f983c01",
"body": "### Motivation\n\n\nsupport following API:\n\n```http\n DELETE /admin/v2/namespaces/{tenant}/{namespace}/backlogQuota\n ?backlogQuotaType=message_age|destination_storage\n ```",
"is_bot": false,
"headline": "feat: add RemoveBacklogQuotaByType to namespace (#1525)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-07-23T08:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d8930e4ac789e9d52b474a85bba71e26142cf2",
"body": "* fix: avoid context leak in blue-green migration test\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* fix: avoid infinite retry in blue-green migration test\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* Address comment\n\n* Address comment\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: avoid infinite retry in blue-green migration test (#1502)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2026-07-21T08:25:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11207a86e3f1317133c42928e9ed5e3d9ac48660",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.21.0 (#1522)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2026-07-20T09:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b1bc1a85ef106517b1ef9d5d9daea69cfbcc68",
"body": "CodeQL go/incorrect-integer-conversion (CWE-190/CWE-681) flagged the\nint->int32 conversion of the topic-derived partition index in\nnewPartitionConsumer. Guard it with an explicit int32 range check;\nnegative values (-1 for non-partitioned topics) remain valid.",
"is_bot": false,
"headline": "fix: add bounds check for partition index int32 conversion (#1517)",
"author_name": "Matteo Merli",
"author_login": "merlimat",
"committed_at": "2026-07-14T03:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2a63176b874e175e95ae6fc22e5f27ecc093a5",
"body": "…tion tests (#1511)\n\nMaster Issue: https://github.com/apache/pulsar/pull/21048\n\nRelated Issue: https://github.com/apache/pulsar-client-go/pull/805\n\n### Motivation\n\nIn the Java SDK (PR https://github.com/apache/pulsar/pull/21048), the DLQ/RLQ producers are hardcoded with\n`enableBatching(false).enable\n[…]\nessageSize` (~1MB) to ensure that DLQ/RLQ producers\n**must** have chunking enabled to successfully forward messages. Without chunking enabled in\n`DLQPolicy.ProducerOptions`, these tests would timeout.",
"is_bot": false,
"headline": "[improve][doc] Add chunking documentation for DLQ/RLQ and add integra…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2026-06-29T16:04:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0dd4235b3ac2924ce12473fdf2c51bf325ea964",
"body": "* Update TestContainers and change docker depenency to moby\n\n* Fix Makefile\n\n* Fix ci.yml\n\n* Apply suggestions from code review\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>\n\n* Fix producer_test race condition\n\n---------\n\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>\nCo-authored-by: Zixuan Liu <nodeces@gmail.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update TestContainers and change docker depenency to moby (#1513)",
"author_name": "Frank J Kelly",
"author_login": "kellyfj",
"committed_at": "2026-06-24T02:15:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "27e4313075c0a082e373af18c6d9a546414390b3",
"body": "* add tls_client_auth for OAuth2\n\n* fix lint",
"is_bot": false,
"headline": "[improve][client] Implement tls_client_auth for OAuth2 (#1514)",
"author_name": "Hideaki Oguni",
"author_login": "izumo27",
"committed_at": "2026-06-22T06:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a5b0731ecc6f53ed1e8251f3ce4877597da649",
"body": null,
"is_bot": false,
"headline": "Update golang to 1.25 and also update linter (#1515)",
"author_name": "Frank J Kelly",
"author_login": "kellyfj",
"committed_at": "2026-06-22T02:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d3050fc945fd0dc964dbf986ce2d0b18f2d35d",
"body": "### Motivation\n\n`UpdateDynamicConfiguration` build `configValue` directly into the URL path. If either value contains path-reserved characters such as `/`, the request path can be interpreted incorrectly.\n\n### Modifications\n\nEscape `configValue` as URL path segments with `url.PathEscape`, and preserve escaped path values in the REST client request construction. Added tests to verify escaped slashes are kept in the final request path.",
"is_bot": false,
"headline": "fix: escape configuration values in UpdateDynamicConfiguration (#1505)",
"author_name": "Kai Wang",
"author_login": "Demogorgon314",
"committed_at": "2026-06-18T13:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b787489fab29d1a6b2ed55cbd4d0067badeaffb4",
"body": "### Motivation\n\nalign pulsaradmin with broker namespace offload policies API; support namespace full offload config and applied topic get.\n\n\n---------\n\nSigned-off-by: Rui Fu <rfu@apache.org>",
"is_bot": false,
"headline": "feat(pulsaradmin): add offload policies API and tests (#1512)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-06-18T13:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a04fa5d2ec8f1375ed902c4f9285f82f9a70f7",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.20.0 (#1509)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2026-06-15T05:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe5799e67a7d9bd4b7523649d56146619d8bfb6",
"body": "…ics (#1459)\n\n* [Issue #1458] educe unnecessary creation of retry topics and DLQ topics\n\n* [Issue #1458] educe unnecessary creation of retry topics and DLQ topics\n\n* Update pulsar/consumer_impl.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* [Issue #1458] educe unnecessar\n[…]\nnd DLQ topics\n\n---------\n\nCo-authored-by: zjxxzjwang <zjxxzjwang@tencent.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "[Issue #1458] Reduce unnecessary creation of retry topics and DLQ top…",
"author_name": "zhenJiangWang",
"author_login": "zjxxzjwang",
"committed_at": "2026-06-11T04:00:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1796b8a718bfd984ca5ceceb8a7b46226e866d8a",
"body": "…lock (#1503)",
"is_bot": false,
"headline": "fix: remove default case in waitWithContext to prevent busy-spin dead…",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2026-06-01T06:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c408a107e339f3205902ee6a3334fcf39d6878bc",
"body": "Co-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "docs(producer): clarify SendAsync description (#1485)",
"author_name": "Mukunda Rao Katta",
"author_login": "MukundaKatta",
"committed_at": "2026-05-27T06:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eade69391f2119e966cc012aad803c13c674284d",
"body": null,
"is_bot": false,
"headline": "fix: deadlock when increasing partitioned consumers (#1500)",
"author_name": "Yunze Xu",
"author_login": "BewareMyPower",
"committed_at": "2026-05-21T08:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1765ef9c22a4cbd7b7a4704b6136e96860b3815",
"body": "…retry exhaustion (#1490)\n\n* [fix][consumer] Add reconnect failure listener and auto-close on max retry exhaustion\n\n* [fix][consumer] Fix consumer_partition.go review comment\n\n* [fix][consumer] Fix consumer.go review comment\n\n* [fix][consumer] Fix consumer_test.go review comment\n\n* [fix][consumer] F\n[…]\nava client logic\n\n* Apply suggestions from code review\n\nCo-authored-by: Zixuan Liu <nodeces@gmail.com>\n\n* [fix][consumer] Fix review comments\n\n---------\n\nCo-authored-by: Zixuan Liu <nodeces@gmail.com>",
"is_bot": false,
"headline": "[fix][consumer] Add reconnect failure listener and auto-close on max …",
"author_name": "Pavel Zeger",
"author_login": "PavelZeger",
"committed_at": "2026-05-20T07:30:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87ce8f90d0e2df9402133ebc52560638bb09778d",
"body": "…s (#1488)",
"is_bot": false,
"headline": "[Issue 1094][doc] Enhance ConnectionTimeout/KeepAliveInterval comment…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2026-05-19T11:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2bc7e3c90c8bd9b8801b93fef483c2e5de603ac",
"body": null,
"is_bot": false,
"headline": "test: fix TestPriorityConsumer (#1495)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2026-05-18T09:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfdbc468c66950acfc4222d0f24f1e4d28e89844",
"body": "* fix: fix connection panic caused by WaitGroup misuse on close\n\n* Fix WriteData\n\n* Add more test\n\n* test: improve regression test for WaitGroup race during Close\n\nThe previous test did not exercise the actual Add/Wait race because it\ndidn't call failLeftRequestsWhenClose() which contains the Wait()\n[…]\nertConnectionClosed test.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* Fix lint\n\n* Fix test\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: fix connection panic caused by WaitGroup misuse on close (#1484)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2026-05-15T02:14:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0129b2dd5d91a7b09dada4b101856d4300156bec",
"body": "* fix: the access to ConsumerImpl.consumers might not be thread safe\n\n* Revert \"fix: the access to ConsumerImpl.consumers might not be thread safe\"\n\nThis reverts commit 0596fe1a26aaef48af084f79620a96127ecf527f.\n\n* change consumers to copy-on-write for thread safety\n\n* fix format\n\n* Revert \"fix forma\n[…]\n ConsumerImpl.consumers might not be thread safe\"\"\n\nThis reverts commit 90336afd7bab410d561fc61952cc58e280b7aa8e.\n\n* add lock for other access on consumers and explain why atomic.Value is unacceptable",
"is_bot": false,
"headline": "fix: the access to consumer.consumers might not be thread safe (#1494)",
"author_name": "Yunze Xu",
"author_login": "BewareMyPower",
"committed_at": "2026-05-14T02:12:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe335dedc800c6b8e10ba4462a88c6ec6050ad69",
"body": null,
"is_bot": false,
"headline": "[feat] Add consumer PriorityLevel support (#1487)",
"author_name": "grishaf",
"author_login": "grishaf",
"committed_at": "2026-05-11T10:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d664fcfb2284f2f41abace18e2d4163e8ab61c93",
"body": "* fix: add batchIdx to messageID.String() when batched message\n\n* fix: add batchIdx to messageID.String() when batched message",
"is_bot": false,
"headline": "fix: add batchIdx to messageID.String() when batched message (#1491)",
"author_name": "adrianiacobghiula",
"author_login": "adrianiacobghiula",
"committed_at": "2026-05-10T12:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db892c38502ad3de9083f34b74b40a103e69fb5",
"body": "…handler registration (#1476)",
"is_bot": false,
"headline": "[Issue 1473][Consumer] Fix race in grabConn dropping messages before …",
"author_name": "aleks-lazic",
"author_login": "aleks-lazic",
"committed_at": "2026-05-06T00:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8aaaf19bb7a9096143d638623e26943e5b7913",
"body": "…m (#1482)\n\n* fix(reader): deliver null-value tombstones instead of discarding them\n\nA message published with MessageMetadata.null_value = true (the Pulsar\ncompaction tombstone convention) was conflated with a deserialization\nfailure in partitionConsumer.MessageReceived and silently discarded.\nBecau\n[…]\ntent bug if future logic inspects/returns\nerr after this block. Consider explicitly setting err = nil in the\ntombstone/ErrEOM acceptance path to make the intent unambiguous.\n\n* fix: supress lint error",
"is_bot": false,
"headline": "[Reader] fix: deliver null-value tombstones instead of discarding the…",
"author_name": "João Moreira Fernandes",
"author_login": "jcmfernandes",
"committed_at": "2026-04-28T01:51:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a333bb9075961037ea889eaa56f63a3e477e10f3",
"body": null,
"is_bot": false,
"headline": "Add release note for 0.19.0 (#1475)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2026-04-15T10:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea5300dc3d3cd3c16863c888af982054541bf8a",
"body": "…480)\n\n### Motivation\n\nhttps://github.com/apache/pulsar/pull/25238 introduced a breaking change for standalone startup.\n\nThis PR ensures every `pulsar standalone` startup path uses `--advertised-address localhost`.\n\n\n### Modifications\n\n- update testcontainers-based standalone startup commands in pro\n[…]\nucer tests\n- update testcontainers-based standalone startup commands in consumer tests\n- keep the test service start script using\n `--advertised-address localhost` for docker and in-container startup",
"is_bot": false,
"headline": "fix(test): add localhost advertised address to standalone startup (#1…",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2026-04-15T10:04:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "593fccfbd82b80afed335727963b6f5730581491",
"body": "…ages (#1464)\n\nMaster Issue: https://github.com/apache/pulsar-client-go/issues/1446\nrelated issue https://github.com/apache/pulsar/pull/21070 and https://github.com/apache/pulsar/pull/21101\n\n### Motivation\nCurrent, when the producer resend the chunked message like this:\n```\nM1: UUID: 0, ChunkID: 0\nM\n[…]\nmessage context and create a new context to track the following messages. For the case mentioned in Motivation, the M1 will be released and the consumer will assemble M2 and M3 as the chunked message.",
"is_bot": false,
"headline": "[Issue 1446][Consumer] Fix consumer can't consume resent chunked mess…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2026-03-25T08:16:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7eb92f148f55fbb437d499611f509eb55d72113",
"body": "* feat(pulsaradmin): add scoped topic policies support\n\n* style(topic_policies): improve code readability with formatting\n\n* refactor(topic-policies): consolidate API by making context parameter mandatory",
"is_bot": false,
"headline": "feat(pulsaradmin): add scoped topic policies support (#1471)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-03-23T14:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0db3403023d3390392db8562741691482af6df4",
"body": "* improve: service URL parsing compatible with Go 1.26\n\n* ci: add Go 1.26 support\n\n* refactor: remove ResolveHostURI method and update tests for service URL resolution\n\n* improve: enhance service URL parsing and add tests for unsupported schemes\n\n* Update pulsar/internal/service_uri.go\n\nCo-authored-\n[…]\nmplify service URL parsing by removing unnecessary URI conversion\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "improve: service URL parsing compatible with Go 1.26 (#1468)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2026-03-21T04:35:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "15bd915fcf0af108c533f17dd4fe50f81e1e5a15",
"body": "### Modifications\n\nif messages in `MessageReceived` are all skipped, then don't add into `queuech`.\n\navoid panic when `dispatcher()` received clear command from `clearQueueCh`\n\n---------\n\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "fix(consumer): fix panic when messages size is 0 (#1460)",
"author_name": "unJASON",
"author_login": "unJASON",
"committed_at": "2026-03-20T08:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7fafb5a559a1bcd744dff2c3fb2493884621bbd",
"body": "…tion to continue to reconnect (#1457)\n\n### Motivation\nCurrently, the Go client handles connections in two ways:\n1. If the current connection is an initialization connection, meaning when the producer is initialized for the first time, the `grabCnx()`method will not trigger retry logic. If an error \n[…]\nclose the connection here\n // return struct{}{}, err\n}\n```\n\n2. Update the golangci-lint version in the Makefile from v1.61.0 to v1.64.2, which already meets the minimum requirement for Golang 1.24.",
"is_bot": false,
"headline": "feat: regard ProducerBlockedQuotaExceededException as retryable excep…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2026-03-20T08:43:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70d34c965f3961cbd77f517af46d24b706612be6",
"body": "* admin: add remove replication clusters topic API\n\n* admin: add topic replication clusters remove test\n\n* admin: strengthen replication clusters remove assertion",
"is_bot": false,
"headline": "admin: add remove replication clusters topic API (#1470)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-03-19T00:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7832a7da85158d86a2bf56f9a6eaf7eebe5bde50",
"body": "…strategy (#1469)",
"is_bot": false,
"headline": "feat(topic): add support for retrieving applied schema compatibility …",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-03-11T00:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3564674615ac147075a299aafa8101ccbc2846cf",
"body": "* feat(namespace): add removal methods for namespace configs\n\n* docs(namespace): refine comment for RemoveNamespaceMessageTTLWithContext",
"is_bot": false,
"headline": "feat(namespace): add removal methods for namespace policies (#1465)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-02-25T05:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203dcf1cd22dbcf853c2a06c52dee3c4e1eba92b",
"body": "…ls flow (#1463)\n\n* feat(oauth2): add support for issuer URL override in client credentials flow\n\n* fix(oauth2): handle nil options in client credentials flow\n\n* test(oauth2): add tests for DefaultGrantProvider behavior",
"is_bot": false,
"headline": "feat(oauth2): add support for issuer URL override in client credentia…",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2026-01-29T14:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc185904de7b42dc97193188874ce6605ff2d560",
"body": null,
"is_bot": false,
"headline": "Implement ReconsumeLater on regex consumer (#1456)",
"author_name": "Jordan Fitzgerald",
"author_login": "jordanfitz",
"committed_at": "2026-01-18T11:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25af763adb2ec1062d634dcc75e870907bcbdefc",
"body": null,
"is_bot": false,
"headline": "fix: change producer reconnect error logs to warn logs (#1445)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2026-01-05T02:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f1724641d352d5812433b02c74e58d94db7811",
"body": "…r website (#1453)",
"is_bot": false,
"headline": "Update release process to link the release and release notes to pulsa…",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-12-30T09:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb7d4eff361a35df6641f13d101093c68c1ec27",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: Update example, using slog as the default logger (#1449)",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-12-22T03:01:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d65d0ecf43f357a7a318c361553b258d88c56ea",
"body": "…1) (#1451)",
"is_bot": false,
"headline": "feat: Add Creation and Last Publish Timestamps to Topic Stats (PIP-43…",
"author_name": "Penghui Li",
"author_login": "codelipenghui",
"committed_at": "2025-12-17T02:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5ea523c4dac25941b7c9bf7c7511b06981d1c0",
"body": "…447)",
"is_bot": false,
"headline": "feat(namespace): add RemovePersistence methods to namespace admin (#1…",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2025-12-15T03:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9785c01be189b6756fbc6acafa2ca79cd8be6ec0",
"body": "* feat(utils): add JSON tag for UpdateAuthData in UpdateOptions\n\n* add tests\n\n* Update pulsaradmin/pkg/utils/update_options.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(utils): add JSON tag for UpdateAuthData in UpdateOptions (#1450)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2025-12-15T03:32:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "faed695b5abf928831fb5d1b1e91b5676bb17f4f",
"body": "### Motivation\n\nAdd 0.18.0 change log",
"is_bot": false,
"headline": "Add changelog for 0.18.0 (#1442)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-12-15T02:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41bc6f4d416d69cfd25ea90a8efa9c56d03cbde3",
"body": "…rmit management (#1443)\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: Zixuan Liu <nodeces@gmail.com>",
"is_bot": false,
"headline": "fix: enhance zero queue consumer reconnection handling and message pe…",
"author_name": "crossoverJie",
"author_login": "crossoverJie",
"committed_at": "2025-12-05T07:05:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ab93d5a1d8104b92a419f0abb14a3c0a9f684c4",
"body": "…… (#1444)\n\n* fix: return error when the client transaction coordinator is nil to prevent panic\n\n* test: add testcase to ensure error is actually returned",
"is_bot": false,
"headline": "fix: return error when the client transaction coordinator is nil to p…",
"author_name": "Thomas Bousquet",
"author_login": "thomas-bousquet",
"committed_at": "2025-12-03T03:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff07bde9d6562a1d9cf952251e2574d23b0952c",
"body": "* chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-v\n[…]\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#1440)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T06:57:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b0e0545fc9ba4ad3b86c2e1d3615c007b59558f",
"body": null,
"is_bot": false,
"headline": "Support reloading OAuth2 key file (#1441)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-11-27T05:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2b263d9f6dae72128945d277d8f9d25fbd7410",
"body": null,
"is_bot": false,
"headline": "Fix partition update failure causing existing producers to close (#1437)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-11-18T05:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba68502c5dc64dcb6e6fe99fd5d9167074a30ae",
"body": "… (#1439)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-17T04:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdfa6a08d6b22ef367bda73b133424c45d710e8f",
"body": "…ty properties and empty payloads. (#1435)\n\n### Motivation\n\n```\ntime=\"2025-11-03T12:22:21+08:00\" level=info msg=\"Created producer\" cnx=\"[::1]:55372 -> [::1]:6650\" producerID=1 producer_name=standalone-0-14 topic=\"persistent://public/default/my-topic-965686000\"\ntime=\"2025-11-03T12:22:21+08:00\" level=\n[…]\ntopic=\"persistent://public/default/my-topic-965686000\" validationError=BatchDeSerializeError\n```\n\n### Modifications\n\nCorrect parse non-batch messages that with non-empty properties and empty payloads.",
"is_bot": false,
"headline": "Fix the issue of unable to parse non-batch messages that with non-emp…",
"author_name": "Cong Zhao",
"author_login": "coderzc",
"committed_at": "2025-11-13T13:59:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "148c10c41f37ee1e15bb66d7ba09d2a8984b87b0",
"body": "* add timestamp to schemainfo\n\n* add tests",
"is_bot": false,
"headline": "add timestamp to schema info (#1436)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2025-11-06T15:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4b3a6a7b512068b5f6c993f5c2c6f4362d34ea",
"body": "…essages (#1434)\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add unit test for unloading topic before consuming zero queue m…",
"author_name": "crossoverJie",
"author_login": "crossoverJie",
"committed_at": "2025-10-30T14:42:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "50efe422e74f98ddf93b2dbf124cb316ec2d92e2",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "Update namespace & topic admin methods to return nil if unset (#1433)",
"author_name": "Kai",
"author_login": "kailevy",
"committed_at": "2025-10-30T08:06:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c0db48286e9e50f47fb0f6e9d5187dfe945fc5e9",
"body": "Fixes #1429 \n\n### Motivation\n\nUse -1 as a sentinel value for all the namespace / topic admin get commands that return an empty body to mean \"unset\"\n\n### Modifications\n\n-1 is the default return for the various get commands:\n\n##### Namespace Admin Methods\n\n - GetNamespaceMessageTTL / GetNamespaceMe\n[…]\nssageSize / GetMaxMessageSizeWithContext\n - GetMaxSubscriptionsPerTopic / GetMaxSubscriptionsPerTopicWithContext\n - GetDeduplicationSnapshotInterval / GetDeduplicationSnapshotIntervalWithContext",
"is_bot": false,
"headline": "Use -1 as sentinel value for namespace and topic admin commands (#1430)",
"author_name": "Kai",
"author_login": "kailevy",
"committed_at": "2025-10-23T07:47:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d99d2c06cf591a3b47db9d890160d3a5a6689b32",
"body": "…(#1410)\n\n* improve: modify the structure of NegativeAckTracker to reduce memory overhead\n\n* fix TestNegativeAckPrecisionBitCnt bug\n\n* chore: formatting issues\n\n* fix: fix issues with TestConsumerNack\n\n* chore: revert changes to TestConsumerNack\n\n* fix: add defaultNackPrecisionBitVal\n\n* fix: revert changes to TestZeroQueueConsumer_Nack\n\n* add TestNackPrecisionBitDefaultBehavior\n\n* chore: update TestNegativeAckPrecisionBitCnt test\n\n* fix: make TestNegativeAckPrecisionBitCnt more stable",
"is_bot": false,
"headline": "[improve] modify the negativeACK structure to reduce memory overhead …",
"author_name": "Guangyang Deng",
"author_login": "syslucas",
"committed_at": "2025-10-18T07:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85f0965a4b9965fcecd98c5fc00624fd3777d8a",
"body": "### Motivation\n\nAdd 0.17.0 change log\n\n**Note: This PR shouldn't be merged until the release vote is passed.**",
"is_bot": false,
"headline": "Add changelog for 0.17.0 (#1428)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-10-17T10:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7d4980034871e1db28770576151c4c05c7d0ea",
"body": null,
"is_bot": false,
"headline": "fix: improve zero queue consumer support for partitioned topics (#1424)",
"author_name": "crossoverJie",
"author_login": "crossoverJie",
"committed_at": "2025-10-10T06:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19a9f8df57049c105ff6fa3f7a9e0061fdca79d",
"body": "* feat: add WithContext() admin client methods\n\n* docs: update missed client packages methods comments\n\n* docs: fix typo\n\n* feat: add WithContext() methods to admin client. chore: satisfy linter rules\n\n* chore: fix last linter issues\n\n* Use background instead of todo\n\nCo-authored-by: Copilot <175728\n[…]\nthub.com>\n\n* fix: use context.Background()\n\n* style: capitalized comment\n\n---------\n\nCo-authored-by: Zixuan Liu <nodeces@gmail.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add WithContext() admin client methods (#1425)",
"author_name": "Thomas Bousquet",
"author_login": "thomas-bousquet",
"committed_at": "2025-10-10T06:10:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bddaeba6cae63eef56411d7c64f72999273605a8",
"body": "…nection (#1422)",
"is_bot": false,
"headline": "fix: SendAsync doesn't respect context and can't timeout during recon…",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-09-15T09:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb4613c2fc9ffd5119a6067770e71a7be807bcb",
"body": "Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.1+incompatible to 28.0.0+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v27.1.1...v28.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: githu\n[…]\ncy-version: 28.0.0+incompatible\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/docker/docker (#1405)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T10:29:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "555e8fc8b5e907a7475e96975e5a70dbcbdd4434",
"body": "Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0.\n- [Release notes](https://github.com/go-viper/mapstructure/releases)\n- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/go-viper/mapst\n[…]\n/v2\n dependency-version: 2.4.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/go-viper/mapstructure/v2 (#1415)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T10:16:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf832bb6faa6c1aa18b38ab0505fe81682289ec6",
"body": "…dmin subscription message responses (#1419)\n\n### Motivation\n\nThe properties on messages returned by PeekMessages is not returned consistently as described in #1418 \n\nThis change makes sure we set all properties from headers before continuing on, so the returned message should consistently contain a\n[…]\n is the same each time.\n\n### Modifications\n\nI've made it so all headers are processed / al properties are set on every message, rather than exiting the loop early which can cause inconsistent results.",
"is_bot": false,
"headline": "[Issue #1418] Fix: Properties not getting consistently set on pulsara…",
"author_name": "JamesMurkin",
"author_login": "JamesMurkin",
"committed_at": "2025-09-08T10:15:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6aa1fb6fc6432b7a6e9b7790f6ee6fe5f17857f3",
"body": null,
"is_bot": false,
"headline": "fix: add DLQPolicy.DeadLetterTopicProducerName (#1417)",
"author_name": "Thomas Bousquet",
"author_login": "thomas-bousquet",
"committed_at": "2025-09-04T02:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "230d11b82ba8b60c971013516c4922afea4a022d",
"body": null,
"is_bot": false,
"headline": "Add max topics per namespace methods (#1413)",
"author_name": "Collignon-Ducret Rémi",
"author_login": "miton18",
"committed_at": "2025-09-02T02:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fb2fc629e0e2918275b0ca40c8acbbb3918d18",
"body": null,
"is_bot": false,
"headline": "chore: upgrade hamba/avro to v2.29.0 (#1414)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2025-09-01T03:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43926211d9629d6887ef972d29c9aff0b30c2ee8",
"body": "…(#1412)",
"is_bot": false,
"headline": "Fix missing topic in dlq producer name when using RetryEnable option …",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-08-29T14:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6468a5edf36644ccee72a19cdfc8cec6dac40e",
"body": null,
"is_bot": false,
"headline": "fix: handle reconnection logic for zero queue consumer (#1404)",
"author_name": "crossoverJie",
"author_login": "crossoverJie",
"committed_at": "2025-08-29T12:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9a33c178fb4bac6488469865a2ac07c466b554",
"body": "…t producer flushes (async publish) (#1409)",
"is_bot": false,
"headline": "[issue #1357][producer] fix: allow multiples callbacks with concurren…",
"author_name": "Thomas Bousquet",
"author_login": "thomas-bousquet",
"committed_at": "2025-08-27T02:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d471a678ea54f1deaa016f09c377e5e41eb22a51",
"body": "… (#1408)\n\n#1394 introduces the `pulsar_client_sending_buffers_count` metric to track how many buffers are allocated for send purpose and not put back to the pool. However, unlike other metrics, this metric is not client level, so it cannot be attached with `CustomMetricsLabels` in client options.\n\n\n[…]\ninesses.\n\nHere is an example metric when I configured `CustomMetricsLabels: map[string]string{\"key\": \"value\"}` after this change\n\n```\npulsar_client_sending_buffers_count{client=\"go\",key=\"value\"} 1\n```",
"is_bot": false,
"headline": "Change the pulsar_client_sending_buffers_count metric to client level…",
"author_name": "Yunze Xu",
"author_login": "BewareMyPower",
"committed_at": "2025-08-21T03:13:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a0bfc9100147f4a036138a3475c81bd1cc35471",
"body": null,
"is_bot": false,
"headline": "Support snappy compression (#1406)",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-08-19T12:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12eccc2c60606ff208ad44087b6b913840d617d",
"body": "…meLater() (#1392)\n\nFixes https://github.com/apache/pulsar-client-go/issues/1388\nMaster Issue: https://github.com/apache/pulsar-client-go/pull/907, https://github.com/apache/pulsar/pull/23182\n\n### Motivation\nSince pulsar sdk does not support `AckTimeout()` method, we can only use `Nack()` or `Recons\n[…]\nonsistent with [Java realization](https://github.com/apache/pulsar/pull/23182), so that dlq messages can preserve source message info.\n- Remove adding system properties strategy in `dlq_router#run()`.",
"is_bot": false,
"headline": "[Fix] DLQ Messages will lose system properties when sent from reconsu…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-08-07T09:56:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14221295236a6c09508b45463d93121c057bb563",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.16.0 (#1401)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-08-05T02:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f4dd8bcff0abf6b80e4bee62c04c66c25d95b4",
"body": "…p service (#1403)\n\n### Motivation\n\nFixes https://github.com/apache/pulsar-client-go/issues/1402\n\nThe current implementation uses `panic()` calls in several critical code paths within the RPC client and lookup service, which can cause the entire application to crash when encountering invalid URLs or\n[…]\nanged to return `(RPCClient, error)` and handle lookup service creation errors properly\n- **LookupService Implementation**: Replaced all `panic()` calls with proper error returns and descriptive error",
"is_bot": false,
"headline": "fix: replace panic with proper error handling in RPC client and looku…",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-07-31T02:16:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f9e82805e54f3dc0d8577a161582ad304c25bf3",
"body": "… (#1400)\n\nFixes #1399 \n\nMaster Issue: #1399\n\n### Motivation\n\n`ReconsumeLater` doesnot adds the eventTime in new rebuilded consumer Message before pushing to Retry or Dlq topic \n\n### Modifications\n```go\n// line 639 (consumer_impl.go)\n consumerMsg := ConsumerMessage{\n\t\tConsumer: c,\n\t\tMessage: \n[…]\nyload(),\n\t\t\t\tKey: msg.Key(),\n\t\t\t\tOrderingKey: msg.OrderingKey(),\n\t\t\t\tProperties: props,\n\t\t\t\tDeliverAfter: delay,\n\t\t\t\tEventTime: msg.EventTime(), //<--eventTime is added\n\t\t\t},\n\t\t}\n\t}\n```",
"is_bot": false,
"headline": "[Issue 1399] add eventTime in reconsumeLaterWithCustomProperties func…",
"author_name": "Deep Onkar",
"author_login": "YoungCoderboy",
"committed_at": "2025-07-30T01:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a320e8907d53033aec332ca0334b778c3c3d0d9",
"body": "…398)\n\n* feat: add topic configuration methods for subscribe rate, dispatch rate, max consumers, message size, subscriptions, schema validation, deduplication, replicator dispatch rate, offload policies, auto subscription creation, and schema compatibility strategy\n\n* fix: lint error\n\n* fix: lint\n\n* add tests\n\n* fix tests\n\n* add unit tests",
"is_bot": false,
"headline": "feat: align topics level policies admin apis to java restful apis (#1…",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2025-07-28T02:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dee1133982f4a017d791211787dc1c90e4b8c44",
"body": "… AckIDList method (#1396)",
"is_bot": false,
"headline": "fix: add missing metric tracking of `pulsar_client_consumer_acks` for…",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-07-24T11:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7fb43d3e610a4c7635d1934dfb2edc1ec076f2",
"body": null,
"is_bot": false,
"headline": "ZeroQueueConsumer is not supported with RetryEnable (#1391)",
"author_name": "crossoverJie",
"author_login": "crossoverJie",
"committed_at": "2025-07-23T02:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c3d53d83f310bef34bd9810954e0a4fe8881d1",
"body": "Fixes https://github.com/apache/pulsar-client-go/issues/1371\n\n### Motivation\n\nThe issue is that the buffer is sent to the connection when the data is flushed at this line: https://github.com/apache/pulsar-client-go/blob/0ab28c229e4dab2adb505a135325b6ede6e0e4f4/pulsar/producer_partition.go#L910\n\nBeca\n[…]\neaches zero\n - Add new metric `pulsar_client_sending_buffers_count` to show the sending buffers count.\n - This PR also fixes serval minor issues like data/request cleanup when closing the connection",
"is_bot": false,
"headline": "Fix sending buffer race by using proper reference counting (#1394)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-07-21T12:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9440f18f20ca27a3ba1162a98f1126f5b2e2f513",
"body": "…E (#1390)",
"is_bot": false,
"headline": "feat: add pulsar admin namespace properties methods for PUT/GET/DELET…",
"author_name": "Thomas Bousquet",
"author_login": "thomas-bousquet",
"committed_at": "2025-07-14T02:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c587b5cefb047a46e3c01dc3b65f9250ac99ee5d",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: crossoverJie <crossoverJie@gmail.com>",
"is_bot": false,
"headline": "[Issue 1384][consumer] Fix the default nack backoff policy (#1385)",
"author_name": "Gaylor Bosson",
"author_login": "Gilthoniel",
"committed_at": "2025-07-10T02:37:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "12b966df593ad6455ff9fb7023dd4b831c492f53",
"body": "Master Issue: https://github.com/apache/pulsar/wiki/PIP-43%3A-producer-send-message-with-different-schema#changespart-1\n\nRelated pr https://github.com/apache/pulsar-client-go/pull/611\n\n### Motivation\nCurrently pulsar go sdk has supported multi-version schema in above pr, but the pr does not support \n[…]\n\n- Support HTTPLookupService `GetSchema(topic string, schemaVersion []byte) (*LookupSchema, error)` function in `lookup_service.go`\n- Add http lookup `GetSchema()` related test cases in schema_test.go",
"is_bot": false,
"headline": "[improve] Support http lookup getSchema interface (#1368)",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-07-02T10:16:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aaadde507e48aa66caf525167c8e7a78899d8f83",
"body": "### Motivation\nAbove pr removed backoff init() strategy, which initialized a rand seed when package loaded, so that other functions can import `DefaultBackoff{}` directly.\nAfter pr changes, there is no rand initilization by default, and we need to manually call `NewDefaultBackoff()` instead of `Def\n[…]\n\n\t/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x7d3\n\n```\n\n### Modifications\nFix unit test code, replace `NewDefaultBackoff()` with `DefaultBackoff{}`",
"is_bot": false,
"headline": "[Fix] Fix backoff unit tests (#1387)",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-07-02T08:27:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58ac256fbcb2b029477e09c4c00306478780e5f5",
"body": "### Motivation\n\nMaking pulsar-client-go support both https://github.com/apache/pulsar/blob/master/pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/SchemaAutoUpdateCompatibilityStrategy.java and https://github.com/apache/pulsar/blob/master/pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/SchemaCompatibilityStrategy.java",
"is_bot": false,
"headline": "Fix: namespace schema compatibility strategy (#1386)",
"author_name": "Rui Fu",
"author_login": "freeznet",
"committed_at": "2025-07-02T06:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c71e62ac16f4193a9060b5fd41e355ad759d49",
"body": "### Motivation\nThe Go 1.20 release deprecated the `rand.Seed` function, noting that programs should use the `rand.New(rand.NewSource(seed))` method instead. This change was made because using `rand.Seed` affects the global random number generator, which can lead to unexpected behavior in concurrent \n[…]\nnup without any test coverage. The modification doesn't change the logical behavior of the code, only updates it to use the non-deprecated API.\n\n\n---------\n\nSigned-off-by: Young Xu <xuthus5@gmail.com>",
"is_bot": false,
"headline": "chore: replace deprecated api rand.Seed (#1363)",
"author_name": "Young Xu",
"author_login": "xuthus5",
"committed_at": "2025-06-17T11:11:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9363ebb5fcfbcf36ad6c7a42063058c10fb421a",
"body": null,
"is_bot": false,
"headline": "fix: support json token file format authentication (#1380)",
"author_name": "Qiang Zhao",
"author_login": "mattisonchao",
"committed_at": "2025-06-12T03:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d49f15ceebcf31cdfb41f16e8a2fc9f2d6fbd17",
"body": "…ed messages at the same time (#1361)\n\nMaster Issue: https://github.com/apache/pulsar/issues/23968 \nRelated pr: https://github.com/apache/pulsar-client-go/pull/1339\n\n### Motivation\nRefered to pr [comment](https://github.com/apache/pulsar-client-go/pull/1339#issuecomment-2712819343), there is no test\n[…]\nbout using keyShared subscription mode to consume delayed messages, so that maybe we need to add one.\n\n\n### Modifications\nAdd `pulsar/consumer_test/TestConsumerKeySharedWithDelayedMessages` test case.",
"is_bot": false,
"headline": "[improve] Add Testcase to test using keyShared subscription and delay…",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-06-11T12:30:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2f46c62b6ffe90c3e971cd18a993da1cc3b1324",
"body": "Master Issue: https://github.com/apache/pulsar-client-go/issues/1379\n\n### Motivation\nReplace pulsar go client version format `Pulsar Go <version>` with `Pulsar-Go-<version>` to support 2.x pulsar broker stats command.\n\n### Modifications\nUpdate client version format in pulsar/internal/version.go.",
"is_bot": false,
"headline": "[improve] Support ClientVersion in 2.x pulsar broker (#1383)",
"author_name": "zhou zhuohan",
"author_login": "geniusjoe",
"committed_at": "2025-06-11T12:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faffa30a374221f25d7ee8161942c6b98db4d421",
"body": null,
"is_bot": false,
"headline": "Skip very flaky TestMessageSingleRouter for now (#1382)",
"author_name": "Yunze Xu",
"author_login": "BewareMyPower",
"committed_at": "2025-06-10T02:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdb227c6fdf5dc4513348241e4249b1812bad3b",
"body": null,
"is_bot": false,
"headline": "Support update or remove topic properties (#1381)",
"author_name": "Yunze Xu",
"author_login": "BewareMyPower",
"committed_at": "2025-06-09T11:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad9a7d1f349b7e0eb6eb05eb315dd8a10d93dc98",
"body": "…(#1375)\n\n### Motivation\n\nIn the release process, we don't update go client release note no the pulsar-site: https://pulsar.apache.org/release-notes/client-go/. This makes the pulsar-site go client release note page outdated.\n\n### Modifications\n\n- Update the release process to update the release note on pulsar-site\n- Fix ToC",
"is_bot": false,
"headline": "Update the release process to update the release note on pulsar-site …",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-06-06T13:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f673e4d6f4e86fbfafffd1a3063a44f2550e36a1",
"body": "Previously, calls to methods such as (*slogWrapper).Debug and\n(*slogWrapper).Debugf always resulted in calls to fmt.Sprint and\nfmt.Sprintf respectively, regardless of whether the log level in\nquestion was even enabled. Calls to fmt.Sprintf in particular can be\ncostly from a performance standpoint.\n\n\n[…]\nnts such calls unless the log level in question is\ncurrently enabled. Benchmarks on an Apple M3 Max result in a ~7x speed\nimprovement in 'f' method variants when the log level in question is\ndisabled.",
"is_bot": false,
"headline": "Improve perf with level guard in slogWrapper calls (#1374)",
"author_name": "Gareth Murphy",
"author_login": "gmurphy-cogito",
"committed_at": "2025-05-29T07:30:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8bbcb454cc35eb80b87d937436076ab10b4d1f2",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.15.1 (#1370)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-05-26T02:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d08cdd56f688851d0abbcde4e5e6a417d5054889",
"body": "### Motivation\n\nThe \"Build and inspect an artifact.\" step in the [release process](https://github.com/apache/pulsar-client-go/blob/master/docs/release-process.md) would also include the `.git` folder.\n\nhttps://lists.apache.org/thread/pndqy7lfb8nrsgjh0wfq1bsrs1g7ds3y\n\n\n### Modifications\n\n- Added a new script for staging the release artifact: `stag-release.sh`\n- Updated the release process to exclude the `.git` folder from the release artifact",
"is_bot": false,
"headline": "Fix the staging release process (#1373)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-05-22T09:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c6dee1af2d693a7db40720b436d05d1228ab51",
"body": "### Motivation\n\nThis PR https://github.com/apache/pulsar-client-go/pull/1351 introduced some changes but breaked the CI. Currently, even if there are some failed tests, the CI won't be failed: https://github.com/apache/pulsar-client-go/actions/runs/14973771263/job/42060743359?pr=1364#step:6:9285\n\nTh\n[…]\n, leading to false positive CI results.\n\n```\n$TEST_CMD 2>&1 | tee $TEST_LOG\n```\n\n### Modification\n\n- Use `set -o pipefail` to correctly capture the exit status of the `go test` command in the pipeline",
"is_bot": false,
"headline": "Fix CI can't be failed even the tests are failed (#1367)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-05-15T06:46:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2516598b8d8014ad3eaa76191261e02d4c979c47",
"body": "* Fix reader hanging when startMessageId is latest\n\n* Fix lint\n\n* Apply suggestions from code review\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* Add comment to seekMessageId\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix reader hanging when startMessageId is latest (#1364)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-05-14T03:27:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05c1e32c0abe23686c155d06f233272b317bd711",
"body": null,
"is_bot": false,
"headline": "Make ZTS proxy configurable in athenz auth plugin (#1360)",
"author_name": "Masahiro Sakamoto",
"author_login": "massakam",
"committed_at": "2025-05-09T03:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1c1d62ff3de86927ea43f7849f8cdf54694b52",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.15.0 (#1350)",
"author_name": "Zike Yang",
"author_login": "RobertIndie",
"committed_at": "2025-04-23T10:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6080a62db35acf976e1fb08c36b0aae3f1aa6ce0",
"body": null,
"is_bot": false,
"headline": "Prefetch role tokens in the background in the Athenz auth plugin (#1355)",
"author_name": "Masahiro Sakamoto",
"author_login": "massakam",
"committed_at": "2025-04-23T03:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712e14c75eaafc6f886b86c92f55f0c76cbd77cd",
"body": null,
"is_bot": false,
"headline": "fix: use sha instead of tag for golangci/golangci-lint-action (#1352)",
"author_name": "Zixuan Liu",
"author_login": "nodece",
"committed_at": "2025-04-03T06:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3412f4df7d863a68940b0db8b69d15d21a6916",
"body": "….27 (#1348)\n\nBumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.18 to 1.7.27.\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/co\n[…]\n\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Lari Hotari <lhotari@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/containerd/containerd from 1.7.18 to 1.7…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-28T15:59:49Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 74,
"latest_release_at": "2026-06-15T06:00:44Z",
"latest_release_tag": "v0.20.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 35,
"days_since_latest_release": 43,
"mean_days_between_releases": 77
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/apache/pulsar-client-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/apache/pulsar-client-go",
"is_deprecated": false,
"latest_version": "v0.21.0",
"repository_url": "https://github.com/apache/pulsar-client-go",
"versions_count": 61,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T03:07:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 14
}
]
},
"popularity": {
"forks": 384,
"stars": 744,
"watchers": 42,
"fork_history": {
"days": [
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 2
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-02",
"count": 1
},
{
"date": "2019-11-20",
"count": 2
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2019-12-09",
"count": 3
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-28",
"count": 2
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2019-12-31",
"count": 2
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-05",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-21",
"count": 2
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-06",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-11",
"count": 2
},
{
"date": "2020-09-15",
"count": 2
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-14",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-11-20",
"count": 2
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-30",
"count": 2
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-24",
"count": 3
},
{
"date": "2021-03-02",
"count": 2
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-05-18",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-25",
"count": 2
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-05",
"count": 2
},
{
"date": "2021-06-07",
"count": 2
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-04",
"count": 2
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-28",
"count": 2
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-22",
"count": 3
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-21",
"count": 2
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-22",
"count": 2
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-25",
"count": 2
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-17",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-25",
"count": 2
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-17",
"count": 2
},
{
"date": "2022-05-23",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-31",
"count": 2
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-29",
"count": 2
},
{
"date": "2022-08-10",
"count": 2
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-09-05",
"count": 2
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-09-13",
"count": 2
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-22",
"count": 2
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-16",
"count": 2
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-09",
"count": 2
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-18",
"count": 2
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-12",
"count": 2
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-26",
"count": 2
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 368,
"total_forks": 384
},
"star_history": null,
"open_issues_and_prs": 269
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"integration-tests/pb/hello.proto",
"integration-tests/pb/hi.proto",
"pulsar/internal/pulsar_proto/PulsarApi.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 432901,
"source_files_sampled": 301,
"oversized_source_files": 7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.48.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 67
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "0.0.0-20200107190931-bf48bf16ab8d",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6v2p-p543-phr9",
"GO-2025-3488"
],
"fixed_version": "0.27.0",
"advisory_count": 2,
"oldest_advisory_days": 517
},
{
"name": "github.com/go-jose/go-jose/v4",
"direct": false,
"version": "v4.0.5",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-78h2-9frx-2jm8",
"GO-2026-4945"
],
"fixed_version": "4.1.4",
"advisory_count": 2,
"oldest_advisory_days": 116
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 81
},
{
"name": "github.com/hamba/avro/v2",
"direct": true,
"version": "v2.29.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5046",
"GO-2026-5047",
"GO-2026-5048"
],
"fixed_version": "2.33.0",
"advisory_count": 3,
"oldest_advisory_days": 0
},
{
"name": "github.com/klauspost/compress",
"direct": true,
"version": "v1.18.5",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5841"
],
"fixed_version": "1.18.7",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.41.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 3
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 66
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"unknown": 5,
"critical": 1,
"moderate": 1
},
"advisory_count": 47,
"affected_count": 9,
"assessed_count": 113,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/AthenZ/athenz",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.13"
},
{
"name": "github.com/DataDog/zstd",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/RoaringBitmap/roaring/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.8.0"
},
{
"name": "github.com/bits-and-blooms/bitset",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "github.com/bmizerany/perks",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20141205001514-d9a9656a3a4b"
},
{
"name": "github.com/davecgh/go-spew",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2-0.20180830191138-d8f796af33cc"
},
{
"name": "github.com/emirpasic/gods",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.1"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.2"
},
{
"name": "github.com/golang/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.4"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/hamba/avro/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.29.0"
},
{
"name": "github.com/klauspost/compress",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.5"
},
{
"name": "github.com/moby/moby/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.54.1"
},
{
"name": "github.com/onsi/ginkgo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.5"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.35.1"
},
{
"name": "github.com/opentracing/opentracing-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/pierrec/lz4/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.1.22"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.20.5"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.4"
},
{
"name": "github.com/spaolacci/murmur3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "go.uber.org/atomic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "golang.org/x/mod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.32.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.28.0"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.5"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/athenz/athenz",
"direct": true,
"version": "v1.12.13",
"ecosystem": "go"
},
{
"name": "github.com/bits-and-blooms/bitset",
"direct": true,
"version": "v1.12.0",
"ecosystem": "go"
},
{
"name": "github.com/bmizerany/perks",
"direct": true,
"version": "v0.0.0-20141205001514-d9a9656a3a4b",
"ecosystem": "go"
},
{
"name": "github.com/datadog/zstd",
"direct": true,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": true,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/emirpasic/gods",
"direct": true,
"version": "v1.18.1",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": true,
"version": "v5.2.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": true,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/hamba/avro/v2",
"direct": true,
"version": "v2.29.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": true,
"version": "v1.18.5",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/api",
"direct": true,
"version": "v1.54.1",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo",
"direct": true,
"version": "1.14.0",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo",
"direct": true,
"version": "v1.16.5",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "1.10.1",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "v1.35.1",
"ecosystem": "go"
},
{
"name": "github.com/opentracing/opentracing-go",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": true,
"version": "v4.1.22",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.20.5",
"ecosystem": "go"
},
{
"name": "github.com/roaringbitmap/roaring/v2",
"direct": true,
"version": "v2.8.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/spaolacci/murmur3",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"direct": true,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": true,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": true,
"version": "v0.32.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "0.0.0-20200107190931-bf48bf16ab8d",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": true,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.5",
"ecosystem": "go"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"direct": true,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/99designs/keyring",
"direct": false,
"version": "1.1.6",
"ecosystem": "go"
},
{
"name": "github.com/ardielle/ardielle-go",
"direct": false,
"version": "v1.5.2",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "v0.0.0-20250102033503-faa5f7b0171c",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/log",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/platforms",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/dockercfg",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/purego",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/form3tech-oss/jwt-go",
"direct": false,
"version": "3.2.3+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/go-jose/go-jose/v4",
"direct": false,
"version": "v4.0.5",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-ole/go-ole",
"direct": false,
"version": "v1.2.6",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/gofuzz",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/google/shlex",
"direct": false,
"version": "v0.0.0-20191202100458-e7afc7fbc510",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/lufia/plan9stats",
"direct": false,
"version": "v0.0.0-20211012122336-39d0f177ccd0",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "v1.8.10",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/go-archive",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/client",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/patternmatcher",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/user",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/userns",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/mschoch/smat",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/nxadm/tail",
"direct": false,
"version": "v1.4.8",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/power-devops/perfstat",
"direct": false,
"version": "v0.0.0-20240221224432-82ca36839d55",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil/v4",
"direct": false,
"version": "v4.26.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.3",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/go-sysconf",
"direct": false,
"version": "v0.3.16",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/numcpus",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "github.com/yusufpapurcu/wmi",
"direct": false,
"version": "v1.2.4",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/tomb.v1",
"direct": false,
"version": "v1.0.0-20141024135613-dd632973f1e7",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": false,
"version": "v0.32.3",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": false,
"version": "v0.32.3",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": false,
"version": "v2.130.1",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": false,
"version": "v0.0.0-20250321185631-1f6e0b77f77e",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20241010143419-9aa6b5e7a4b3",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v4",
"direct": false,
"version": "v4.4.2",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 113,
"direct_count": 33,
"indirect_count": 80
}
},
"maintainership": {
"issues": {
"open_prs": 70,
"merged_prs": 765,
"open_issues": 199,
"closed_ratio": 0.641,
"closed_issues": 356,
"closed_unmerged_prs": 134
},
"bus_factor": 6,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "wolfstudy",
"commits": 173,
"avatar_url": "https://avatars.githubusercontent.com/u/20965307?v=4"
},
{
"type": "User",
"login": "merlimat",
"commits": 109,
"avatar_url": "https://avatars.githubusercontent.com/u/62500?v=4"
},
{
"type": "User",
"login": "zymap",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/24502569?v=4"
},
{
"type": "User",
"login": "RobertIndie",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/16974619?v=4"
},
{
"type": "User",
"login": "nodece",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/16235121?v=4"
},
{
"type": "User",
"login": "freeznet",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/1381618?v=4"
},
{
"type": "User",
"login": "cckellogg",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/240473?v=4"
},
{
"type": "User",
"login": "crossoverJie",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/15684156?v=4"
},
{
"type": "User",
"login": "Gleiphir2769",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/50270213?v=4"
},
{
"type": "User",
"login": "maxsxu",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/15963141?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.181
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"bot.yml",
"ci.yml",
"codeql.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 38 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "23 commit(s) and 5 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 0,
"reason": "30 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8213b20c03b79d899eca91bfc8fc7c104f983c01",
"ran_at": "2026-07-28T15:08:18Z",
"aggregate_score": 6.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T14:16:33Z",
"oldest_open_prs": [
{
"number": 238,
"created_at": "2020-05-03T19:51:46Z",
"last_comment_at": "2022-12-02T03:42:17Z",
"last_comment_author": "nodece"
},
{
"number": 433,
"created_at": "2021-01-04T16:41:05Z",
"last_comment_at": "2021-05-17T15:35:43Z",
"last_comment_author": "flowchartsman"
},
{
"number": 436,
"created_at": "2021-01-07T12:50:30Z",
"last_comment_at": "2021-01-07T14:10:31Z",
"last_comment_author": "bschofield"
},
{
"number": 439,
"created_at": "2021-01-14T01:49:35Z",
"last_comment_at": "2021-01-14T02:13:34Z",
"last_comment_author": "merlimat"
},
{
"number": 497,
"created_at": "2021-03-28T10:10:31Z",
"last_comment_at": "2024-09-01T09:09:29Z",
"last_comment_author": "omnilight"
},
{
"number": 507,
"created_at": "2021-04-09T22:29:06Z",
"last_comment_at": "2021-06-08T23:53:23Z",
"last_comment_author": "hunter2046"
},
{
"number": 517,
"created_at": "2021-05-13T13:53:46Z",
"last_comment_at": "2021-06-03T03:17:15Z",
"last_comment_author": "wolfstudy"
},
{
"number": 526,
"created_at": "2021-05-22T21:54:20Z",
"last_comment_at": "2021-05-27T09:12:21Z",
"last_comment_author": "wolfstudy"
},
{
"number": 575,
"created_at": "2021-07-27T14:20:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 613,
"created_at": "2021-09-08T10:58:52Z",
"last_comment_at": "2021-09-17T06:28:33Z",
"last_comment_author": "wolfstudy"
},
{
"number": 618,
"created_at": "2021-09-14T05:06:56Z",
"last_comment_at": "2021-09-16T13:56:14Z",
"last_comment_author": "wolfstudy"
},
{
"number": 641,
"created_at": "2021-10-14T12:39:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 648,
"created_at": "2021-10-25T08:09:24Z",
"last_comment_at": "2021-11-17T13:04:34Z",
"last_comment_author": "wolfstudy"
},
{
"number": 677,
"created_at": "2021-12-01T08:31:05Z",
"last_comment_at": "2021-12-03T05:56:29Z",
"last_comment_author": "wenbingshen"
},
{
"number": 684,
"created_at": "2021-12-12T02:01:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 696,
"created_at": "2021-12-29T06:47:35Z",
"last_comment_at": "2022-01-06T11:19:18Z",
"last_comment_author": "wolfstudy"
},
{
"number": 699,
"created_at": "2022-01-05T16:39:44Z",
"last_comment_at": "2022-01-06T10:52:08Z",
"last_comment_author": "wolfstudy"
},
{
"number": 705,
"created_at": "2022-01-12T12:55:03Z",
"last_comment_at": "2022-01-12T14:56:50Z",
"last_comment_author": "wolfstudy"
},
{
"number": 706,
"created_at": "2022-01-13T03:57:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 710,
"created_at": "2022-01-14T08:48:32Z",
"last_comment_at": "2022-01-25T14:54:56Z",
"last_comment_author": "pgier"
}
],
"last_merged_pr_at": "2026-07-23T08:59:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 68,
"created_at": "2019-10-01T01:32:26Z",
"last_comment_at": "2020-08-17T02:30:34Z",
"last_comment_author": "wolfstudy"
},
{
"number": 187,
"created_at": "2020-02-21T07:22:02Z",
"last_comment_at": "2020-04-09T21:40:43Z",
"last_comment_author": "sijie"
},
{
"number": 189,
"created_at": "2020-02-25T12:05:50Z",
"last_comment_at": "2020-04-10T05:02:01Z",
"last_comment_author": "dsmlily"
},
{
"number": 228,
"created_at": "2020-04-17T11:23:40Z",
"last_comment_at": "2021-01-07T12:51:30Z",
"last_comment_author": "bschofield"
},
{
"number": 258,
"created_at": "2020-05-21T21:44:05Z",
"last_comment_at": "2020-05-22T02:00:37Z",
"last_comment_author": "jiazhai"
},
{
"number": 268,
"created_at": "2020-06-06T07:42:13Z",
"last_comment_at": "2020-06-08T08:37:33Z",
"last_comment_author": "vandamon"
},
{
"number": 296,
"created_at": "2020-06-23T08:54:11Z",
"last_comment_at": "2020-06-28T02:23:15Z",
"last_comment_author": "shohi"
},
{
"number": 297,
"created_at": "2020-06-23T09:48:49Z",
"last_comment_at": "2020-06-26T02:01:14Z",
"last_comment_author": "JoseFMP"
},
{
"number": 325,
"created_at": "2020-07-15T03:00:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 327,
"created_at": "2020-07-21T03:10:01Z",
"last_comment_at": "2020-07-24T03:03:51Z",
"last_comment_author": "yarthur1"
},
{
"number": 332,
"created_at": "2020-07-23T13:36:25Z",
"last_comment_at": "2020-07-23T16:30:34Z",
"last_comment_author": "wcn00"
},
{
"number": 333,
"created_at": "2020-07-23T19:29:59Z",
"last_comment_at": "2021-06-16T10:17:29Z",
"last_comment_author": "frankjkelly"
},
{
"number": 348,
"created_at": "2020-08-17T02:05:40Z",
"last_comment_at": "2020-12-28T06:23:56Z",
"last_comment_author": "jiazhai"
},
{
"number": 349,
"created_at": "2020-08-17T21:16:39Z",
"last_comment_at": "2021-02-18T11:37:19Z",
"last_comment_author": "kenbaev"
},
{
"number": 351,
"created_at": "2020-08-19T06:18:06Z",
"last_comment_at": "2020-08-21T05:21:04Z",
"last_comment_author": "sneerin"
},
{
"number": 352,
"created_at": "2020-08-19T09:26:07Z",
"last_comment_at": "2020-09-23T12:28:43Z",
"last_comment_author": "faceair"
},
{
"number": 364,
"created_at": "2020-09-11T04:23:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 365,
"created_at": "2020-09-15T09:26:06Z",
"last_comment_at": "2022-08-24T13:03:50Z",
"last_comment_author": "alex-rufo"
},
{
"number": 377,
"created_at": "2020-10-09T09:53:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 387,
"created_at": "2020-11-10T05:36:16Z",
"last_comment_at": "2021-12-23T18:30:54Z",
"last_comment_author": "isalb729"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/apache/pulsar-client-go",
"host": "github.com",
"name": "pulsar-client-go",
"owner": "apache"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"security": 67,
"vitality": 89,
"community": 84,
"governance": 86,
"engineering": 90
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 0.95,
"days_since_last_push": 5,
"active_weeks_last_year": 35
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "35/52 weeks with commits",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 35
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v0.20.0",
"releases_from_tags": false,
"days_since_latest_release": 43,
"mean_days_between_releases": 77
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 43 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 43
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~77 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 77
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 84,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 384,
"stars": 744,
"watchers": 42,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "744 stars",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 744
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "384 forks",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 384
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "42 watchers",
"points": 9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 42
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "excellent",
"name": "Sustainability & Governance",
"value": 86,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"bus_factor": 6,
"contributors_sampled": 99,
"top_contributor_share": 0.181
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "6 contributor(s) cover half of all commits",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 6
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 18% of commits",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 18
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 38 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 765,
"open_issues": 199,
"closed_issues": 356,
"issue_closed_ratio": 0.641,
"closed_unmerged_prs": 134
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "64% of issues closed",
"points": 30,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 64
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "765/899 decided PRs merged",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 765,
"decided": 899
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 23594,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "apache",
"public_repos": 3148,
"account_age_days": 6400
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "23,594 followers of apache",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23594,
"login": "apache"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3148 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 3148
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/apache/pulsar-client-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 14
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 14 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 14
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "61 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 61
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 90,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"pulsar",
"pubsub",
"messaging",
"streaming",
"queuing",
"event-streaming",
"golang",
"go"
],
"has_wiki": true,
"homepage": "https://pulsar.apache.org/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://pulsar.apache.org/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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": "moderate",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 38 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "23 commit(s) and 5 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "30 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 113 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 113
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 61,
"inputs": {
"source": "osv",
"advisories": 47,
"affected_packages": 9,
"assessed_packages": 113,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 2, moderate 1, unknown 5",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: golang.org/x/oauth2 0.0.0-20200107190931-bf48bf16ab8d (high 7.5), github.com/hamba/avro/v2 v2.29.0 (unknown), github.com/klauspost/compress v1.18.5 (unknown)",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "golang.org/x/oauth2 0.0.0-20200107190931-bf48bf16ab8d (high 7.5), github.com/hamba/avro/v2 v2.29.0 (unknown), github.com/klauspost/compress v1.18.5 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 517 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 517
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 113,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.958,
"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": "91 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 91,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.13,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "13 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 13,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 432901,
"source_files_sampled": 301,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/301 source files over 60KB",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 301,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"integration-tests/pb/hello.proto",
"integration-tests/pb/hi.proto",
"pulsar/internal/pulsar_proto/PulsarApi.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "integration-tests/pb/hello.proto, integration-tests/pb/hi.proto, pulsar/internal/pulsar_proto/PulsarApi.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "integration-tests/pb/hello.proto, integration-tests/pb/hi.proto, pulsar/internal/pulsar_proto/PulsarApi.proto"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:08:54.624796Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apache/pulsar-client-go.svg",
"full_name": "apache/pulsar-client-go",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}