Skip to content

Releases: microsoft/botbuilder-python

Bot Framework for Python SDK 4.16.0

01 Jul 14:34
579888d
Compare
Choose a tag to compare

This July release of the Bot Framework Python SDK contains support for User Assigned MSI.

The document Provision and publish a bot can be used for instructions. Note that this document has not been updated to indicate Python support, but either the C# or JS instructions will work.

Updated ARM templates for Python can be found at: https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/02.echo-bot/deploymentTemplates/deployUseExistResourceGroup

Bot Framework for Python SDK 4.15.1

21 Jun 15:06
d7cd937
Compare
Choose a tag to compare

This is the June 2024 release of the Python Bot Framework SDK. This release contains security and other parity fixes.

What's Changed

Full Changelog: 4.15.0...4.15.1

Bot Framework Python SDK 4.15.0

17 Apr 18:15
2407c51
Compare
Choose a tag to compare

This is the April 2024 release of the Python Bot Framework SDK. This release contains Single Tenant support and security fixes.

NOTE
The aiohttp package version 3.9+ now require Python 3.8+. If your bot uses Python 3.7 or earlier, you will need to update to 3.8+. This would include updating the Python version in the App Service if deployed to Azure.

What's Changed

New Contributors

Full Changelog: 4.14.8...4.15.0

Bot Framework for Python SDK 4.14.8

26 Jan 15:47
Compare
Choose a tag to compare

This is the January 2024 patch release for Python.

What's Changed

  • #2040: fix usage of ResourceResponse to use named argument by @aacebo in #2057
  • Python 3.11 Pylint by @aacebo in #2060
  • fix: Save a reference to created tasks, to avoid tasks disappearing by @anio in #2005
  • fix: Treat HTTPException as it is, necessary to keep the original status code by @takeshi-yashiro in #1939
  • Avoid exceptions for request without Content-Type header #1881 by @ivopisarovic in #1961
  • Ensure Connector Client is retrieved in teams_info.py by @rampaged in #2062

New Contributors

Full Changelog: 4.14.7...4.14.8

Bot Framework for Python SDK 4.14.7

12 Dec 14:58
Compare
Choose a tag to compare

This is the December 2023 patch release for the Python SDK. It contains dependency updates, security fixes, and other minor fixes.

What's Changed

  • Exporting ConfigurationBotFrameworkAuthentication by @tracyboehrer in #2034
  • updated teams info for cloud adapter by @axelsrz in #1776
  • fix: cloudAdapter.update_conversation() add app_id parameter by @kostyaplis in #2037
  • Bump aiohttp from 3.8.5 to 3.8.6 in /libraries/botbuilder-adapters-slack by @dependabot in #2039
  • Bump aiohttp from 3.8.5 to 3.8.6 in /libraries/botbuilder-integration-aiohttp by @dependabot in #2038
  • chore: Bump aiohttp from 3.8.6 to 3.9.0 in /libraries/botbuilder-integration-aiohttp by @dependabot in #2041
  • chore: Bump aiohttp from 3.8.6 to 3.9.0 in /libraries/botbuilder-adapters-slack by @dependabot in #2042
  • chore: Bump cryptography from 41.0.4 to 41.0.6 in /libraries/botbuilder-dialogs by @dependabot in #2044
  • chore: Bump cryptography from 41.0.4 to 41.0.6 in /libraries/botframework-connector by @dependabot in #2045
  • chore: Bump cryptography from 41.0.4 to 41.0.6 in /libraries/botbuilder-core by @dependabot in #2046
  • msrest to 0.7.* by @tracyboehrer in #2051
  • Dialogs: regex version bump by @tracyboehrer in #2050

New Contributors

Full Changelog: 4.14.6...4.14.7

Bot Framework for Python SDK 4.14.6

02 Nov 17:48
Compare
Choose a tag to compare

This is the 4.14.6 release of the Pyhton SDK. This release corrects some CloudAdapter and Teams issues.

What's Changed

Bot Framework for Python SDK 4.14.5

17 Oct 14:26
Compare
Choose a tag to compare

This is the October 2023 release of the Python SDK. This release adds security and Python 3.11 changes.

We are happy to announce the deprecation of the Python SDK has been cancelled. The Python SDK will receive regular updates and support going forward.

What's Changed

New Contributors

Full Changelog: 4.14.4...4.14.5

Bot Framework for Python SDK 4.14.4

31 May 13:44
40a4f60
Compare
Choose a tag to compare

Bot Framework for Python SDK 4.14.3

01 Nov 21:04
5072e31
Compare
Choose a tag to compare

Welcome to the October 2022 release of the Bot Framework Python SDK. This is a maintenance release to address security issues and notify of Python SDK retirement.

The Bot Framework Python SDK is being retired with final long-term support ending in November 2023, after which this repository will be archived. There will be no further feature development, with only critical security and bug fixes within this repository being undertaken. Existing bots built with this SDK will continue to function. For all new bot development we recommend that you adopt Power Virtual Agents or use the Bot Framework C# or Bot Framework JavaScript SDKs.

For more information about the recommended approach to, and future of, bot building, please see https://powervirtualagents.microsoft.com/en-us/blog/the-future-of-bot-building/

Bot Framework SDK for Python 4.14.1

04 Jan 17:46
f68368a
Compare
Choose a tag to compare

This is a maintenance release to correct an issue with OAuth in a Teams app.

Change Log

#1798 OAuthPrompt was constructing InvokeResponse incorrectly in some cases.