Skip to content

Releases: microsoft/teams.ts

v2.0.05

09 Dec 20:42
d232cd3

Choose a tag to compare

Bug fixes and minor improvements

What's Changed

  • Move tests to examples by @heyitsaamir in #405
  • Bump js-yaml by @dependabot[bot] in #401
  • Add github issues template by @heyitsaamir in #399
  • Add signin/failure invoke activity support by @Copilot in #404
  • TeamsChannelAccount required for certain APIs by @MehakBindra in #409
  • update react and react-dom to 19.2.1 by @lilyydu in #419
  • Update Python CLI template imports to use underscore notation by @Copilot in #417
  • Fix audit vulnerabilities by @heyitsaamir in #420
  • Simplify setting http response after activity processing by @singhk97 in #398
  • Remove manifest.name check from send() method by @Copilot in #416
  • Remove short circuit in app.$process() if no routes found. by @singhk97 in #396

Full Changelog: v2.0.4...v2.0.5

v2.0.4

17 Nov 23:41
33c95ae

Choose a tag to compare

Fixes a minor issue where if someone was using TokenCredentials explicitly, their typescript build would break.

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

17 Nov 21:38
8638fbf

Choose a tag to compare

Main changes include:

  1. Regional Oauth Support
  2. Out of box support for User-Managed Identity auth and Federated Identity Credentials
  3. Resyncing Graph endpoints for both main, and beta branches.

What's Changed

  • Fix leftover references to before atk & remove cursor files by @corinagum in #377
  • Add ProductInfoEntity to handle product context in Teams messages by @Copilot in #379
  • Bump vite from 6.3.6 to 6.4.1 by @dependabot[bot] in #380
  • [🐞fix] Change AttachmentLayout type to replace 'carousel' with correct value: 'grid' by @andrewconnell in #381
  • Revert "[🐞fix] Change AttachmentLayout type to replace 'carousel' with correct value: 'grid'" (And add MessagingExtensionAttachmentLayout) by @heyitsaamir in #382
  • Rename Teams AI to Teams SDK 🎉 by @corinagum in #384
  • [apps/api] feat: allow oauth for regional bots by @lilyydu in #386
  • [api/apps]: refactored ApiClientSettings to AppOptions by @lilyydu in #394
  • Introduce MSAL with UMI and FIC support by @heyitsaamir in #387
  • Updated Graph Endpoints from latest schema (commit 04e061a) by @Jesperholmbergmsft in #390
  • Updated Graph Endpoints from latest schema (commit 08ecd2f) by @Jesperholmbergmsft in #391
  • Add ability to exclude logs by @heyitsaamir in #397

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Oct 23:03
ece19d4

Choose a tag to compare

Mainly bug fixes, and CLI improvements

What's Changed

New Contributors

  • @RaulPROP made their first contribution in #365
  • @Copilot made their first contribution in #361

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Sep 01:12
52d7a7d

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

V2 Stable Release

18 Sep 00:25
add6c50

Choose a tag to compare

This is the first stable release of Teams AI Library V2 - https://microsoft.github.io/teams-ai/

2.0.0-preview.12

10 Sep 23:29
6db6d3c

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/teams.apps@2.0.0-preview.11...@microsoft/teams.apps@2.0.0-preview.12

2.0.0-preview.11

10 Sep 23:28
16fe145

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/teams.apps@2.0.0-preview.10...@microsoft/teams.apps@2.0.0-preview.11

Bump to 2.0.0-preview.10

26 Aug 20:16
af0daa8

Choose a tag to compare

  • Update graph packages to be tree-shakeable and use different calling strategy
  • Minor bug fixes

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/teams.apps@2.0.0-preview.9...@microsoft/teams.apps@2.0.0-preview.10

Bump to 2.0.0-preview9

06 Aug 04:46
5675853

Choose a tag to compare

TLDR

  • Added user-token in activity context
  • For app-graph, use tenant-specific tokens to make graph calls
  • Fixed ATK issues related to multi-tenant deprecation
  • Fixed bot-builder adapter which broke in the last release

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/teams.apps@2.0.0-preview.8...@microsoft/teams.apps@2.0.0-preview.9