Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
694db63
chore: bump version to 2.0.11-preview (#558)
heyitsaamir May 6, 2026
df98b25
ci: pin pipeline to Node 22 to match packageManager (npm 10) (#559)
heyitsaamir May 6, 2026
642cdd1
Security hardening: MCP server auth (#540)
corinagum May 7, 2026
bc4498d
Update quoted replies & new quotes features (#482)
corinagum May 7, 2026
e0410a1
Bump hono from 4.12.14 to 4.12.16 (#562)
dependabot[bot] May 7, 2026
23f79d7
Update lock file (#563)
rido-min May 7, 2026
3391d49
Switch to named imports without subpaths (#561)
Jesperholmbergmsft May 8, 2026
0effb7e
[Bug]: Cannot import @microsoft/teams.client into webpack 5 javascrip…
Jesperholmbergmsft May 8, 2026
da46d27
Rename ReactionClient.remove() to delete() (#567)
corinagum May 8, 2026
40133fe
Prompt Preview Support (#536)
ShanmathiMayuramKrithivasan May 11, 2026
ab5b5bb
fix: Add null checks in local-memory.ts to prevent role crash (#438)
hggzm May 13, 2026
dbdb8b8
Mark reactions API as GA and fix sample remove flow (#575)
corinagum May 14, 2026
7cc90fa
Fix App user-agent merging (#573)
heyitsaamir May 14, 2026
de5131e
Bump version to 2.0.12-preview; fix stray np in publish.yml (#577)
corinagum May 15, 2026
91c010a
AI/MCPClient (#572)
MehakBindra May 18, 2026
d0d8624
A2A Sample (#584)
MehakBindra May 20, 2026
3d275ac
Sample: opt targeted-messages example into slash commands (#583)
corinagum May 20, 2026
1ebe996
fix(apps): log inbound activities at info, warn on missing Authorizat…
corinagum May 21, 2026
1d215fb
Deprecate AI Libraries (#588)
MehakBindra May 21, 2026
1657313
TeamsSDK: Correct imports and return types in misc. packages (#589)
Jesperholmbergmsft May 22, 2026
7af9252
Security: lock JsonWebToken trust-boundary contract (#586)
corinagum May 26, 2026
5eaeb0e
Default targeted replies for targeted inbound messages (#592)
heyitsaamir May 26, 2026
ee71a7a
SuggestedActionSubmitActivity for suggestedAction/submit invoke (#591)
ShanmathiMayuramKrithivasan May 26, 2026
2768178
Bump qs from 6.15.0 to 6.15.2 (#594)
dependabot[bot] May 26, 2026
52fca32
Remove in-repo Teams CLI package (#580)
heyitsaamir May 27, 2026
a3a290d
feat: deprecate DevtoolsPlugin in favor of Microsoft 365 Agents Playg…
corinagum May 27, 2026
ac3a249
Filter colliding keys before Object.assign in ActivityContext (#596)
corinagum May 27, 2026
4207b84
Bump turbo from 2.8.11 to 2.9.14 (#587)
dependabot[bot] May 27, 2026
f799bc0
Security hardening: tighten cross-origin policies (#595)
corinagum May 27, 2026
8c244ea
fix(deps): Audit for release (#599)
corinagum May 27, 2026
c73f2ee
Version update
corinagum May 27, 2026
17818b9
Merge release (-s ours): supersede 2.0.11 carve-outs with main + vers…
corinagum May 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .azdo/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ extends:
container: host

- task: NodeTool@0
displayName: 'Use Node 22.x'
displayName: 'Use Node 24.x'
inputs:
versionSpec: '22.x'
versionSpec: '24.x'
checkLatest: true
target:
container: host
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ yarn-error.log*
# Cursor
.specstory
.claude/settings.local.json

# Microsoft 365 Agents Playground writes log files to a devTools/ dir wherever it's launched
**/devTools/
Loading
Loading