Some checks failed
CI / docs-scope (push) Has been cancelled
CI / secrets (push) Has been cancelled
CI / ios (push) Has been cancelled
Docker Release / validate_manual_backfill (push) Has been cancelled
Install Smoke / docs-scope (push) Has been cancelled
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Workflow Sanity / actionlint (push) Has been cancelled
Workflow Sanity / config-docs-drift (push) Has been cancelled
CI / changed-scope (push) Has been cancelled
CI / build-artifacts (push) Has been cancelled
CI / release-check (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && bunx vitest run --config vitest.unit.config.ts, bun, test) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, 2, 1, test) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, 2, 2, test) (push) Has been cancelled
CI / checks (pnpm protocol:check, node, protocol) (push) Has been cancelled
CI / checks (pnpm test:channels, node, channels) (push) Has been cancelled
CI / checks (pnpm test:extensions, node, extensions) (push) Has been cancelled
CI / check (push) Has been cancelled
CI / startup-memory (push) Has been cancelled
CI / check-docs (push) Has been cancelled
CI / compat-node22 (push) Has been cancelled
CI / skills-python (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 1, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 2, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 3, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 4, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 5, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 6, test) (push) Has been cancelled
CI / macos (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:assembleDebug, build) (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:testDebugUnitTest, test) (push) Has been cancelled
Docker Release / approve_manual_backfill (push) Has been cancelled
Docker Release / build-amd64 (push) Has been cancelled
Docker Release / build-arm64 (push) Has been cancelled
Docker Release / create-manifest (push) Has been cancelled
Install Smoke / install-smoke (push) Has been cancelled
114 lines
2.4 KiB
Markdown
114 lines
2.4 KiB
Markdown
# Changelog
|
|
|
|
## 2026.3.14
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.13
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.12
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.11
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.10
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.9
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.8-beta.1
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.8
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.7
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.3
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.2
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.3.1
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.2.26
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.2.25
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.2.24
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.2.22
|
|
|
|
### Changes
|
|
|
|
- Version alignment with core OpenClaw release numbers.
|
|
|
|
## 2026.1.15
|
|
|
|
### Features
|
|
|
|
- Bot Framework gateway monitor (Express + JWT auth) with configurable webhook path/port and `/api/messages` fallback.
|
|
- Onboarding flow for Azure Bot credentials (config + env var detection) and DM policy setup.
|
|
- Channel capabilities: DMs, group chats, channels, threads, media, polls, and `teams` alias.
|
|
- DM pairing/allowlist enforcement plus group policies with per-team/channel overrides and mention gating.
|
|
- Inbound debounce + history context for room/group chats; mention tag stripping and timestamp parsing.
|
|
- Proactive messaging via stored conversation references (file store with TTL/size pruning).
|
|
- Outbound text/media send with markdown chunking, 4k limit, split/inline media handling.
|
|
- Adaptive Card polls: build cards, parse votes, and persist poll state with vote tracking.
|
|
- Attachment processing: placeholders + HTML summaries, inline image extraction (including data: URLs).
|
|
- Media downloads with host allowlist, auth scope fallback, and Graph hostedContents/attachments fallback.
|
|
- Retry/backoff on transient/throttled sends with classified errors + helpful hints.
|