Releases: microsoft/teams.net
Releases · microsoft/teams.net
v2.0.4
What's Changed
- Add ProductInfoEntity for message entities by @Copilot in #186
- Add default scopes for token refresh by @mauricehennig in #175
- Add AI Sample by @heyitsaamir in #168
- Add support for Targeted Messages by @ShanmathiMayuramKrithivasan in #195
- Rename Teams AI to Teams SDK 🎉 by @corinagum in #197
- Bump vite from 6.3.6 to 6.4.1 in /Samples/Samples.Tab/Web by @dependabot[bot] in #189
- Update package versions to 2.0.4 by @singhk97 in #201
New Contributors
- @mauricehennig made their first contribution in #175
- @ShanmathiMayuramKrithivasan made their first contribution in #195
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Auto create function params by @heyitsaamir in #166
- Handle multiple "Message" entities on a Message Activity by @heyitsaamir in #167
- Make Conversation.Type optional; improve JSON handling by @rido-min in #169
- Add optional text and addText parameters to AddMention method by @Copilot in #171
- Add missed message activity builders by @heyitsaamir in #173
- Api: Activity + Entity Serialization and Deserialization by @aacebo in #179
- Bump package version to
2.0.3by @singhk97 in #181
New Contributors
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
What's Changed
- Add missing packages to root readme by @singhk97 in #144
- Add convenience
Sendmethod overload to omit request options. by @singhk97 in #145 - Fix message extension link unfurling sample to use "preview" by @heyitsaamir in #148
- Add
App.Useto enable middlewares in routing logic by @singhk97 in #147 - Add overload test for Send method by @corinagum in #146
- Update Cards and do not set nulls for unset values when serializing by @heyitsaamir in #150
- feat: Feedback activity route handling by @corinagum in #156
- [OpenAI] Add ability to pass in OpenAI Client by @aacebo in #159
- Add overload for
.Usemiddleware by @singhk97 in #151 - Add members and teams clients by @heyitsaamir in #157
- Fix readme by @heyitsaamir in #161
- Release
2.0.1by @aacebo in #162
New Contributors
- @corinagum made their first contribution in #146
Full Changelog: v2.0.0...v2.0.1
v2.0.0-preview.13
What's Changed
- Bump to
v2.0.0-preview.13by @singhk97 in #139 - Make teams auth method public by @MehakBindra in #141
Full Changelog: v2.0.0-preveiw.12...v2.0.0-preview.13
v2.0.0
v2.0.0-preview.12
What's Changed
- Fthakor/common package tests by @fallothakor in #21
- [Api/Apps] Add Missing Search Activity Types by @aacebo in #71
- minor bugs fixes by @kavins14 in #75
- Add copyright notices by @rajan-chari in #80
- [Api/Apps]: add new channel event types by @aacebo in #77
- Publish: Preview 7 by @aacebo in #83
- fix:
TokenExchangeRequestcannot be null when processing tokenExchange activity by @singhk97 in #85 - bump to 2.0.0-preview.8 by @singhk97 in #86
- Add support for passing custom data to context through
App.Process()by @singhk97 in #82 - [Apps/Tests] Fix
TeamsContextand Concurrency by @aacebo in #89 - Refactor
IContext.UserGraphto separateMicrosoft.Teams.Extensions.Contextpackage by @singhk97 in #94 - Bump to
v2.0.0-preview.9by @singhk97 in #95 - Add readme to
Microsoft.Teams.Extensions.Graphpackage by @singhk97 in #97 - InvokeAsync fix + Unit tests by @fallothakor in #98
- changes to enable sending an activity poactively to a channel by @MehakBindra in #92
- fix: Remove name is null check + bump to v2.0.0-preview.10 by @singhk97 in #102
- delayed flushing by @MehakBindra in #103
- Update contact email + add Readme for Graph sample by @AfreenLikeCaffeine in #105
- fix
TeamsLoggerservice registration by @singhk97 in #91 - Update ConsoleLogger tests to use dynamic assembly name by @yarns123 in #106
- [Apps] Token Expiration Refresh & System Routes by @aacebo in #111
- [API] add memberships for new channel data by @aacebo in #107
- Fixed ToString serialization using base type by @adirh3 in #96
- Tabs + Teams SSO Sign In by @aacebo in #115
- Add incoming token validation by @MehakBindra in #119
- Lazy retrieval of bot token by @singhk97 in #120
- Fix serialization for Adaptive Cards by @rajan-chari in #122
- Bump to
v2.0.0-preview.11by @singhk97 in #118 - [fix] When client id is empty, skip auth correctly by @MehakBindra in #133
- [Bug] Fix redundant/circular dependency by @MehakBindra in #128
- Pass ctx to error event by @MehakBindra in #129
- [Bug] Use a separate client for token fetches by @singhk97 in #131
- Entra token validation for remote function calling by @Jesperholmbergmsft in #124
- [Bug] Samples.Light adds scoped service to singleton by @MehakBindra in #127
- Fixes for Dialogs and add a Sample by @heyitsaamir in #132
- Bump to
v2.0.0-preview.12by @singhk97 in #136 - Add
Microsoft.Teams.Plugin.External.McpClient+Sample.McpClientby @singhk97 in #135 - Bump axios from 1.11.0 to 1.12.1 in /Samples/Samples.Tab/Web by @dependabot[bot] in #121
- Bump vite from 6.3.5 to 6.3.6 in /Samples/Samples.Tab/Web by @dependabot[bot] in #117
- Fixed AddOpenAI and added AddOpenAI(model) methods in appbuilder by @MehakBindra in #134
- Add message extension samples + some bug fixes by @heyitsaamir in #138
New Contributors
- @rajan-chari made their first contribution in #80
- @MehakBindra made their first contribution in #92
- @AfreenLikeCaffeine made their first contribution in #105
- @yarns123 made their first contribution in #106
- @adirh3 made their first contribution in #96
- @Jesperholmbergmsft made their first contribution in #124
- @heyitsaamir made their first contribution in #132
- @dependabot[bot] made their first contribution in #121
Full Changelog: v2.0.0-preview.6...v2.0.0-preveiw.12
v2.0.0-preview.6
What's Changed
- Adds BotBuilder plugin package by @kavins14 in #19
- remove multi-connection oauth support, add signin event, graph sample by @kavins14 in #67
- Bump to
v2.0.0-preview.6by @singhk97 in #69 - Event Activity attribute behavior tests by @fallothakor in #70
Full Changelog: v2.0.0-preview.5...v2.0.0-preview.6
2.0.0-preview.5
What's Changed
- ADO publish pipeline by @singhk97 in #3
- Replace (most of) Microsoft.Teams.Cards code with auto-generated code by @dclaux in #1
- Release pipeline by @singhk97 in #5
- U/fthakor/api package tests by @fallothakor in #4
- [apps] refactor activity/event routing by @aacebo in #6
- [ai/openai] fixes for DI of prompts by @aacebo in #9
- Fix: pack to create
.snupkginstead of legacysymbols.nupkgby @singhk97 in #10 - [apps] add missing activity handlers by @aacebo in #11
- U/fthakor/api package invoke tests by @fallothakor in #7
- [ci] fix failing CI by @aacebo in #13
- [pipeline] add stage to deploy from ado by @singhk97 in #12
- [apps/tests] add conversation/install activity tests by @aacebo in #15
- Fthakor/api package clients tests by @fallothakor in #14
- API package Activity Events tests by @fallothakor in #16
- Test coverage for Common package by @fallothakor in #17
- Add support for informative updates by @kavins14 in #60
- fix:
stream.Close()short-circuited before queue is flushed by @kavins14 in #61 - fix: http client parsing error body as json when it isn't by @kavins14 in #62
- Update ado-publish.yml for Azure Pipelines by @singhk97 in #63
- Bump to
v2.0.0-preview.5by @singhk97 in #64 - Update devtools by @kavins14 in #65
- Update ado-publish.yml for Azure Pipelines by @singhk97 in #66
New Contributors
- @singhk97 made their first contribution in #3
- @dclaux made their first contribution in #1
- @fallothakor made their first contribution in #4
- @aacebo made their first contribution in #6
- @kavins14 made their first contribution in #60
Full Changelog: https://github.com/microsoft/teams.net/commits/v2.0.0-preview.5