From 340743b047a865259490c951d60fed1a8b00f327 Mon Sep 17 00:00:00 2001 From: "tembo-demo[bot]" <311110265+tembo-demo[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:03:06 +0000 Subject: [PATCH] docs(changelog): add daily release notes --- docs.json | 6 +++++- resources/changelog.mdx | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 resources/changelog.mdx diff --git a/docs.json b/docs.json index 4c9f246..b5a33cb 100644 --- a/docs.json +++ b/docs.json @@ -139,7 +139,11 @@ { "group": "Other", "public": true, - "pages": ["resources/pwa", "resources/pricing"] + "pages": [ + "resources/changelog", + "resources/pwa", + "resources/pricing" + ] } ] }, diff --git a/resources/changelog.mdx b/resources/changelog.mdx new file mode 100644 index 0000000..5dacdb5 --- /dev/null +++ b/resources/changelog.mdx @@ -0,0 +1,38 @@ +--- +title: "Changelog" +description: "Daily release notes for Tembo documentation and API reference updates." +--- + +# Changelog + +## Docs Release 2026.08.13 + +Released August 13, 2026. Covers documentation changes merged on August 12, 2026. + + + No breaking changes were identified in this release. No migration action is required. + + +### Added + +- Documented the public `POST /session/{sessionId}/stop` API endpoint in both hosted and self-hosted API references. Developers can now see how to stop running sandbox sessions, runtime sessions, and queued jobs through the public API, including response fields and copy-paste cURL examples. [#689](https://github.com/tembo/docs/pull/689) by tembo[bot]. + +### Changed + +- Restored the snapshot documentation as the canonical sandbox setup guide after a short-lived rename to "Projects." The docs navigation and related references now point users back to the Snapshots page, keeping the feature name consistent across sandbox, environment variable, dependency, and beta hook documentation. [#691](https://github.com/tembo/docs/pull/691) by Darren Baldwin and tembo[bot]. + +### Deprecated + +- No deprecations in this release. + +### Removed + +- Removed the temporary redirect from `/features/snapshots` to `/features/projects` so existing snapshot links resolve to the canonical Snapshots page. [#691](https://github.com/tembo/docs/pull/691) by Darren Baldwin and tembo[bot]. + +### Fixed + +- Fixed stale internal documentation links that referred to projects instead of snapshots, reducing confusion for users configuring reusable sandbox environments. [#691](https://github.com/tembo/docs/pull/691) by Darren Baldwin and tembo[bot]. + +### Security + +- No security fixes in this release.