Releases: microsoft/teams.ts
v2.0.2
Mainly bug fixes, and CLI improvements
What's Changed
- Release/2.0.1 by @heyitsaamir in #357
- Fix runtime export error JS vs TS by @corinagum in #359
- Add better logging for a2a server by @heyitsaamir in #360
- Bump vite from 6.2.7 to 6.3.6 by @dependabot[bot] in #339
- Bump axios from 1.9.0 to 1.12.0 by @dependabot[bot] in #347
- Bump tmp and @turbo/gen by @dependabot[bot] in #362
- DevTools: Fix React useEffect dependency cycle by @corinagum in #364
- fix(apps): add
userToken
to event callback context by @RaulPROP in #365 - Replace IIFE patterns with app.start().catch() for error handling by @Copilot in #361
- remove "transpile-only" in tsconfig, use tsx by @heyitsaamir in #369
- Update python templates by @heyitsaamir in #372
- Fix: [devtools] Respect plain text line breaks by @corinagum in #375
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Release 2.0.0 by @heyitsaamir in #355
- Update versions in templates by @heyitsaamir in #356
Full Changelog: v2.0.0...v2.0.1
V2 Stable Release
This is the first stable release of Teams AI Library V2 - https://microsoft.github.io/teams-ai/
2.0.0-preview.12
What's Changed
- Change microsoft.teams.app -> microsoft.teams.apps in python template by @heyitsaamir in #330
- Fixes minor semantic variable name by @heyitsaamir in #331
- Undo accidental deletion of botAadApp/create in TS basic config by @MehakBindra in #325
- Update graph client to allow for different national clouds and route beta endpoint requests correctly by @Jesperholmbergmsft in #329
- Remove AppOptions when creating App by @heyitsaamir in #334
- Reduce graph endpoint file count by @Jesperholmbergmsft in #328
- feat(cli): add Python AI template for CLI generator by @rajan-chari in #333
- Migrate a2a server to sdk v 0.3.0 by @heyitsaamir in #337
- Migrate a2a client to sdk v 0.3.0 by @heyitsaamir in #338
- [bug] cli: remove unnecessary uv venv check by @singhk97 in #340
- Simplify graph function paramDefs type by @Jesperholmbergmsft in #335
- Fix python ai template by @heyitsaamir in #341
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
2.0.0-preview.11
What's Changed
- Basic config changes to support dev deployment in ts and c# by @MehakBindra in #312
- Enable sending updates to streams before stream starts by @MehakBindra in #300
- Add Python CLI changes by @MehakBindra in #286
- Read port correctly in cloud deployments by @MehakBindra in #307
- Improved endpoint function typing and readme by @Jesperholmbergmsft in #318
- [apps] add default route overrides by @aacebo in #317
- Bump brace-expansion by @dependabot[bot] in #303
- Do not stream AI messages all the time by @heyitsaamir in #322
- Remove old graph endpoints and scripts by @Jesperholmbergmsft in #320
- Extend
BotBuilderPlugin
constructor to support customhttp.Server
by @singhk97 in #324
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
Bump to 2.0.0-preview.10
- Update graph packages to be tree-shakeable and use different calling strategy
- Minor bug fixes
What's Changed
- Do not send empty invoke bodies by @heyitsaamir in #296
- Add more release instructions by @heyitsaamir in #294
- Send undefined instead of null by @heyitsaamir in #297
- If no service token validator is there, skip middlware by @heyitsaamir in #298
- Filtered graph types.ts by @Jesperholmbergmsft in #295
- Added support for new shared channel events by @Stevenic in #273
- Consolidate JWT validation by @Jesperholmbergmsft in #301
- Graph client endpoint separation by @Jesperholmbergmsft in #289
- Add pluggable activity context by @heyitsaamir in #288
- Enable build output caching for graph projects by @Jesperholmbergmsft in #309
- Auto-generate (almost) all graph v1.0 endpoints by @Jesperholmbergmsft in #304
- Update tests projects to use the new Graph calling pattern by @Jesperholmbergmsft in #311
- Replace camelcase with lodash.camelcase by @heyitsaamir in #313
- Auto-generate (almost) all graph beta endpoints by @Jesperholmbergmsft in #305
New Contributors
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
Bump to 2.0.0-preview9
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
- Bump to preview 8 by @heyitsaamir in #278
- Send group Oauth requests to personal scope by @heyitsaamir in #281
- add user token in activity context by @heyitsaamir in #284
- Use tenant-specific app-token for app-graph by @heyitsaamir in #283
- Fixed streaming bug in stream.ts by @teddyam in #285
- Fix bot builder plugin so it receives messages by @heyitsaamir in #290
- Fix bicep files now that multi-tenant is no longer permitted by @heyitsaamir in #292
- Add optional conversation ref parameter to
send
and fix tenant app graph token during app.process by @heyitsaamir in #291
New Contributors
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
Bump to 2.0.0-preview8
What's Changed
- Structured output snippets by @heyitsaamir in #265
- Fix oauth overriding by @heyitsaamir in #269
- Fix: invalid token exchange payload schema by @singhk97 in #267
- Separate user token fetching and bot token fetching. And a minor refactor by @heyitsaamir in #275
- Add service token validation to HttpPlugin by @heyitsaamir in #263
- Remove automatic token validation skipping on NODE_ENV === local by @heyitsaamir in #277
New Contributors
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
Bump to 2.0.0-preview7
What's Changed
- Disable automatic function calling, and show structured output by @heyitsaamir in #241
tests/message-extensions
& other improvements by @kavins14 in #213- Add StreamableHttp support to MCP Client by @heyitsaamir in #259
- [App] Add send() method to app function handler props by @Jesperholmbergmsft in #261
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]
Bump to 2.0.0-preview5
What's Changed
- [release] 2.0.0.preview.4 by @corinagum in #248
- Fix add text-flag for at-mention by @heyitsaamir in #249
- [devtools] Update Chat rendering to support blockquote by @Jesperholmbergmsft in #254
- [apps] fix streaming retry logic by @aacebo in #256
Full Changelog: https://github.com/microsoft/teams.ts/compare/@microsoft/[email protected]...@microsoft/[email protected]