From 0431958f4f8721f5557b95d7b3a2c565c0b41f7d Mon Sep 17 00:00:00 2001 From: yubi_shi Date: Thu, 6 Aug 2026 16:34:44 +0800 Subject: [PATCH] docs: publish v0.24.3 changelog --- README.md | 2 +- api-reference-backup/openapi.json | 2 +- api-reference/openapi.json | 2 +- changelog.mdx | 10 ++++++++++ index.mdx | 2 +- llms-full.txt | 12 +++++++++++- openapi.json | 2 +- scripts/test_sync_public_assets.py | 2 +- zh-Hans/index.mdx | 2 +- 9 files changed, 28 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b83eb9..0e363e1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ pnpm dlx mintlify dev ## Changelog -See `changelog.mdx` for versioned documentation updates. The current documentation version is `v0.24.2`. +See `changelog.mdx` for versioned documentation updates. The current documentation version is `v0.24.3`. --- diff --git a/api-reference-backup/openapi.json b/api-reference-backup/openapi.json index 12a1703..46f1a8e 100644 --- a/api-reference-backup/openapi.json +++ b/api-reference-backup/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Lensmor API", - "version": "0.24.2", + "version": "0.24.3", "description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.", "license": { "name": "Lensmor Terms of Service", diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 12a1703..46f1a8e 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Lensmor API", - "version": "0.24.2", + "version": "0.24.3", "description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.", "license": { "name": "Lensmor Terms of Service", diff --git a/changelog.mdx b/changelog.mdx index 964aa63..bff1c6c 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,16 @@ description: "Versioned Lensmor API documentation updates, newly documented endp Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations. +## v0.24.3 + +Released August 6, 2026. + +### Changed + +- Refreshed the current documentation version after the July attendee-source and visitor-availability documentation update. +- Regenerated machine-readable documentation resources so `openapi.json` and `llms-full.txt` report the current documentation version. +- Updated OpenAPI metadata to version `0.24.3`. + ## v0.24.2 Released July 30, 2026. diff --git a/index.mdx b/index.mdx index d4a3370..250a77f 100644 --- a/index.mdx +++ b/index.mdx @@ -7,7 +7,7 @@ Build event and attendee intelligence workflows with the Lensmor API. Use it to Use this documentation to authenticate, make your first request, and integrate Lensmor event, exhibitor, personnel, contact, and recommendation resources into your own workflows. -Current documentation version: `v0.24.2` +Current documentation version: `v0.24.3` ## Base URL `https://platform.lensmor.com` diff --git a/llms-full.txt b/llms-full.txt index c4791dc..0ce4bee 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -11,7 +11,7 @@ Build event and attendee intelligence workflows with the Lensmor API. Use it to Use this documentation to authenticate, make your first request, and integrate Lensmor event, exhibitor, personnel, contact, and recommendation resources into your own workflows. -Current documentation version: `v0.24.2` +Current documentation version: `v0.24.3` ## Base URL `https://platform.lensmor.com` @@ -209,6 +209,16 @@ Source: /changelog Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations. +## v0.24.3 + +Released August 6, 2026. + +### Changed + +- Refreshed the current documentation version after the July attendee-source and visitor-availability documentation update. +- Regenerated machine-readable documentation resources so `openapi.json` and `llms-full.txt` report the current documentation version. +- Updated OpenAPI metadata to version `0.24.3`. + ## v0.24.2 Released July 30, 2026. diff --git a/openapi.json b/openapi.json index 12a1703..46f1a8e 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Lensmor API", - "version": "0.24.2", + "version": "0.24.3", "description": "Lensmor Event Intelligence API for event discovery, exhibitor research, personnel lookup, credits, and profile matching.", "license": { "name": "Lensmor Terms of Service", diff --git a/scripts/test_sync_public_assets.py b/scripts/test_sync_public_assets.py index 75892bd..d05e782 100644 --- a/scripts/test_sync_public_assets.py +++ b/scripts/test_sync_public_assets.py @@ -137,7 +137,7 @@ def test_public_openapi_has_descriptions_and_examples(self) -> None: def test_company_search_contract_matches_current_credit_rule(self) -> None: spec = json.loads(self.sync.OPENAPI_SOURCE.read_text(encoding="utf-8")) - self.assertEqual(spec["info"]["version"], "0.24.2") + self.assertEqual(spec["info"]["version"], "0.24.3") company_search = spec["paths"]["/external/exhibitors/search-by-company-name"]["post"] self.assertIn("non-empty", company_search["description"]) diff --git a/zh-Hans/index.mdx b/zh-Hans/index.mdx index 5f759ea..919d3ea 100644 --- a/zh-Hans/index.mdx +++ b/zh-Hans/index.mdx @@ -5,7 +5,7 @@ description: "使用 Lensmor API 构建展会与参会人员洞察、参展商 使用 Lensmor API 构建展会与参会人员洞察工作流。你可以发现展会、评估展会匹配度、查看参展商和参会人员来源,在数据可用时访问注册 Visitor,并在需要行动时解锁联系方式。 -当前文档版本:`v0.24.2` +当前文档版本:`v0.24.3` ## Base URL