Botbuilder Python Versions Save

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.

4.15.0

4 weeks ago

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: https://github.com/microsoft/botbuilder-python/compare/4.14.8...4.15.0

4.14.8

3 months ago

This is the January 2024 patch release for Python.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/botbuilder-python/compare/4.14.7...4.14.8

4.14.7

5 months ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/botbuilder-python/compare/4.14.6...4.14.7

4.14.6

6 months ago

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

What's Changed

4.14.5

6 months ago

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: https://github.com/microsoft/botbuilder-python/compare/4.14.4...4.14.5

4.14.3

1 year ago

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/

4.14.1

2 years ago

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.

4.14.0

2 years ago

Welcome to the June 2021 release of the Bot Framework SDK. We are excited to introduce CloudAdapter (#1707) for botbuilder-python. Other new features include Microsoft Teams MeetingStart and MeetingEnd events (#1724), Get Meeting Info (#1704), Adaptive Card invoke adaptiveCard/action (#1697), and some bug fixes.

Change log for Python 4.14.0

  • Cloud adapter [PR 1707]
  • Streaming extensions [PR 986]
  • Fixing readme rst [PR 1762]
  • Corrected DialogContext.cancel_all_dialogs [PR 1727]
  • Turn MemoryScope includesnapshot to false [PR 1747]
  • Fixed issue with channel_data being overwritten in create_conversation [PR 1749]
  • Added depending on streaming to botbuilder-core [PR 1748]
  • Updated aiohttp dependency in botbuilder-integration-aiohttp [PR 1725]
  • Corrected bug with serialize attempt on a dict [PR 1726]
  • DialogManager logic moved to DialogExtensions [PR 1753]
  • support teams meeting start/end events [PR 1724]
  • Fix get_skill_conversation_reference in skill_handler [PR 1728]
  • add get_meeting_info to TeamsInfo [PR 1704]
  • Remove hardcoded InputHint for AttachmentPrompt [PR 1671]
  • Add SkillConversationIdFactory to Python [PR 1691]
  • Deprecate HealthCheck Activity [PR 1702]
  • Changing super() call to self on members added/removed in TeamsActivityHandler [PR 1675]
  • Adaptive Card invoke action handler [PR 1697]
  • Streaming unit tests [PR 1682]
  • C# parity tests for payloads [PR 1677]
  • Fix is_skill_claim validation for anonymous authentication [PR 1684]

4.13

3 years ago

April 2021 (version 4.13.0)

Welcome to the April 2021 release of the Bot Framework SDK. In this revision, we included mostly maintance updates like bumping the versions for specific dependencies as adding missing requirements and slight refactors.

General SDK [release notes]

Teams

  • Introduction of Single Sign On Middleware for Microsoft Teams

Change log for Python 4.13.0:

  • SSO Token Exchange Middleware (#1641) [PR 1642]
  • Updates to slack-adapter [PR 1559]
  • adding missing requirements in bb-testing [PR 1637]
  • Bump aiohttp in /libraries/botbuilder-integration-aiohttp [PR 1552]
  • [#1631][BotFrameworkAdapter] process_activity returns HTTP 412 error when exchanging a token [PR 1632]
  • Add Azure Queue Storage [PR 1543]
  • Add pr style linting [PR 1630]
  • Bump aiohttp from 3.6.2 to 3.7.4 in /libraries/botbuilder-adapters-slack [PR 1553]
  • updating dependencies [PR 1561]
  • Add PromptCultureModels, rework prompt locales [PR 1557]
  • Bump y18n from 4.0.0 to 4.0.1 in /libraries/swagger [PR 1612]
  • Bump to 4.13.0 [PR 1550]
  • Only show "NO MATCH" response button if active learning is active [PR 1579]
  • Create SkillClaimsValidation.md [PR 1549]