Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Bot Framework SDK for Python v4.5.0b4

Choose a tag to compare

@CoHealer CoHealer released this 15 Aug 20:22
3ce3e1a

This minor release is a follow up to our launch of the Python Bot Framework, v4.5. It consists primarilty of bug fixes as well as working towards feature parity with botbuilder-dotnet.

Review all changes that went into 4.5.0b4 in the detailed Change Log

Bug Fixes

Feature Parity

  • [PR 293] Initial port of Telemetry Middleware
  • [PR 290] Feature parity for PrivateConversationState [Issue #145]
  • [PR 289] Feature parity for Add Severity Enum [Issue #288]
  • [PR 287] Feature parity for Implement ShowTypingMiddleware in botbuilder-core [Issue #286]
  • [PR 284] Feature parity for Implement AutoSaveMiddleware [Issue #283]
  • [PR 280] Feature parity for Adding confirm prompt to Core Bot and fix on that sample error handling
  • [PR 276] Feature parity for Recognizers versions updated, confirm prompt now working with tests
  • [PR 272] Feature parity for Pylint fixes for botbuilder-ai library code and tests
  • [PR 271] Feature parity for Pylint fixes for botframework-connector library code and tests
  • [PR 264] Feature parity for Adding Active Learning Feature