Files
openclaw/extensions/msteams/CHANGELOG.md

102 lines
2.3 KiB
Markdown
Raw Normal View History

2026-01-16 02:58:08 +00:00
# Changelog
2026-03-13 01:37:52 +00:00
## 2026.3.12
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-12 04:01:57 +00:00
## 2026.3.11
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-11 23:29:53 +00:00
## 2026.3.10
### Changes
- Version alignment with core OpenClaw release numbers.
## 2026.3.9
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-09 06:59:40 +00:00
## 2026.3.8-beta.1
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-08 05:59:04 +00:00
## 2026.3.8
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-07 10:09:02 +00:00
## 2026.3.7
### Changes
- Version alignment with core OpenClaw release numbers.
## 2026.3.3
### Changes
- Version alignment with core OpenClaw release numbers.
2026-03-02 04:55:44 +00:00
## 2026.3.2
### Changes
- Version alignment with core OpenClaw release numbers.
## 2026.3.1
### Changes
- Version alignment with core OpenClaw release numbers.
2026-02-26 12:10:08 +01:00
## 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-01-16 02:58:08 +00:00
## 2026.1.15
### Features
2026-01-31 21:13:13 +09:00
2026-01-16 03:55:26 +00:00
- 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.