Skip to content

Releases: microsoft/teams.py

v2.0.0a20

25 Mar 04:59
94be2d6

Choose a tag to compare

Breaking Changes

  • Replace HttpPlugin with HttpServer + HttpServerAdapter (#310, #249)
  • Move IsTargeted property from Activity to Account (#318)
  • Remove custom logger, use standard logging library (#270)

Features

  • Implement ReactionClient for message reactions API (#280)
  • Add signin/failure invoke handling (#290)
  • Simplify targeted messages with with_recipient() overload (#275)
  • Make messaging endpoint path configurable (#323)
  • Add ExperimentalWarning class; mark reactions and targeted messages as
    preview (#306)

Bug Fixes

  • Fix get_participant in meetings client to include tenantId (#273)
  • Fix optional activity_id in conversation resource (#272)
  • Fix naming error on aad_object_id for TeamsChannelAccount (#300)
  • Fix id as optional for meeting participant events (#288)
  • Add INVOKE to card action types (#294)
  • Fix double slash in activity message URL (#312)
  • Fix keyboard interrupt traceback (#304)
  • Downgrade expected token exchange failure logs from error to info (#305)
  • Upgrade transitive deps to resolve 8 known vulnerabilities (#322)
  • Add pydantic-settings for dependency-injector transitive exception (#282)

New Contributors

Full Changelog: v2.0.0a10...v2.0.0a20

v2.0.0a10

30 Jan 22:09
1a8f20d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0a9...v2.0.0a10

v2.0.0a9

28 Jan 00:10
ae5383c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a8...v2.0.0a9

v2.0.0a8

09 Dec 19:41
5151fad

Choose a tag to compare

Major changes include

  1. We are updating the namespace of the package to go from microsoft.teams.* to microsoft_teams.*. For the duration of alpha, we'll continue to support the previous and issue a warning. But post alpha, we'll remove microsoft.teams support.
  2. Bug Fixes

What's Changed

New Contributors

Full Changelog: v2.0.0a6...v2.0.0a7

v2.0.0a6

22 Nov 00:42
d159234

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a5...v2.0.0a6

v2.0.0a5

10 Nov 18:40
4454bac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0a4...v2.0.0a5

v2.0.0a4

31 Oct 16:27
6ba7c9a

Choose a tag to compare

What's Changed

  • Update openai package to 2.4.0 and fix breaking changes by @Copilot in #181
  • feat: add a2a server and client plugins and samples by @lilyydu in #178
  • Bump vite from 6.3.6 to 6.4.1 in /tests/tab/Web by @dependabot[bot] in #183
  • Add MessagingExtensionAttachmentLayout enum with "grid" support by @Copilot in #186
  • Update USER_AGENT format from teams.py[app] to teams.py[apps] by @Copilot in #194
  • Use refreshable app tokens by @heyitsaamir in #187
  • Release version 2.0.0a4 by @heyitsaamir in #195
  • Fix devtools by @heyitsaamir in #198

New Contributors

Full Changelog: v2.0.0a3...v2.0.0a4

v2.0.0a3

18 Oct 00:15
d09ee9b

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a2...v2.0.0a3

v2.0.0a2

13 Oct 23:31
fce1777

Choose a tag to compare

  • Tab apps and functions integration
  • Bug fixes

What's Changed

Full Changelog: v2.0.0a1...v2.0.0a2

v2.0.0a1

18 Sep 01:28
492d74f

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #147

Full Changelog: v0.0.1a5...v2.0.0a1